Maybe Portable Python (<a href="http://www.portablepython.com/">http://www.portablepython.com/</a>, <a href="http://www.voidspace.org.uk/python/movpy/">http://www.voidspace.org.uk/python/movpy/</a>)?<br>
<br>
Or you could write a python script that takes a python script as an
argument and executes it, then freeze that using py2exe (<a href="http://www.py2exe.org/">http://www.py2exe.org/</a>) or cx_freeze (<a href="http://python.net/crew/atuining/cx_Freeze/">http://python.net/crew/atuining/cx_Freeze/
</a>) 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)<br><br><br><br><br><div><span class="gmail_quote">On 4/16/07, <b class="gmail_sendername"><a href="mailto:burkhard.doliwa@cst.com">burkhard.doliwa@cst.com</a></b>
<<a href="mailto:burkhard.doliwa@cst.com">burkhard.doliwa@cst.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Dear all,
<br><br><br><br>I am looking for an option to create a standalone python scripting<br>engine (in contrast to regularly installing python and registering the<br>Python Scripting Engine with axscript\client\pyscript.py). The goal is
<br>to make python scripts (.pys) visible to cscript, without installing<br>python system-wide.<br><br><br><br>Any ideas are appreciated,<br><br>Burkhard<br><br><br><br><br>_______________________________________________<br>
Python-win32 mailing list<br><a href="mailto:Python-win32@python.org">Python-win32@python.org</a><br><a href="http://mail.python.org/mailman/listinfo/python-win32">http://mail.python.org/mailman/listinfo/python-win32</a><br>
<br><br></blockquote></div><br>