py2exe: dynamic module does not define init function

Alessandro Crugnola *sephiroth* alessandro at sephiroth.it
Mon Sep 22 09:54:30 EDT 2003


> The message is telling you that audiere.dll does NOT define the
> mandatory function named 'initaudiere' which it should absolutely
> define to allow the "import audiere" statement.  If the import
> works fine outside of a py2exe'd environment but fails in the
> latter then I suspect you may be getting the "wrong" DLL in the
> second case (e.g. maybe you didn't copy audiere.dll to the
> directory in which py2exe's tweaked import expects to find it).

Thanks Alex for the reply, but if the audiere.dll has been copied in the dist/app/ directory (the one with the .exe) doesn't it mean
that py2exe find it?
Maybe i have to copy manually the dll ?

-- 

Alessandro Crugnola [sephiroth]
Flash | PHP Developer
http://www.sephiroth.it

Team Macromedia Volunteer for Flash
http://www.macromedia.com/go/team

Flash-php mailing list
http://www.flash-php.it/index.php?ml=fpcoders&action=subscribe






More information about the Python-list mailing list