I'm trying to get network connection work in N97 -- without success.
Even this simple script hangs python script shell so I must reboot the device to get it killed:
In emulator script works as expected. Any ideas?Code:import time def debug(t): print "# " + t, time.sleep(2) print "." debug("import urllib") import urllib2 debug("req") req = urllib2.Request(url='http://www.example.com/') debug("urlopen") f = urllib2.urlopen(req) debug("read") print f.read() debug("print") print f ### Running script prints: ### # import urllib . # req .
N97 (RM-505) firmware version: 20.0.019
Keywords: nokia n97 network connection problem device hang

Reply With Quote


