no problem
I would have explored a fix if I knew how to get at /resource :)
I'll use the tracker if I find any more (and I can get my sourceforge password :)
too many smilies now
Type: Posts; User: maht0x0r; Keyword(s):
no problem
I would have explored a fix if I knew how to get at /resource :)
I'll use the tracker if I find any more (and I can get my sourceforge password :)
too many smilies now
There's a bug / limitation in c:\Resource\site.py
The ImportError doesn't propogate errors from nested imports
Is there a way to make c:\Resource\*.py writeable ?
cat > main.py<<EOT...
documentation error - callback not optional
I get "function takes exactly 2 arguments, 1 given" if I leave callback off as I discovered leaving it off accidentally
Incidentally, one has room...
I'm started taking note of the CellID for the places that I regularly visit so that I can do something appropriate.
I thought about having a webpage so that people could estimate where I was...
although the docs say you can substitute \\ with / in path names, one must use \\ in e32db.open()
i.e.
import e32db
e = e32db.Dbms()
e.open(u"c:\\database.db")
e.close()
will succeed but
I copied the os.listdir() example to dump the list of files, their date and size to e:/filelog.txt for transferring to something with a bigger screen =)
...
I was exploring the file system my self and found the SMS store in c:/system/Mail/
I copied the os.listdir() example and tweaked it to dump a list of the whole file system to a file with sizes and...
I know what they mean but they re arbitrary
anyone know of a resource mapping the four figures into a geographical location?
mcc: 234
mnc: 10
lac: 2072
cellid: 12312
isn't going to...
I was excited to see gsm_location in the API
what use the 4 magic numbers ?
mcc, mnc, lac, cellid
how do I map the numbers to real geography
here's an app to display them :