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?
Originally posted by petrikoppinen 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?
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.