Re: portable way to get process infos

2005-09-30 Thread gnukid
Try cygwin (http://www.cygwin.com) -- http://mail.python.org/mailman/listinfo/python-list

Re: Hello gnome-terminal

2005-09-30 Thread gnukid
Hi Launcher may spawn a new shell to execute your program. The new shell wont have your PYTHONPATH environment variable. Cheers, Noorul egbert wrote: > When I start the following script in a gnome-terminal: > > #!/usr/bin/env python > import os > print "hello gnome-terminal" > pr