subprocess.popen how wait complete open process

2022-08-21 Thread simone zambonardi
Hi, I am running a program with the punishment subrocess.Popen(...) what I should do is to stop the script until the launched program is fully open. How can I do this? I used a time.sleep() function but I think there are other ways. Thanks -- https://mail.python.org/mailman/listinfo/python-list

Re: "pip" error message

2020-04-21 Thread Simone Bravin
ev On Mon, Apr 20, 2020, 10:10 PM Simone Bravin mailto:simone.bra...@outlook.com>> wrote: Hello everyone, > I just started using Python to learn a bit of coding, so I'm pretty a > newbie to this, I tried to install few extra packages using pip

"pip" error message

2020-04-20 Thread Simone Bravin
-32\lib\site-packages\pip\__init__.py)* I tried to run Repair in Modify Setup and reinstalled python as well but nothing changed. I was wondering if you can help to fix this. Thank you Simone -- https://mail.python.org/mailman/listinfo/python-list

Re: Looking for Conferences/Events on Django, Python, MySQL, etc in Europe 2008?

2008-04-08 Thread Simone Brunozzi
On Apr 8, 12:36 pm, "Simon Brunning" <[EMAIL PROTECTED]> wrote: > On Tue, Apr 8, 2008 at 10:10 AM, Simone Brunozzi > > <[EMAIL PROTECTED]> wrote: > > Greetings! > > > I'm looking for conferences or events about Python, Django, Dabatases, > &

Looking for Conferences/Events on Django, Python, MySQL, etc in Europe 2008?

2008-04-08 Thread Simone Brunozzi
Greetings! I'm looking for conferences or events about Python, Django, Dabatases, Mysql, PHP, Ruby in Europe (or nearby locations like north africa and middle east) in 2008. Do you have any suggestions? Thanks a lot! -- http://mail.python.org/mailman/listinfo/python-list

Re: Best IDE for Python

2006-08-17 Thread Simone Murdock
On 14 Aug 2006 15:04:41 -0700, "Tryker" <[EMAIL PROTECTED]> wrote: >Gotta love PyScripter. Light, easy to use, free. >http://mmm-experts.com/Products.aspx?ProductID=4 I agree: I'm trying it only from 4 days the beta version 1.6 and it's good (some little problems, normal for a beta version, that

Repost: Text not showing up

2005-10-17 Thread Simone
Simone wrote: >Hi all, I am new to python and trying to write a simple GUI that would >call 2 growisofs processes (dvd burning) at the same time, and retrive >the exit code to be printed on a text box (couldn't find any program >that could use multiple dvd burners, not even k

Text not showing up

2005-10-14 Thread Simone
t;An error occurred. Burn not completed") # THIS COMES UP as it should self.xml.get_widget("esitotext").show() else: self.xml.get_widget("esitotext").set_text("Burn completed successfully")# THIS COMES UP as it should self.xml.get_widget("esitotext").show() if __name__=='__main__': main=DVD() gtk.main() Any comment, help, url, really appreciated. Have a nice day Simone -- http://mail.python.org/mailman/listinfo/python-list