
Originally Posted by
whoisstan
Hey,
I've seen the issue of gsm_location() return None before in the forum. I used it frequently before on my n90 a year ago but now on n95 it is not working anymore. Is there a certain python & shell combination I need to install? I just want to run a very simple .py file and try things out. Do I really need to go through a certification process when I am just trying things out for a proof of concept?
Appreciate it,
Stan Wiechers
Hello whoisstan and welcome to the Dibo 
Just to try and run a .py file on you device you donot need to go through any kind of certification process.
Are you using the latest verision(1.4.0) of pys60 on your device (N95)?
Just try the following code and paste the output in this thread...
Code:
import location
mcc, mnc, lac, cellid = location.gsm_location()
print cellid