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
User Profile
Collapse
-
Script as .pyw don't start...
-
thanks man.
I found also another solution with Queue modul.... -
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)
No activity results to display
Show More
Leave a comment: