compile exe with anydbm module

Thomas Heller theller at python.net
Thu Mar 11 16:09:20 EST 2004


"Alessandro Crugnola *sephiroth*" <alessandro at sephiroth.it> writes:

> Hi all
> I'm trying to compile a python app with py2exe (not the 0.5.0.. i
> think 0.4.1) which uses the anydbm module But when i launch the exe
> file created it raise this error: exceptions.ImportError, no dbm clone
> found; tryed ["dbhash","gdbm","dbm","dumbdbm"]

IMO you should decide which database you want to use and then use it
directly in your script.
Or you use '--includes dbhash' or similar.

Thomas





More information about the Python-list mailing list