tim awa wrote: > I generated a one table app using AppWizard. > > I then executed buildwin.bat but I got the following error. > > c:\dabodev\test>python -OO setup.py py2exe --bundle 3 > running py2exe > ... > import win32com > ImportError: No module named win32com >
Try again after installing the missing module: http://pywin32.sourceforge.net/ Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[email protected]
