Python Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming LanguagesPython Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old June 8th, 2004, 08:41 AM
winwin winwin is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 21 winwin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Tkinter script not refreshed

Hi,

I have a little problem linked to my previous not problem any more...
So my graphic interface made with Tkinter launches a script that communicates his log strings to the inferface to control what is happening...
I can print with no problem theses string on the standard output, but i cannot print theses strings on a text box in the interface, everthing goes as if it were "frozen" and waits for the end of the script...
I tried several ways to launch the script, the popen method and the spawn with the os.P_NOWAIT method, but they don't seem to work. If I use the os.system method the connection to the socket is refused...

Here's a piece of my script to judge it:

Code:
    P = os.spawnv(os.P_NOWAIT,'/home/winwin/stage/maj_pdb.py',['maj_pdb.py'])

    s.listen(1)
    conn, addr = s.accept()
    data = "debut"
    while data != "end of prog":
        data = conn.recv(1024)
        print data
        log.insert(END,data)
    conn.close()


If you have an idea I would be very grateful... thanks
erwin

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming LanguagesPython Programming > Tkinter script not refreshed


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 4 hosted by Hostway
Stay green...Green IT