Please provide more details: Python/Pyinstaller/Windows version etc.
What will you get if you run in command prompt:
echo %PATH%
> C:\Python27\Lib\site-packages\PyQt4;C:\Program Files (x86)\JavaFX
> \javafx-sdk1.3\
> bin;C:\Program Files (x86)\JavaFX\javafx-sdk1.3\emulator\bin;C:
> \Python27\Lib\sit
> e-packages\PyQt4;C:\Program Files (x86)\MiKTeX 2.9\miktex\bin;C:
> \Program Files\C
> ommon Files\Microsoft Shared\Windows Live;C:\Python27\Lib\site-packages
> \PyQt4\bi
> n;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows
> \System32\Wi
> ndowsPowerShell\v1.0\;C:\Program Files (x86)\Mercurial\;c:\Python27\;c:
> \Python27
> \Scripts\;C:\Program Files (x86)\gs\gs9.02\bin;
>
> Exact version for pyinstaller was : pyinstaller-pyinstaller-8374463
>
> Exact Error was:
>
> WARNING: library python%s%s required via ctypes not found
> INFO: Analyzing C:/cygwin/tmp/blib/resources/pk/pagekite.py
> ERROR: lib not found: MSVCR90.dll dependency of c:\Python27\DLLs
> \_tkinter.pyd
Do you happen to have both a standard Windows Python version *and* a Cygwin Python version, that get mismatched? I can see from the above log that PyInstaller is analyzing packages in cygwin, and it should not if you are using the standard Python distro in c:\Python27.
--
Giovanni Bajo :: ra...@develer.com
Develer S.r.l. :: http://www.develer.com
My Blog: http://giovanni.bajo.it
Did you already have a look at
<http://www.pyinstaller.org/wiki/FAQ#IfThingsGoWrong> and followed the
guide there?
>>>> WARNING: library python%s%s required via ctypes not found
>>>> INFO: Analyzing C:/cygwin/tmp/blib/resources/pk/pagekite.py
>>>> ERROR: lib not found: MSVCR90.dll dependency of c:\Python27\DLLs
>>>> \_tkinter.pyd
This looks like your Python setup is mixed up.
--
Schönen Gruß - Regards
Hartmut Goebel
Dipl.-Informatiker (univ.), CISSP, CSSLP
Goebel Consult
Spezialist für IT-Sicherheit in komplexen Umgebungen
http://www.goebel-consult.de
Monatliche Kolumne: http://www.cissp-gefluester.de/
Goebel Consult ist Mitglied bei http://www.7-it.de
> Hi Giovanni,
>
> There is no cygwin python on this machine. Its just that i'm compiling
> things in the cygwin\tmp directory:
>
> This is the python that is being used:
> Python 2.7 (r27:82525, Jul 4 2010, 09:01:59) [MSC v.1500 32 bit
> (Intel)] on win32
Hi Ram,
the MSVCR90.DLL MISSING error seems a regression on git trunk. I've got it in my todo list.