Sebastian Elsner píše v Út 14. 05. 2013 v 15:27 +0200:
> 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

I would suggest trying IPython.

The pyinstaller development version supports that so it should be quite
easy.

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to