I am using pywiiuse (PyBluez did not work for me on XP) (download
link: http://www.wiiuse.net/forums/viewtopic.php?p=354&highlight=)
The pywiiuse examples 1,2,3 work just fine.
When I mix the pyglet/miru event loop and pywiiuse it chokes on
wiiuse_poll. Here is the error:
C:\Python25\Lib\site-packages\miru>python examples\wii00.py
no psyco
wiiuse version 0.9
wiiuse api version 8
__init__connected to handle_wiimote_event()
You should see a small grid of objects with some
colored lights over it. You should be able to click
on the bulb of a light to move it around. The white
light is a spotlight which remains focussed on the
object floating above the grid.
[INFO] Found wiimote [assigned wiimote id 1].
Connected to 1 wiimotes (of 1 found).
Traceback (most recent call last):
File "examples\wii00.py", line 213, in <module>
wiiuse_poll(wiimotes, 2)
WindowsError: exception: access violation reading 0x00000010
Has anybody gotten their wiimote working in pyglet on XP?
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---