PythonCard and Py2Exe

Peter Hansen peter at engcorp.com
Wed Feb 16 20:39:38 EST 2005


pipedreamergrey at gmail.com wrote:
>>You should move these 'import ...' statements to your *script* so that
>>py2exe doesn find them, not to the setup script.
> 
> Removing import statements only returns this error message before the
> package compiles:
> 
> = "custdb",
> 'setup' is not defined
> 
> No files are returned.

Please use "cut and paste" to copy the *actual* error into your
message, rather than retyping (and removing critical information).

Also, if the setup.py script is not too large (less than about
20 lines) post it as well.

-Peter



More information about the Python-list mailing list