libavg setWindowFrame error
Replies (1)
(1-1/1)
Added by saadi03 over 11 years ago
Hi All,
I am getting an error when I use the following code in python:import avg
p = avg.Player.get()
p.setWindowFrame()
the error I am getting is:'Player' object has no attribute 'setWindowFrame'
Any ideas why?
Thanks,
S
You're missing a bool parameter for setWindowFrame. That causes a different error message, but with the parameter, everything works just fine here.
(1-1/1)