use pyinstaller to create specialized python interpreter deployment
18 views
Skip to first unread message
Sebastian Elsner
unread,
May 14, 2013, 9:27:48 AM5/14/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyins...@googlegroups.com
Hello,
would it be possible to create a python distribution (python.exe + libs
+ sitepackages) which only includes modules which are used in a specific
program and not create an executable. I would like to put that python
interpreter on a network drive (with some additional modules like pyqt)
and run a script from there: \\my\interpreter\python.exe
\\my\unc\path\myscript.py
I figured PyInstaller could be able to do this since it already has the
step which collects everything I needed.
Cheers
Sebastian
Martin Zibricky
unread,
May 15, 2013, 10:14:35 AM5/15/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyins...@googlegroups.com
Sebastian Elsner píše v Út 14. 05. 2013 v 15:27 +0200:
I would suggest trying IPython.
The pyinstaller development version supports that so it should be quite
easy.