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"] Is there a way to use the anydbm module anyway? thanks in advance