Hi everybody!

I have installed Pyro on my Mac OSX (10.4.11) and with an access point 
connected to an Aibo ERS-7. Everything worked well untill I tried connecting to 
the Aibo camera. An error occured like if there is no camera device existing.
I tried then to use the Fake Camera (with the Test robot) and it still didn't 
work. It creates the following script:

Pyrobot Verion 5.0.0: Ready...
Attempting to import 'Test'...
Loaded '/Users/sabry/Desktop/Pyro/pyrobot/plugins/robots/Test.pyc' !
Attempting to import 'FakeCamera'...
Exception in Tkinter callback
Traceback (most recent call last):
File 
"/Library/Frameworks/Python.framework/Versions/2.4//lib/python2.4/lib-tk/Tkinter.py",
 line 1345, in __call__
return self.func(*args)
File "./gui/Tk.py", line 198, in loadDevice
gui.loadDevice(self)
File "./gui/__init__.py", line 491, in loadDevice
self.engine.robot.startDevices(f)
File "./robot/__init__.py", line 285, in startDevices
return self.startDevices(system.loadINIT(file, self), **args )
File "./system/__init__.py", line 86, in loadINIT
exec("import " + module + " as userspace")
File "", line 1, in ?
File "./plugins/devices/FakeCamera.py", line 1, in ?
from pyrobot.camera.fake import FakeCamera
File "./camera/fake/__init__.py", line 1, in ?
from pyrobot.camera.fake.fake import Fake # cameraDevice
ImportError: No module named fake

Is this caused by the C++ code used in the vision and camera operations that 
only work on Linux?!?
Can anyone please give me some advice to resolve this problem?
Thank you very much!!!!

Ciao,
Sabrina
_________________________________________________________________
Cerchi un locale per la serata? Chiedilo a Live Maps!
http://maps.live.it/
_______________________________________________
Pyro-users mailing list
[email protected]
http://emergent.brynmawr.edu/mailman/listinfo/pyro-users

Reply via email to