building errors with py2exe

Peter Hansen peter at engcorp.com
Thu Aug 26 08:50:15 EDT 2004


Intaek LIM wrote:

> once i executed main.exe under 'dist', the result was,
> Traceback <most recent call alst>:
>   File "main.py", line 1, in ?
> AttributeError: 'module' object has no attribute 'auth'

What does that line of code look like?

What happens when you run the program normally, without
using py2exe?

-Peter



More information about the Python-list mailing list