Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #101364
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: extract script from executable made by pyinstaller? |
| Date | 2016-01-08 19:36 +1100 |
| Message-ID | <mailman.60.1452242174.2305.python-list@python.org> (permalink) |
| References | <n6npdp$50i$1@news2.informatik.uni-stuttgart.de> |
On Fri, Jan 8, 2016 at 6:44 PM, Ulli Horlacher <framstag@rus.uni-stuttgart.de> wrote: > Is it possible to extract (and view) the Python script from the Windows > executable which was made by pyinstller? To some extent, yes. You might only get the .pyc files, rather than the proper source code, but you should be able to get something that will run on any system. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
extract script from executable made by pyinstaller? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2016-01-08 07:44 +0000
Re: extract script from executable made by pyinstaller? Chris Angelico <rosuav@gmail.com> - 2016-01-08 19:36 +1100
Re: extract script from executable made by pyinstaller? Oscar Benjamin <oscar.j.benjamin@gmail.com> - 2016-01-08 15:34 +0000
Re: extract script from executable made by pyinstaller? Ulli Horlacher <framstag@rus.uni-stuttgart.de> - 2016-01-08 19:12 +0000
csiph-web