Frédéric wrote:
> In several places, instead of having my application name, I get '-c'.

This could be a result of the app having got launched
via 'python -c' somewhere along the way:

% python -c 'import sys; print sys.argv[0]'
-c

Not sure whether to regard this as a bug or not. It's
not clear what the app name *should* be when you use
-c. What do the python-dev folks think?

-- 
Greg
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to