libAVG remote.py—problem
Posted: 02 April 2008 08:30 AM   [ Ignore ]
New Member
Rank
Total Posts:  1
Joined  2008-02-02

When running remote.py I get this error message on different events:

File “./remote.py”, line 272, in ?
Player.play()
File “./remote.py”, line 210, in onKeyUp
displayParams()
File “./remote.py”, line 159, in displayParams
Val = float(Tracker.getParam(Path))
AttributeError: ‘Tracker’ object has no attribute ‘getParam’

It seems that for example displayParams() doesn’t work and I’ve no idea why…

Also I can trigger mouse events, but remote.py seems not to detect touch events at all.
At least nothing is reported in the terminal or over OSC.

Running version 0.7.0a on os x 10.4.11

Any help or suggestions?

thanks!

Profile