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
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
> >
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
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
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
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
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
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.
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
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
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
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.
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
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.
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
15 matches
Mail list logo