Re: [PyQt] Trying to create SIP

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 15:21:14 +0300, Tomas Neverdauskas wrote: > Still no luck, now SIP complains: > *QtAV::AudioOutput is undefined* The easiest approach is to build up the .sip file a bit at a time, rather than trying to write the whole thing at once. Phil > 2013/4/23 Phil Thompson > >> On T

Re: [PyQt] Trying to create SIP

2013-04-23 Thread Tomas Neverdauskas
Still no luck, now SIP complains: *QtAV::AudioOutput is undefined* 2013/4/23 Phil Thompson > On Tue, 23 Apr 2013 12:03:35 +0300, Tomas Neverdauskas > wrote: > > Yes that's was the case. > > > > Another problem, i think more complicated - sip says: "AudioOutput is > > undefined", i should inclu

Re: [PyQt] Trying to create SIP

2013-04-23 Thread Phil Thompson
On Tue, 23 Apr 2013 10:58:27 +0300, Tomas Neverdauskas wrote: > Hi, > > i'am trying to create python interface to QtAV project > https://github.com/wang-bin/QtAV (AvPlayer.h). Currently wrote this sip > file, but after executing got this "sip: syntax error" and no other hint is > provided. > > P

[PyQt] Trying to create SIP

2013-04-23 Thread Tomas Neverdauskas
Hi, i'am trying to create python interface to QtAV project https://github.com/wang-bin/QtAV (AvPlayer.h). Currently wrote this sip file, but after executing got this "sip: syntax error" and no other hint is provided. Please help to parse this file, thank you. %Module AVPlayer %Import QtCore/QtC