![]() |
2010-06-16
, 04:48
|
Posts: 313 |
Thanked: 247 times |
Joined on Jan 2010
@ USA
|
#41
|
![]() |
2010-06-16
, 04:50
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#42
|
I just updated to 1.3 version and now it is getting stuck at "authenticating...". If I enter the username/password again, it logs in fine.
/opt/pyRadio/pyRadio.py
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
![]() |
2010-06-16
, 04:55
|
Posts: 313 |
Thanked: 247 times |
Joined on Jan 2010
@ USA
|
#43
|
The Following User Says Thank You to dsawhney For This Useful Post: | ||
![]() |
2010-06-16
, 21:06
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#44
|
The Following User Says Thank You to Flandry For This Useful Post: | ||
![]() |
2010-06-16
, 21:14
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#45
|
Nothing happens when running from icon. If i start it with /opt/pyRadio/pyRadio.py, i get this error in libpiano/pulse_calls.py line 7
ImportError: No module named glib
from ctypes import *
from ctypes import * import gobject
![]() |
2010-06-16
, 21:17
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#46
|
ahhh.. sneaky little imports snuck in from qwerty12's code.
I just looked at it and verified that only 2 actual imports are required in there.
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2010-06-16
, 21:20
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#47
|
In my defense, that was a full PyGStreamer example (ripped from another page...)
![]() |
2010-06-16
, 21:23
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#48
|
I know, I didn't blame you - I didn't clean it up well enough.
I wonder though if that'll fix his problem... what is glib provided by? You and I have it.. I would have thought python-gobject provides it.. but that's a dependency for pyRadio so he has to have that one..
~ $ dpkg -S glib.so | grep python
python-gobject: /usr/lib/pyshared/python2.5/gtk-2.0/glib/_glib.so
The Following User Says Thank You to qwerty12 For This Useful Post: | ||
![]() |
2010-06-16
, 21:26
|
|
Posts: 1,559 |
Thanked: 1,786 times |
Joined on Oct 2009
@ Boston
|
#49
|
The Following 2 Users Say Thank You to Flandry For This Useful Post: | ||
![]() |
2010-06-16
, 21:26
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#50
|
dpkg -l | grep python-gobject
The Following User Says Thank You to fatalsaint For This Useful Post: | ||