-
Urllib
I use Nokia 3650.
When I import urrlib it says "No Memory", if I have used my phone a lot prior to lauching python.
If I reboot the phone and type import urllib in Python, then it will work.
I have installed Python memory card which has 12MB free memory. Phone has 2.6 MB free memory.
Have anybody else noticed this kind of behaviour on 3650?
-
Re: Urllib
[QUOTE][i]Originally posted by petrikoppinen [/i]
[B]I use Nokia 3650.
When I import urrlib it says "No Memory", if I have used my phone a lot prior to lauching python.
If I reboot the phone and type import urllib in Python, then it will work.
I have installed Python memory card which has 12MB free memory. Phone has 2.6 MB free memory.
Have anybody else noticed this kind of behaviour on 3650? [/B][/QUOTE]
Others have also complained about that, yes. Unfortunately the 3650 has so little available RAM that it is only barely able to run Python, and urllib is a big module when you count all its' dependencies. You could try using just httplib or bare sockets to save memory.