[python-win32] standalone python scripting engine

2007-04-16 Thread burkhard . doliwa
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

Re: [python-win32] standalone python scripting engine

2007-04-16 Thread Graeme Glass
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