Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #99032
| Path | csiph.com!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | Christian Gollwitzer <auriocus@gmx.de> |
| Newsgroups | comp.lang.python |
| Subject | Re: pyinstaller and Python 3.5 on Windows? |
| Date | Thu, 19 Nov 2015 08:04:08 +0100 |
| Organization | A noiseless patient Spider |
| Lines | 16 |
| Message-ID | <n2js4r$1kq$1@dont-email.me> (permalink) |
| References | <n2iv3p$o1n$2@news2.informatik.uni-stuttgart.de> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-15; format=flowed |
| Content-Transfer-Encoding | 7bit |
| Injection-Date | Thu, 19 Nov 2015 07:01:47 -0000 (UTC) |
| Injection-Info | mx02.eternal-september.org; posting-host="09360e0ab07672f4bcf79b9f96c5414e"; logging-data="1690"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18uP2Z3CdAC5IyQLygkCsXO4S9lKRRf0wc=" |
| User-Agent | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
| In-Reply-To | <n2iv3p$o1n$2@news2.informatik.uni-stuttgart.de> |
| Cancel-Lock | sha1:OogA3Jo0eBy/aCx59QwvZ4ztkFs= |
| Xref | csiph.com comp.lang.python:99032 |
Show key headers only | View raw
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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
pyinstaller and Python 3.5 on Windows? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-11-18 22:46 +0000
Re: pyinstaller and Python 3.5 on Windows? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2015-11-19 01:13 +0100
Re: pyinstaller and Python 3.5 on Windows? Christian Gollwitzer <auriocus@gmx.de> - 2015-11-19 08:04 +0100
Re: pyinstaller and Python 3.5 on Windows? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-11-19 07:50 +0000
Re: pyinstaller and Python 3.5 on Windows? Kevin Walzer <kw@codebykevin.com> - 2015-11-19 06:41 -0500
Re: pyinstaller and Python 3.5 on Windows? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-11-19 12:25 +0000
Re: pyinstaller and Python 3.5 on Windows? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2015-11-19 13:32 +0000
csiph-web