vote up 1 vote down star

I've written code for communication between my phone and comp thru TCP sockets. When I type out the code line by line in the interactive console it works fine. However, when i try running the script directly through filebrowser.py it just wont work. I'm using Nokia N95. Is there anyway I can run this script directly without using filebrowser.py? Am new to Python for mobile phones, so any suggestions would be appreciated. Thanks

flag

4 Answers

vote up 1 vote down

Have you read Hack a Mobile Phone with Linux and Python? It is rather old, but maybe you find it helpful.

link|flag
vote up 0 vote down

If the code is working in the interactive interpreter when typed, but not when run directly then I would suggest seeing if your code has reached a deadlock on the socket, for example both ends are waiting for data from the other. When typing into the interactive interpreter there is a longer delay between the execution of each line on code.

link|flag
vote up 0 vote down

Well, it doesn't appear to be a deadlock situation. It throws an error saying remote server refused connection. However, like I said before, if i type the very same code into the interactive interpreter it works just fine. I'm wondering if the error is because the script is run through filebrowser.py?

link|flag
vote up 0 vote down

Don't you have the "Run script" menu in your interactive Python shell?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.