Thought this problem was specific to pyaudiere, but now got same thing when 
tried to test using py2exe on a very small, test wxPython app to make sure it 
was worth focusing on this in terms of GUI's etc., but it again tells me the 
same thing.

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.

Any thoughts on what could really be happening here, or should I try sort out 
reinstalling windows7 or something...?

TIA

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


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

Reply via email to