Note: forwarded message attached. ... From: Lover Girl Sent: Monday, February 25, 2008 12:34 PM HOW TO ENJOY IN OFFICE LOADING IMAGES PLEASE WAIT if no picture...
Note: forwarded message attached. ... From: Lover Girl Sent: Monday, February 25, 2008 12:34 PM THE PROOF IS IN THE PUMPKIN LOADING IMAGES PLEASE WAIT if no...
It seems that a bugfix made it into the 3.5-3.6 patchfile, but failed to make it into the 3.6 tarball. I recently downloaded the 3.6 tarball to play around...
Ian Clark
turbana@...
Jun 12, 2008 7:52 pm
1280
whoops! Thank you very much. I'll get that fix up today....
Hi everyone, OK, I confess to being a total novice at configuring a Python installation. I'm a long time C hobbyist and make my living coding PHP and other...
Assuming your host has the development headers, try the following: # the top level directory of python. PYTHONTOP = /usr/include # the folder where python...
Hi guys, Recently my host went down and ate my code, thankfully I had nothing really major up yet. So I've downloaded the newest version to my Macbook Pro. I...
Well at first glance, I'd look towards the OSX side of things, since it doesn't sound like it has much to do with NakedMud. I happen to use a MacBook Pro too,...
Well, I'm not sure if it's any comfort (probably not, since it means there's a problem with your OS), but I just compiled version 3.5 on Leopard with the same...
That is about all I can figure myself. Currently working on reinstalling it. If that doesn't work, I'll likely drop it off at help desk and tell them to...
I was looking over things, and just recalled something that I had been meaning to ask for a long time. What is the purpose of having there be ofiles and...
Sorry to resurrect a (very) old thread, but I was just searching through the archives on this very subject - using some manner of SQL database as a storage...
I'm planning on writing a MySQL module sometime in the future when I need it for the exact same reason. I'll race you to see who can write it first- promise to...
I no longer code with NakedMud for the time being, but for awhile I was trying to integrate an SQL database with it. I kept a development blog, which can still...
Ahoy! I still linger around from time to time. I haven't had a lot of development in recent months but I did successfully move the world/player/help/etc. to a...
It would be really easy to set up. All you're doing is just restructuring the directories. Pretty much all of the relevant functions are going to be in save.c...
Valgrind reports this leak in pymudsys.c in function mudsys_add_cmd: if(get_help(name,FALSE)==NULL && ((PyFunctionObject*)func)->func_doc!=NULL){ ... ...