Re: Request internet connection with python

2008-10-23 Thread Hermann Lacheiner
Kurtis Heimerl wrote:
 I'm pulling the source for this library now to try and make progress,
 but did you figure out anything aside from the (slightly wonky)
 workaround?

Yesterday I made some tests, but had not time to investigate it any 
further. So I can not report any progress. At least I have filed a bug 
about this issue yesterday: 
https://garage.maemo.org/tracker/index.php?func=detailaid=2958group_id=40atid=229

Hermann
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Request internet connection with python

2008-10-22 Thread Kurtis Heimerl
I'm curious about this problem, as I'm trying to use the same library
but I'd prefer not to have to manage the archaic and poorly documented
icd-dbus interface.

I'm pulling the source for this library now to try and make progress,
but did you figure out anything aside from the (slightly wonky)
workaround?

Thanks!

On Sat, Oct 11, 2008 at 9:31 AM, Hermann Lacheiner
[EMAIL PROTECTED] wrote:

 I've also seen this problem.  It never worked, even on chinook.

 As a workaround I am listening now for the status_changed signal of the
 com.nokia.icd dbus service.
 Strangely I get an DBusException when registering: /com/nokia/icd:
 Unsupported interface or method but nevertheless the signal handler is
 called on status change.

 Cheers, hermann
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Request internet connection with python

2008-10-11 Thread Hermann Lacheiner

 I've also seen this problem.  It never worked, even on chinook.

As a workaround I am listening now for the status_changed signal of the
com.nokia.icd dbus service.
Strangely I get an DBusException when registering: /com/nokia/icd:
Unsupported interface or method but nevertheless the signal handler is
called on status change.

Cheers, hermann
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Request internet connection with python

2008-10-10 Thread Owen Williams
On Thu, 2008-10-09 at 21:40 +, Hermann Lacheiner wrote:
 Hi all!
 
 I am trying to request an internet connection using conic and python. 
 I started with this example:
 https://garage.maemo.org/svn/pymaemo/packages/python-conic/branches/chinook/tests/test_connect.py
 
 The problem is now, that the callback function is never called, when the
 connection becomes available (the Nokia successfully connected to my WLAN).
 Were there any API changes in Diablo or does someone know any hint, why the
 callback is never called. Thanks for your help!


I've also seen this problem.  It never worked, even on chinook.

owen

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Request internet connection with python

2008-10-09 Thread Hermann Lacheiner

Hi all!

I am trying to request an internet connection using conic and python. 
I started with this example:
https://garage.maemo.org/svn/pymaemo/packages/python-conic/branches/chinook/tests/test_connect.py

The problem is now, that the callback function is never called, when the
connection becomes available (the Nokia successfully connected to my WLAN).
Were there any API changes in Diablo or does someone know any hint, why the
callback is never called. Thanks for your help!

Cheers, Hermann
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers