suppress opening command window after using os.system command

2008-06-12 Thread boriq
Hi, I'm using in my script command os.system('command') on Windows XP. Each time the os.system command is used, python opens an empty ms-dos command window (the black one) and then closes it. So when in one script the os.system command 50 times is used, I see 50 black windows. Is there a way of

Re: suppress opening command window after using os.system command

2008-06-12 Thread boriq
On 12 Jun., 11:51, Gabriel Genellina [EMAIL PROTECTED] wrote: En Thu, 12 Jun 2008 05:28:13 -0300, boriq [EMAIL PROTECTED]   escribió: I'm using in my script command os.system('command') on Windows XP. Each time the os.system command is used, python opens an empty ms-dos command window

compiling sip on vista

2007-07-26 Thread boriq
Hi, I'm trying to compile sip 4.6 on windows vista. I have Python 2.5 installed in c:\Python25. I have Qt 4.3.0 installed in c:\Qt\4.3.0 together with MinGW in c: \MinGW. I have environment variable PATH set to c:\Qt\4.3.0\bin;c:\MinGW\bin And here is what I did: C:\sip-4.6configure.py -p

Rapyd-Tk Pmw Notebook tutorial

2007-04-16 Thread boriq
Hello, could anybody be so kind and write me a small tutorial about how to create a Pmw notebook with 3 tabs each containing 5 checkboxes with the help of Rapyd-Tk? Thanks in advance rg, boris -- http://mail.python.org/mailman/listinfo/python-list