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...
Hayse asked 7/10, 2010 at 10:31

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...
Shotputter asked 17/2, 2012 at 21:37

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...
Gape asked 6/12, 2011 at 18:15

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 ...
Likeness asked 6/10, 2008 at 7:37

2

Solved

I'm looking at making some mobile apps in my spare time and I want to put them up online for anyone to use (and probably open-source). I've worked with PyS60 a while ago and I really liked it. My...
Huntlee asked 31/7, 2009 at 14:6

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...
Auvergne asked 2/12, 2008 at 17:30
1

© 2022 - 2024 — McMap. All rights reserved.