rename bsddbmodule.c to bsddb185.c?
I think Modules/bsddbmodule.c needs to be moved to something like Modules/bsddb185.c or bsddb185module.c otherwise it won't get found by the import process. What's the best way to make that change in CVS? Skip
I think Modules/bsddbmodule.c needs to be moved to something like Modules/bsddb185.c or bsddb185module.c otherwise it won't get found by the import process. What's the best way to make that change in CVS?
You could simply copy the file -- I don't care enough about the history to want to bother the SF sysadmins. Or you could edit setup.py (and Modules/Setup.dist) to build the module "bsddb185" from the source file "bsddbmodule.c", and edit the source code to rename initbsddb() to initbsd185. --Guido van Rossum (home page: http://www.python.org/~guido/)
Guido> Or you could edit setup.py (and Modules/Setup.dist) to build the Guido> module "bsddb185" from the source file "bsddbmodule.c", and edit Guido> the source code to rename initbsddb() to initbsd185. Ack... Thanks, that's already done. I must have muffed something before when I tried importing it. Skip
participants (3)
-
barry@python.org -
Guido van Rossum -
Skip Montanaro