Maybe Portable Python (http://www.portablepython.com/,
http://www.voidspace.org.uk/python/movpy/)?

Or you could write a python script that takes a python script as an argument
and executes it, then freeze that using py2exe (http://www.py2exe.org/) or
cx_freeze (http://python.net/crew/atuining/cx_Freeze/) or some such tool. (I
don't think that would be recommended, or work very well thought, but just
giving you some ideas as to things to look into)




On 4/16/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Dear all,



I am looking for an option to create a standalone python scripting
engine (in contrast to regularly installing python and registering the
Python Scripting Engine with axscript\client\pyscript.py). The goal is
to make python scripts (.pys) visible to cscript, without installing
python system-wide.



Any ideas are appreciated,

Burkhard




_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32



_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to