Am 18.11.15 um 23:46 schrieb Ulli Horlacher:
To run my Python programs on other Windows systems without a Python
installation I must create standalone Windows executables.

pyinstaller runs without any problems with Python 2.7.10 on Windows 7, but
with Python 3.5 I get:
 [stack trace]

Are you using the newest version? According to http://www.pyinstaller.org/ they claim support for Python3. Does a hello world script work? If yes, it may have to do with some packages in your script. Is pywin32 a package that you load, or is it Pyinstaller that needs this?

        Christian

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to