Re: [PyKDE] PyQt4 custom widgets

2006-01-10 Thread Andreas Pakulat
On 10.01.06 10:42:03, Torsten Marek wrote: > > Couldn't let it lie around ;-) > > > > So here's a small patch which makes empty extends-Elements work and also > > "corrects" the import statements by simply transforming whatever is in > > the header-element to a pythonic module-path. > > > > The

Re: [PyKDE] PyQt4 custom widgets

2006-01-10 Thread Torsten Marek
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Pakulat schrieb: > On 09.01.06 23:42:06, Andreas Pakulat wrote: > >>On 09.01.06 22:24:57, Phil Thompson wrote: >> >>>On Monday 09 January 2006 9:19 pm, Andreas Pakulat wrote: >>> As you can see pyuic4 generates totally nonsense import stat

Re: [PyKDE] PyQt4 custom widgets

2006-01-09 Thread Andreas Pakulat
On 09.01.06 23:42:06, Andreas Pakulat wrote: > On 09.01.06 22:24:57, Phil Thompson wrote: > > On Monday 09 January 2006 9:19 pm, Andreas Pakulat wrote: > > > As you can see pyuic4 generates totally nonsense import statements (or > > > is python able to parse C++ header files?). I guess Phil you did

Re: [PyKDE] PyQt4 custom widgets

2006-01-09 Thread Andreas Pakulat
On 09.01.06 22:24:57, Phil Thompson wrote: > On Monday 09 January 2006 9:19 pm, Andreas Pakulat wrote: > > As you can see pyuic4 generates totally nonsense import statements (or > > is python able to parse C++ header files?). I guess Phil you didn't > > invest much time on pyuic4 regarding this, di

Re: [PyKDE] PyQt4 custom widgets

2006-01-09 Thread Phil Thompson
On Monday 09 January 2006 9:19 pm, Andreas Pakulat wrote: > On 09.01.06 20:05:09, Andreas Pakulat wrote: > > pyuic4 refuses to generate .py's for Forms that include non-standard > > widgets: > > > > [EMAIL PROTECTED]:~/projects/pyfilmdbsimpleui/widgets/ui>pyuic4 > > versionwidget.ui DEBUG:root:UI v

Re: [PyKDE] PyQt4 custom widgets

2006-01-09 Thread Andreas Pakulat
On 09.01.06 20:05:09, Andreas Pakulat wrote: > pyuic4 refuses to generate .py's for Forms that include non-standard > widgets: > > [EMAIL PROTECTED]:~/projects/pyfilmdbsimpleui/widgets/ui>pyuic4 > versionwidget.ui > DEBUG:root:UI version is 4.0 > DEBUG:root:uiname is VersionWidget > Traceback (mo

[PyKDE] PyQt4 custom widgets

2006-01-09 Thread Andreas Pakulat
Hi, pyuic4 refuses to generate .py's for Forms that include non-standard widgets: [EMAIL PROTECTED]:~/projects/pyfilmdbsimpleui/widgets/ui>pyuic4 versionwidget.ui DEBUG:root:UI version is 4.0 DEBUG:root:uiname is VersionWidget Traceback (most recent call last): File "/home/andreas/python2.4/li