View Single Post
  #1  
Old 01-30-2008, 01:00 PM
shivanangel shivanangel is offline
Member
 
Join Date: Feb 2006
Location: New Jersey
Posts: 182
Strange Wii Mote error...

Hi,

I recently started working with the Wii mote with Vizard. However, after a windows XP computer failure I found the code no longer worked.

While I was running code my system locked up and crashed.

Now when I try to use even the simplest wiimote compatible code, I get the following error:

Traceback (most recent call last):
File "C:\Program Files\WorldViz\Vizard30/python\vizact.py", line 2738, in __ontimer
val = event.call()
File "C:\Program Files\WorldViz\Vizard30/python\vizact.py", line 2564, in _callStatic
return self.func(*self.args,**self.kwargs)
File "TestStand_V_2_0_wiiMite.py", line 76, in UpdatePointer
x1,y1 = mote1.posIR
TypeError: unpack non-sequence

It is not code dependent, since even if I copy and paste the code directly from your example it still gives me the same thing.

Any ideas what this might be?

I uninstalled Vizard and upgraded to the new one for Q1 of 2008 and still have this error. Could it be a Bluetooth problem and maybe I need a reinstall there?

Thanks,
George D. Lecakes Jr.
Reply With Quote