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 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 the installed program on the XP machine I get the
> following log (note that LegaliteInvoice contains the following import,
> but so does LegaliteMain ? which calls LegaliteViewTransactions which
> calls LegaliteInvoice): - 
> from win32com.client import Dispatch 
> ? 
> Traceback (most recent call last): 
> ? File "LegaliteMain.pyw", line 13, in <module> 
> ? File "LegaliteViewTransactions.pyc", line 8, in <module> 
> ? File "LegaliteInvoice.pyc", line 7, in <module> 
> ? File "win32com\__init__.pyc", line 5, in <module> 
> ? File "win32api.pyc", line 12, in <module> 
> ? File "win32api.pyc", line 10, in __load 
> ImportError: DLL load failed: The specified procedure could not be found. 
> ? 
> Any ideas? 
> ? 
>  
> Andrew Spagnoletti 
>  
> --------------------------
> Sent using BlackBerry
> _______________________________________________
> python-win32 mailing list
> python-win32@python.org
> http://mail.python.org/mailman/listinfo/python-win32
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Probelm-with-win32api-dll-load-failed-tp22778150p31538793.html
Sent from the Python - python-win32 mailing list archive at Nabble.com.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to