badboyuk
|
2010-11-01
, 12:46
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#61
|
|
2010-11-01
, 13:27
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#63
|
|
2010-11-01
, 13:42
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#64
|
So you got it working?
Ye growl need to run its the program that shows notifications. If you wanna hide the CMD window from server.py you can just make a bat-file containing "python c:\path\to\file\server.py" then make a .vbs file containing :
then you run the .vbs file and it should run the bat file with no window. thats what i did since i failed with making a service of the .py file with AnySrv, it just started and stopped lol, well well it works atleast.
And on N900 theres alot of ways to run stuff in background. a noob-friendly and simple way is to use the "nohup client.py &" command
|
2010-11-01
, 14:13
|
Posts: 32 |
Thanked: 4 times |
Joined on Feb 2010
@ Malaysia
|
#65
|
|
2010-11-01
, 14:14
|
Posts: 3 |
Thanked: 0 times |
Joined on Oct 2010
|
#66
|
The nohup command doesnt work for me or doesnt do much. Terminal still runs and i get no notifications.
Running the normal way (python client.py) works and shows notifications.
server.py Line41
if detect_os() == "Linux":
^
TabError: inconsistent use of tabs and spaces in indentation
|
2010-11-01
, 14:19
|
Posts: 241 |
Thanked: 69 times |
Joined on Dec 2009
@ Germany
|
#67
|
|
2010-11-01
, 15:51
|
Posts: 334 |
Thanked: 45 times |
Joined on Jan 2010
|
#68
|
|
2010-11-01
, 16:02
|
Posts: 318 |
Thanked: 735 times |
Joined on Oct 2009
|
#69
|
|
2010-11-01
, 16:06
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#70
|