Re: KPanelApplet using Python

2006-02-24 Thread wjzrules
I am not a Python expert, but I am using KDE on my workstation at home and a big Python fan ;) A couple of days ago I was thinking the same and found how to create systray apps for Windows! You can make this kind of apps with wxPython. When I was at home and behind my KDE desktop I tried the Wind

Re: bug in os.system?

2005-10-18 Thread wjzrules
What happens when you try it without the single quotes? result = os.system("pythonbugtest.exe" "test") -- http://mail.python.org/mailman/listinfo/python-list