User Profile

Collapse

Profile Sidebar

Collapse
Ziad Rhouma
Ziad Rhouma
Last Activity: Nov 23 '11, 02:59 PM
Joined: May 21 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Ziad Rhouma
    started a topic Script as .pyw don't start...

    Script as .pyw don't start...

    Hi,


    I installed Python2.7 and I wrote a Python script, worked to that as (.py) well. I renamed and started the script too (.pyw), but he does not do unfortunately. I could not find even the pythonw.exe during the system process.

    With python2.5 it functioned. can someone help me?

    Thanks
    See more | Go to post

  • Ziad Rhouma
    replied to Return value of Thread
    thanks man.

    I found also another solution with Queue modul....
    See more | Go to post

    Leave a comment:


  • Ziad Rhouma
    started a topic Return value of Thread

    Return value of Thread

    Ziad
    Dear all,

    I want to get the return value of function(ziad_1 ) and function(ziad_2 )???
    Code:
    import time
    import thread
     
    
     
    def ziad_1(a):
        all_i = []
        print "Starte Unterprogramm ziad_1." 
        for i in range (1, 5):
            time.sleep(3)
            i=a+i
            print  "Thread 1: zaehler=", i 
            all_i.append(i)
    ...
    See more | Go to post
    Last edited by bvdet; May 23 '11, 05:20 PM. Reason: Add code tags
No activity results to display
Show More
Working...