your code has an error. try:
internal_url = '4 '+ url + ' 1'
b = 'BrowserNG.exe'
e32.start_exe(b, ' "%s"' %internal_url)
and it seems to be important, that the homepage you've...
Type: Posts; User: unoll; Keyword(s):
your code has an error. try:
internal_url = '4 '+ url + ' 1'
b = 'BrowserNG.exe'
e32.start_exe(b, ' "%s"' %internal_url)
and it seems to be important, that the homepage you've...
thanks for the answers.
i'm sorry. more or less good skills in bash, php, js, copy&paste greenhorn C, more & more python... writing symbian API modules is probably beyond my scope and...
hi there,
i've recognized that on my n95 the sound quality is much better when recording a video than it is when using the sound recorder or something like
S=audio.Sound.open(sndfile)
S.record()...
works, thanks, u.
file can be wav, amr, jpg, png... so to send the right mimetype, the module mimetype.py would be helpful for guessing the right type, no? wasn't that the very reason for this module? :rolleyes:...
hello,
can anybody tell me where i can find the minetypes.py module? seems that it's not included in the pyS60 package. i need it for an file upload class, togeher with posixpath.
thanks, uno
thanks a lot,
that makes things clear, seems it's like in any other web environment, where i can call external programs with a system call, exec etc.
please excuse the newbie question (and just...
hello johan,
only particular requests, to a simple py-script that starts a audio recording and takes a snapshot. the script works fine already, but what i would like to achive is a popup on my...
thanks croozeus,
but here we have an incoming http-request on the mobile web server, not a phone call. what i want to do is:
- mobile web server mws is running on the phone
- user connects to an...
not sure if i've posted at the right board (python), so i post my question here too, pardon...
hello,
i've a little application served by mobile web server on my n95:
...
def handler(req):...
hello,
i've a little application served by mobile web server on my n95:
...
def handler(req):
r=""
req.content_type = 'text/plain'
r = doSomething()
req.write(s)
return...
hello johan,
according to symbiansigned.com, the location cap is available. is there any plan to enable it in a PAMP package?
it would be great to use the internal GPS from a php script...
...