Custom extensions?

Not in VS.Net itsself, and aside from other general stuff on machine, it still works for the other python code, and only seems to generate this error/issue when trying to generate .exe files for these two pieces that make use of either piaudiere or now wxPython as such.

Stay well

Jacob Kruger
Blind Biker
Skype: BlindZA
'...fate had broken his body, but not his spirit...'

----- Original Message ----- From: "Tim Roberts" <t...@probo.com>
To: "Python-Win32 List" <python-win32@python.org>
Sent: Thursday, August 25, 2011 6:57 PM
Subject: Re: [python-win32] Recurring DLL error with py2exe


Jacob Kruger wrote:
Typed in following command line code using sort of standard setup.py file that works on other things like my mapData IF engine, but did change the name of the .py file it should process:
python setup.py py2exe

The last 2 lines rendered in that window are then the following:
*** finding dlls needed ***
error: MSVCP90.dll: No such file or directory

That specific DLL gets copied quite easily into the relevant subfolder of the dist folder when I run a similar command for my much larger, but, I suppose, simpler, mapData app, since that one doesn't try to import libraries/modules like piaudiere or wxPython as such.

MSVCP90.DLL is one of the DLLs caught up in the Microsoft "side-by-side"
stupidity.  It cannot just be copied into a destination folder, it has
to be properly installed with a manifest.

Do you have some custom extensions?  I didn't think there were any
versions of Python that were built with Visual Studio 2008.  VS2010
wisely eliminates the side-by-side stuff for the CRT DLLs, so the
problem goes away.

--
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

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

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

Reply via email to