I do have Visual C++ 2008 redistributables installed, and I also tried
the SP1 installation, I still kept getting the following problem:
INFO: Testing for ability to set icons, version resources...
INFO: ... resource update available
INFO: UPX is not available.
WARNING: library python%s%s required via ctypes not found
INFO: checking Analysis
INFO: building Analysis because out00-Analysis.toc non existent
INFO: running Analysis out00-Analysis.toc
INFO: Analyzing c:\myproject\pyinstaller-pyinstaller-8374463\support
\_mountzlib.py
WARNING: library python%s%s required via ctypes not found
INFO: Analyzing C:/.../myproject.py
ERROR: lib not found: MSVCR90.dll dependency of c:\Python27\DLLs
\_tkinter.pyd
Traceback (most recent call last):
File "pyinstaller.py", line 90, in <module>
main()
File "pyinstaller.py", line 85, in main
run_build(opts, spec_file)
File "pyinstaller.py", line 49, in run_build
PyInstaller.build.main(spec_file, **opts.__dict__)
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller
\build.py", line 1570, in main
build(specfile, buildpath)
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller
\build.py", line 1480, in build
execfile(spec)
File "c:\myproject\pyinstaller-pyinstaller-8374463\myproject
\myproject.spec", line 5, in <module>
hookspath=None)
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller
\build.py", line 369, in __init__
self.__postinit__()
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller
\build.py", line 304, in __postinit__
self.assemble()
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller
\build.py", line 433, in assemble
importTracker.analyze_script(script)
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller
\mf.py", line 589, in analyze_script
return self.analyze_r('__main__')
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller
\mf.py", line 482, in analyze_r
newnms = self.analyze_one(name, nm, imptyp, level)
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller
\mf.py", line 543, in analyze_one
mod = self.doimport(nm, ctx, fqname)
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller
\mf.py", line 635, in doimport
mod = self._handle_hook(mod, hook)
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller
\mf.py", line 651, in _handle_hook
mod = hook.hook(mod)
File "c:\myproject\pyinstaller-pyinstaller-8374463\PyInstaller\hooks
\hook-_tkinter.py", line 83, in hook
tcl_tk = find_tk_win(binaries)
TypeError: find_tk_win() takes no arguments (1 given)
On one of my older machines, I can convert this code to ".exe" without
any problems but I just pulled a new version of pyinstaller on a
different machine, and I get this error. Also: When I check "No
console-Windows only" on my old machine, the executable thats created,
just exits without doing anything it seems. Any ideas on how to fix
that?
Thanks.
--
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.