[python-win32] missing module ['win32com.gen_py']

Mark Hammond mhammond at skippinet.com.au
Tue Jul 17 00:42:26 CEST 2007


You can probably ignore that message from py2exe, unless the program fails
when executed.  If it does, please include the complete tracebacks you see.

Mark
  -----Original Message-----
  From: python-win32-bounces at python.org
[mailto:python-win32-bounces at python.org]On Behalf Of Excalibur Xcalibur
  Sent: Tuesday, 17 July 2007 8:00 AM
  To: python-win32 at python.org
  Subject: [python-win32] missing module ['win32com.gen_py']


  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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20070717/446eeaa5/attachment.html 


More information about the Python-win32 mailing list