pys60 Questions
8
Solved
I have following code in a python script
try:
# send the query request
sf = urllib2.urlopen(search_query)
search_soup = BeautifulSoup.BeautifulStoneSoup(sf.read())
sf.close()
except Exceptio...
7
Solved
I'm trying to write a simple Python script for my mobile phone to periodically load a web page using urrlib2. In fact I don't really care about the server response, I'd only like to pass some value...
Stacked asked 18/11, 2010 at 11:26
1
Solved
When I start any application, that I wrote with python for my Nokia 5800(software version 60.0.003), it asks me for internet connection. Application doesn't use it or need it. And if I skip it appl...
3
Solved
I'd like to write a small Bluetooth server application to my Nokia phone in PyS60. It needs to be able to send response to the client's request and be able to push data to the client as well.
opti...
2
I want to use Google Data API on a Symbian device with pys60 but I couldn't find any doc.
Is there any way to install Google Data APIs Python Client Library on Symbian ?
Thecla asked 11/5, 2010 at 23:3
7
Solved
I am in the position of having to make a technology choice early in a project which is targetted at mobile phones. I saw that there is a python derivative for S60 and wondered whether anyone could ...
2
Solved
2
Solved
I am currently looking at developing a mobile apps for the S60 platform and is specifically looking at PyS60. It seems to suggest that the it can be compiled into native .sis files without the need...
1
© 2022 - 2024 — McMap. All rights reserved.