"unknown encoding: string-escape" in frozen Python

2007-03-02 Thread Jeff Groves
27;m still getting the string-escape error. How can I include the encoding in the freeze? I'm using Python2.3 and the downloadable version of subprocess.py for Python2.3 on Redhat. -Jeff Groves -- http://mail.python.org/mailman/listinfo/python-list

Re: Activating Batch Files from Python

2006-04-19 Thread Jeff Groves
>How about sourcing it from a shell, then using that same shell instance >to run the programs? How would I do that? As I've said, I haven't found a Python command that lets you send multiple commands to the same shell yet. If I could, my problem would be solved. -- http://mail.python.org/mailman

Activating Batch Files from Python

2006-04-18 Thread Jeff Groves
I'm writing a launcher that should do the following: 1. Activate a .bat file to set environmental variables. 2. Start 3 programs, using said environmental variables as arguments. However, I can't get the environmental variables to stick because all of Pythons' system start/open functions split of