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
>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
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