possible to run a python script without installing python?

Katie T katie at coderstack.co.uk
Tue Mar 15 20:48:58 EDT 2011


On Tue, Mar 15, 2011 at 8:58 PM, davidj411 <davidj411 at gmail.com> wrote:

> it seems that if I copy the python.exe binary and the folders
> associated with it to a server without python, i can run python.
> does anyone know which files are important to copy and which can be
> omitted?
>
> i know about py2exe and have had no luck with it.


What's the reason for wanting to avoid installing Python? - are you just
trying to save disk space?

If it's a case of not having admin rights, you can just copy the Python
directory, I don't believe it has any dependencies anywhere else.

Katie
-- 
CoderStack
http://www.coderstack.co.uk
The Software Developer Job Board
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20110316/50d5ec31/attachment.html>


More information about the Python-list mailing list