Re: ReMoko on SHR - python error

2009-05-03 Thread Michael Tansella
 Now it should run, but I think it's not
 working. There are still some errors with dbus (I think they come with
 bluez)

Any progress on this issue?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


ReMoko on SHR - python error

2009-04-07 Thread noo
Do you mean changing:
from remoko.remoko_server import *
to
remoko_server import *
in /usr/bin/remoko?
Yes, you're right.
But the PYTHONPATH-environment variable must be set to 
/usr/lib/python2.6/site-packages/remoko/
The directory-variables in the python-code aim to /usr/share/remoko/data/ 
instead of /usr/share/remoko. So you have to copy the files in this directory, 
or fit the code to /usr/share/remoko (see http://nublog.im-blog.de).
Now it should run, but I think it's not working. There are still some errors 
with dbus (I think they come with bluez)
...
error in proxy
...
ERROR: isRunning d-bus call not present
...
Error in d-bus system
...




___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: ReMoko on SHR - python error

2009-04-06 Thread Stuart Pullinger
noo wrote:
 I got it running through:

 1. /usr/bin/remoko 
 39-41 changing remoko.remoko_server in remoko_server (and so on)
   
Do you mean changing:
from remoko.remoko_server import *
to
from remoko_server import *
in /usr/bin/remoko?

Didn't work for me (using shr-testing). I get
r...@om-gta02 ~ $ DISPLAY=:0 remoko
Traceback (most recent call last):
  File /usr/bin/remoko, line 39, in module
from remoko_server import *
ImportError: No module named remoko_server
r...@om-gta02 ~ $ echo $PYTHONPATH
/usr/lib/python2.6/:/usr/lib/python2.6/site-packages/
r...@om-gta02 ~ $ ls /usr/lib/python2.6/site-packages/remoko
remoko_conf.py remoko_key_mapper.py   remoko_server.py
remoko_conf.pyoremoko_key_mapper.pyo  remoko_server.pyo

Any ideas?

Thanks,
Stuart

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


ReMoko on SHR - python error

2009-04-04 Thread noo
If I'm running remoko, the error log is:
--
Traceback (most recent call last):
  File /usr/bin/remoko, line 39, in module
from remoko.remoko_server import *
ImportError: No module named remoko.remoko_server
--
setting the PYTHONPATH to 
/usr/lib/python2.6/:/usr/lib/python2.6/site-packages/:/usr/lib/python2.6/site-
packages/remoko/
doesn't help, too.

Who knows the correct Pythonpath, or any else help? Thanks!
And Yes, the remoko-server is installed;-)
And I ran it with the DISPLAY=:0 variable.
Any Idea?

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


ReMoko on SHR - python error

2009-04-04 Thread noo
I got it running through:

1. /usr/bin/remoko 
39-41 changing remoko.remoko_server in remoko_server (and so on)
2. mkdir /usr/share/remoko/data
3. cp /usr/share/remoko/* /usr/share/remoko/data/

Can't believe that this is working propperly, cause I got the remote not 
running yet...


___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community