W dniu 2010-07-15 18:41, Florian Höch pisze:
Hi,

are you using pyinstaller trunk (which is required atm for Python 2.6 support under Windows)?

Am 15.07.2010 18:25, schrieb Krzysztof Jakubczyk:
Hi,
I've created an application with python 2.6, then created distribution
with pyInstaller. I've found that there is a problem with Windows 2000 -
unfortunately Windows 2000 doesn't have MSVCR90.dll that is required by
python26.dll - pyInstaller is not including the file in distribution. Is
this correct behaviour?

Yes, of course. I can see that in file bindepend.py there is a list of excludes - and the msvc?90.dll files are listed there. What is funny pyInstaller added MSVCR71.dll to my project - the file is NOT listed in the excludes.

I'd like to know if this is desired behaviour (excluding these files). If it is - the MSVCR71.dll should be added to bindepend, otherwise all msvc* files should be removed from excludes list.

--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to