Hi Everyone, I compiled a script on win32 using py2exe and it's the first time I get the following error:
----------------------------------------------------------------------------------------------------------------------------------------------------------- The following modules appear to be missing: ['win32com.gen_py'] ----------------------------------------------------------------------------------------------------------------------------------------------------------- I'm pretty sure I installed all the required libraries and win32 extensions. This particular error happened when I tried to compile some Tk GUI using the easygui.py library. ( http://www.ferg.org/easygui/) If I execute *python program.py* directly, everything works fine. Any clues? -- Excalibur
_______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32