kostmo / pyrocket

Automatically exported from code.google.com/p/pyrocket
2 stars 2 forks source link

Blue Dream Cheeky launcher is not recognized #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Plugin blue (webcam) Dream Cheeky launcher
2. Install deb. package of pyrocket on Hardy
3. Launch pyrocket in konsole

What is the expected output? What do you see instead?
The GUI is not opening, instead I get the following output:
Frame acquisition failed.
Located blue Rocket Launcher device.
Traceback (most recent call last):
  File "/usr/bin/pyrocket", line 27, in <module>
    launcher = RocketWindow()
  File "/var/lib/python-support/python2.5/rocket_frontend.py", line 179, in
__init__
    self.connect_everything()
  File "/var/lib/python-support/python2.5/rocket_frontend.py", line 371, in
connect_everything
    err_msg = self.rocket_controller.acquire_devices()
  File "/var/lib/python-support/python2.5/rocket_backend.py", line 39, in
acquire_devices
    return_code = launcher.acquire( dev )
  File "/var/lib/python-support/python2.5/rocket_backend.py", line 98, in
acquire
    except usb.USBError, e:
AttributeError: 'module' object has no attribute 'USBError'

What version of the product are you using? On what operating system?
I'm using pyrocket_0.5-0ubuntu1_all.deb on hardy heron

Please provide any additional information below.

Original issue reported on code.google.com by mushroom...@gmx.de on 21 Dec 2008 at 10:48

GoogleCodeExporter commented 9 years ago
I'm having the same problem - different missile launcher.  Same version of 
pyrocket
installed from deb.  I'm on Intrepid.

Frame acquisition failed.
Located black Rocket Launcher device.
Traceback (most recent call last):
  File "/usr/bin/pyrocket", line 27, in <module>
    launcher = RocketWindow()
  File "/var/lib/python-support/python2.5/rocket_frontend.py", line 179, in __init__
    self.connect_everything()
  File "/var/lib/python-support/python2.5/rocket_frontend.py", line 371, in
connect_everything
    err_msg = self.rocket_controller.acquire_devices()
  File "/var/lib/python-support/python2.5/rocket_backend.py", line 39, in acquire_devices
    return_code = launcher.acquire( dev )
  File "/var/lib/python-support/python2.5/rocket_backend.py", line 87, in acquire
    except usb.USBError, e:
AttributeError: 'module' object has no attribute 'USBError'

Original comment by evanbott...@gmail.com on 27 Dec 2008 at 11:12

GoogleCodeExporter commented 9 years ago
I got it working after installing the pyusb package for intrepid. Now the 
program
starts, I can control the launcher but I can't enable video. It prints the 
message
"Frame acquisition failed". The launcher ID in the Software is on 0, does it not
recognize the Cam?

Original comment by mushroom...@gmx.de on 3 Mar 2009 at 3:31