Am 21.08.2013 02:58, schrieb David Cortesi:
> I'm running the 2.1 dev version on cygwin under Win XP and getting the
> dreaded IOError("Python library not found").
>
> There is a Python2.7.dll in cygwin's /bin and also /usr/bin, also
> LD_LIBRARY_PATH="/usr/bin:/bin".
>
> I suppose PyInstaller knows it is Windows and is looking somewhere else?
>

PyInstaller should be able to handle cygwin. Please have a look at
PyInstaller.bindepend.get_python_library_path(). Looks as if we need to
add 'Python%d%d.dll' % pyver to the list of names to be checked.

Please try this out (using the latest development version) and send us a
patch or pull-request. Thanks.

-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP

Goebel Consult
http://www.goebel-consult.de

Monatliche Kolumne:
http://www.cissp-gefluester.de/2012-09-steht-ein-manta-fahrer-vor-der-uni
Blog: http://www.goebel-consult.de/blog/20050315

Goebel Consult ist Mitglied bei http://www.7-it.de/

Attachment: smime.p7s
Description: S/MIME Kryptografische Unterschrift

Reply via email to