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