Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Rune Hansen
On fredag, okt 17, 2003, at 23:12 Europe/Oslo, Willard Myers wrote: On Oct 17, 2003, at 16:49, Rune Hansen wrote: $PYTHON/site-packages has these qt files: qt.dylib qtgl.dylib qtsql.dylib qtui.dylib qtcanvas.dylib qtnetwork.dylib qttable.dylib qtxml.dylib ...and nothing else... Can't help but

Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Rune Hansen
On lørdag, okt 18, 2003, at 00:07 Europe/Oslo, Phil Thompson wrote: On Friday 17 October 2003 10:12 pm, Willard Myers wrote: On Oct 17, 2003, at 16:49, Rune Hansen wrote: $PYTHON/site-packages has these qt files: qt.dylib qtgl.dylib qtsql.dylib qtui.dylib qtcanvas.dylib qtnetwork.dylib

Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Phil Thompson
On Friday 17 October 2003 11:47 pm, Rune Hansen wrote: On lørdag, okt 18, 2003, at 00:07 Europe/Oslo, Phil Thompson wrote: On Friday 17 October 2003 10:12 pm, Willard Myers wrote: On Oct 17, 2003, at 16:49, Rune Hansen wrote: $PYTHON/site-packages has these qt files: qt.dylib qtgl.dylib

Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Rune Hansen
On lørdag, okt 18, 2003, at 01:00 Europe/Oslo, Phil Thompson wrote: On Friday 17 October 2003 11:47 pm, Rune Hansen wrote: On lørdag, okt 18, 2003, at 00:07 Europe/Oslo, Phil Thompson wrote: On Friday 17 October 2003 10:12 pm, Willard Myers wrote: On Oct 17, 2003, at 16:49, Rune Hansen wrote:

Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Hans-Peter Jansen
On Saturday 18 October 2003 00:47, Rune Hansen wrote: uhm..I'm not especialy famillilar with the .pyd concept. Python file extensions on the Mac is .py, .pyc and .pyo as far as I know. Good. I had, kind of, expected these files: qtcanvas.py, qtext.py, qtgl.py, qtnetwork.py, qt.py, qtsql.py,

Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Phil Thompson
On Saturday 18 October 2003 12:28 am, Rune Hansen wrote: On lørdag, okt 18, 2003, at 01:00 Europe/Oslo, Phil Thompson wrote: On Friday 17 October 2003 11:47 pm, Rune Hansen wrote: On lørdag, okt 18, 2003, at 00:07 Europe/Oslo, Phil Thompson wrote: On Friday 17 October 2003 10:12 pm, Willard

Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Willard Myers
On Oct 17, 2003, at 19:28, Rune Hansen wrote: The canvas window pops up. It's in the background and does not seem to receive events. But hey, it works :-) Run them with pythonw, rather than python. The former has some glue that is needed to get window events into PyQt. Bill

Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Rune Hansen
On lørdag, okt 18, 2003, at 01:36 Europe/Oslo, Phil Thompson wrote: On Saturday 18 October 2003 12:28 am, Rune Hansen wrote: On lørdag, okt 18, 2003, at 01:00 Europe/Oslo, Phil Thompson wrote: On Friday 17 October 2003 11:47 pm, Rune Hansen wrote: On lørdag, okt 18, 2003, at 00:07 Europe/Oslo,

Re: [PyKDE] ANN: SIP v4.0pre1 Released

2003-10-17 Thread Rune Hansen
On lørdag, okt 18, 2003, at 01:43 Europe/Oslo, Willard Myers wrote: On Oct 17, 2003, at 19:28, Rune Hansen wrote: The canvas window pops up. It's in the background and does not seem to receive events. But hey, it works :-) Run them with pythonw, rather than python. The former has some glue

[PyKDE] ANN: SIP v4.0pre1 Released

2003-10-16 Thread Phil Thompson
SIP v4.0pre1 is now available for download from the usual place. You will need a current PyQt snapshot, Qt v3.0.0 or later and Python v2.3 or later. Don't use it for production work. What works... - Modules now follow the rules for Python extension modules. I'm interested in any feedback on