Re: [python-win32] Probelm with win32api dll load failed

2011-05-04 Thread DonAmit
You can do this easy by adding this to the options dict in setup.py 'dll_excludes': [ mswsock.dll, powrprof.dll ] source: http://stackoverflow.com/questions/1979486/py2exe-win32api-pyc-importerror-dll-load-failed -Amit Andrew Spagnoletti wrote: Hi, ? I have developed an application

Re: [python-win32] Probelm with win32api dll load failed

2009-03-31 Thread Mike Driscoll
Andrew Spagnoletti wrote: Hi, ? I have developed an application with Python 2.6 and wxPython and prepared the set up using py2exe and InstallJammer. ? When I generated the installation from ?my Vista machine and then install it on an XP computer (not sure if there is any significance to the

[python-win32] Probelm with win32api dll load failed

2009-03-30 Thread Andrew Spagnoletti
Hi, ? I have developed an application with Python 2.6 and wxPython and prepared the set up using py2exe and InstallJammer. ? When I generated the installation from ?my Vista machine and then install it on an XP computer (not sure if there is any significance to the Vista - XP), when I run