For some reason
import location mcc, mnc, lac, cellid = location.gsm_location()
gives me the error
TypeError: unpack non-sequence
This is on my Nokia N93 with S60 3rd Edition. Anyone know why or what code I should be using?
This article shows the use of Location module in python.This article is well explained by using links and code.This article will be useful to get cell location.
This article gives four information. 1.Mobile Country Codes (MCC), 2.Mobile Network Code (MNC), 3.Location Area Code (LAC), 4.cell id. all information about this things given in related links in additional information.
This article have a very small code but it is very useful feature of python.This article is useful for beginner.
--nayan trivedi 18:34, 30 September 2009 (UTC)