Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Greg Fortune
My e-mails and phone calls with Trolltech addressed exactly that clause and they said it was fine even after I explained that strictly speaking it was a violation of that clause. They did say that if I exposed the Qt api in my app and made it available to the end user (aka, the qt scripting com

Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Greg Fortune
On Thursday 22 January 2004 08:44 am, you wrote: > > My understanding from both Phil and Trolltech reps is that this is > > perfectly > > acceptable. The only nit is that you must have a commercial license in > > the > > first place to write a BSD licensed app. If you write it without having > >

Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Greg Fortune
On Thursday 22 January 2004 09:16 am, Toby Dickenson wrote: > On Thursday 22 January 2004 14:24, Roberto Alsina wrote: > > I was just wondering. If someone writes a nice, very free (as in BSD or > > public domain) app using PyQt, would it be legal if someone having a > > windows license would pack

Re: [PyKDE] Little Python helpers for PyQt

2004-01-22 Thread Gordon Tyler
Torsten Marek wrote: def ListBoxIterator(listbox, selectedOnly = False): i = listbox.firstItem() while i: if selectedOnly and not i.isSelected(): continue yield i i = i.next() return If I'm not mistaken, passing True to selectedOnly will make that fu

[PyKDE] ANN: PyQt 3.10 rpm build with sip 4.0rc2 for SuSE 9.0

2004-01-22 Thread Hans-Peter Jansen
Hi, I've just uploaded sip-4.0rc2 and PyQt-3.10-sip4_1 for SuSE 9.0 to sf: http://sf.net/project/showfiles.php?group_id=61057&package_id=57413 I wasn't able to hit any obvious bugs in them, so it's your turn ;-) Please deinstall any sip/PyQt dependant rpms before installing any of these packag

Re: [PyKDE] Little Python helpers for PyQt

2004-01-22 Thread David Boddie
On Thu, 22 Jan 2004 01:58:02, Torsten Marek wrote: > Ongoing, we could create a small collection of pyqt-helpers which could > then be downloaded from pykde.sf.net (or even included into PyQt, but > that's completely up to Phil, who may forgive me my ambitions), to the > benefit of us all. I real

RE: [PyKDE] Including database support in Qt runtime

2004-01-22 Thread Tuvi, Selim
Thanks, compiling the SQL drivers as plugins works just fine with PyQt. The only thing to watch out for is that if the plugin DLL is in the plugins/sqldrivers directory it still tries to load the database runtime libraries, if I move them somewhere else then it doesn't complain. -Selim Selim

[PyKDE] Conditional SIP processing based on the PyQt version

2004-01-22 Thread Tuvi, Selim
Hi, I noticed that beginning with PyQt 3.9 the sip files are divided into subdirectories. We have a SIP interface where we need to import some of the core SIP files from the PyQt distribution. But I don't want to break the compilation in case the code is compiled against an old version of PyQt.

Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Jarek Zgoda
Dnia Thu, Jan 22, 2004 at 08:02:07AM -0800, Greg Fortune pisze: >I'm kinda curious what people are using to package up Python apps for >distribution though... I used Jordan Russell's Inno Setup (http://www.jrsoftware.org/) to package applications made with py2exe, but I think that usual (not com

Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Toby Dickenson
On Thursday 22 January 2004 14:24, Roberto Alsina wrote: > I was just wondering. If someone writes a nice, very free (as in BSD or > public domain) app using PyQt, would it be legal if someone having a > windows license would pack it into an installer and distribute it? I dont believe so. The Qt c

Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Ulrich Berning
Roberto Alsina schrieb: Hello, I was just wondering. If someone writes a nice, very free (as in BSD or public domain) app using PyQt, would it be legal if someone having a windows license would pack it into an installer and distribute it? I know it wouldn't break the application license, and I am

Re: [PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Greg Fortune
My understanding from both Phil and Trolltech reps is that this is perfectly acceptable. The only nit is that you must have a commercial license in the first place to write a BSD licensed app. If you write it without having a commercial license, it will automagically be licensed under the GPL.

[PyKDE] PyQt application packagers for windows?

2004-01-22 Thread Roberto Alsina
Hello, I was just wondering. If someone writes a nice, very free (as in BSD or public domain) app using PyQt, would it be legal if someone having a windows license would pack it into an installer and distribute it? I know it wouldn't break the application license, and I am expecting it not to bre

Re: [PyKDE] Trouble with PyQt 3.10 on MacOSX (Panther)

2004-01-22 Thread Fredrik Juhlin
On Thursday 22 January 2004 12.56, Tim McNerney wrote: > I have: > > MacOSX 10.3.2 > qt 3.2.3 > qscint 1.54 > sip-4.0rc2 > PyQt 3.10 > > Everything compiles. When I try and run a program from examples3, it > will come up, but I cannot do anything with it. It doesn't have an > entry in the taskbar.

[PyKDE] Trouble with PyQt 3.10 on MacOSX (Panther)

2004-01-22 Thread Tim McNerney
I have: MacOSX 10.3.2 qt 3.2.3 qscint 1.54 sip-4.0rc2 PyQt 3.10 Everything compiles. When I try and run a program from examples3, it will come up, but I cannot do anything with it. It doesn't have an entry in the taskbar. Clicking on it will not cause it to raise above the terminal window. It d