View Single Post
Posts: 540 | Thanked: 288 times | Joined on Sep 2009
#5
Originally Posted by armen_shlang View Post
no details noting. as if it ignores the command i wrote, it goes to input ready mode. ~$:
Which is why I asked for the exit code ("echo $?" shows the last exit code).

Originally Posted by armen_shlang View Post
1. I didn't install the maemo SDK on my linux if that is a problem
2. I basically type this line directly on my phone xterminal
~$: python server.py localhost 8081

BTW, I found this for the python gui:
http://wiki.maemo.org/PyMaemo/UI_tut...etting_started
but all of them require me to install maemo SDK. I remember I had trouble installing the scratchbox when i tried to install it.
No need for the SDK, you can do Python development just fine in-device, I do it all the time (sshfs so I can use more decently sized keyboard and display plus my favourite editor [pygtkeditor I use sometimes directly on the device]).

Port 8081 should not require root privileges but it doesn't hurt to check (type "root" [install rootsh if you haven't] to get root shell without SSH).