Re: [PyQt] error installing PyQT 4.2 on Windows

2007-04-29 Thread David J Brooks
On Sunday 29 April 2007 04:01:37 pm Phil Thompson wrote: > On Sunday 29 April 2007 9:41 pm, David J Brooks wrote: > > On Sunday 29 April 2007 02:58:47 pm Hans-Peter Jansen wrote: > > > Am Sonntag, 29. April 2007 21:16 schrieb David J Brooks: > > > > > python configure.py > > > > > > > > Traceback (

Re: *** GMX Spamverdacht *** Re: [PyQt] error installing PyQT 4.2 on Windows

2007-04-29 Thread Andreas Pakulat
On 29.04.07 15:41:13, David J Brooks wrote: > On Sunday 29 April 2007 02:58:47 pm Hans-Peter Jansen wrote: > > Am Sonntag, 29. April 2007 21:16 schrieb David J Brooks: > > > > python configure.py > > > > > > Traceback (most recent call last): > > > File "configure.py", line 30 in > > >

Re: [PyQt] error installing PyQT 4.2 on Windows

2007-04-29 Thread Phil Thompson
On Sunday 29 April 2007 9:41 pm, David J Brooks wrote: > On Sunday 29 April 2007 02:58:47 pm Hans-Peter Jansen wrote: > > Am Sonntag, 29. April 2007 21:16 schrieb David J Brooks: > > > > python configure.py > > > > > > Traceback (most recent call last): > > > File "configure.py", line 30 in >

Re: [PyQt] error installing PyQT 4.2 on Windows

2007-04-29 Thread David J Brooks
On Sunday 29 April 2007 02:58:47 pm Hans-Peter Jansen wrote: > Am Sonntag, 29. April 2007 21:16 schrieb David J Brooks: > > > python configure.py > > > > Traceback (most recent call last): > > File "configure.py", line 30 in > > import sipconfig > > ImportError: No module named sipconf

Re: [PyQt] error installing PyQT 4.2 on Windows

2007-04-29 Thread Hans-Peter Jansen
Am Sonntag, 29. April 2007 21:16 schrieb David J Brooks: > > python configure.py > > Traceback (most recent call last): > File "configure.py", line 30 in > import sipconfig > ImportError: No module named sipconfig > > I have installed Python 2.5, Qt 4.2.4 and mingw. Those are working f

Re: *** GMX Spamverdacht *** [PyQt] error installing PyQT 4.2 on Windows

2007-04-29 Thread Andreas Pakulat
On 29.04.07 14:16:31, David J Brooks wrote: > > python configure.py > Traceback (most recent call last): > File "configure.py", line 30 in > import sipconfig > ImportError: No module named sipconfig > > I have installed Python 2.5, Qt 4.2.4 and mingw. Those are working fine. What > a

[PyQt] error installing PyQT 4.2 on Windows

2007-04-29 Thread David J Brooks
> python configure.py Traceback (most recent call last): File "configure.py", line 30 in import sipconfig ImportError: No module named sipconfig I have installed Python 2.5, Qt 4.2.4 and mingw. Those are working fine. What am I overlooking? David -- Fun Facts, #14: In table

Re: [PyQt] question re Atext drag and drop in PyQt3

2007-04-29 Thread Hans-Peter Jansen
Am Freitag, 27. April 2007 23:43 schrieb Tony Willis: > I hope that someone can help me with the following. I'm attempting > to drag and drop some floating point numbers from one widget to > another with PyQt3. The easiest way to do the dragging would appear to be > with the QTextDrag object. So I

Re: [PyQt] ImportError: No module named QtOpenGL

2007-04-29 Thread David Boddie
On Sunday 29 April 2007 12:36:44 +0200, Giovanni Bajo wrote: > Being blind about this and thinking that "star-imports are bad no matter > what" is just shooting oneself in the foot. The "star-import is bad" > coding-standard rule shouldn't be taken literally (like any other > coding-standard rule)

Re: *** GMX Spamverdacht *** Re: *** GMX Spamverdacht *** Re: [PyQt] ImportError: No module named QtOpenGL

2007-04-29 Thread Andreas Pakulat
On 29.04.07 11:05:52, Phil Thompson wrote: > On Sunday 29 April 2007 5:25 am, Andreas Pakulat wrote: > > On 28.04.07 21:13:38, [EMAIL PROTECTED] wrote: > > > Quoting Andreas Pakulat <[EMAIL PROTECTED]>: > > > > On 28.04.07 23:31:53, Pradnyesh Sawant wrote: > > > > > Hello, > > > > > I've written a

Re: *** GMX Spamverdacht *** Re: [PyQt] ImportError: No module named QtOpenGL

2007-04-29 Thread Giovanni Bajo
On 29/04/2007 6.25, Andreas Pakulat wrote: Right, the motivation for the Qt.py package is simply convenience for porting PyQt3 code. Which doesn't mean you should use it in new PyQt4 programs. Using something like this creates enough convience while preserving a clean global namespace: from PyQ

[PyQt] Pickle Support

2007-04-29 Thread Phil Thompson
The current SIP snapshot now supports the provision of handwritten code for pickling wrapped classes. It also automatically pickles enums. It does not have the usual pickle restriction of not being able to pickle nested types. The current PyQt4 snapshot has pickle support for the following class

Re: *** GMX Spamverdacht *** Re: [PyQt] ImportError: No module named QtOpenGL

2007-04-29 Thread Phil Thompson
On Sunday 29 April 2007 5:25 am, Andreas Pakulat wrote: > On 28.04.07 21:13:38, [EMAIL PROTECTED] wrote: > > Quoting Andreas Pakulat <[EMAIL PROTECTED]>: > > > On 28.04.07 23:31:53, Pradnyesh Sawant wrote: > > > > Hello, > > > > I've written a small pyqt4 code, which on running on an ubuntu 6.10 >