Re: Examples of modern GUI python programms

2014-04-03 Thread Chris Angelico
On Fri, Apr 4, 2014 at 9:31 AM, Sturla Molden wrote: > Chris Angelico wrote: > >> Where? I can't see it. The home page redirects me to /news.html which >> doesn't say anything about GPL (other than in its collection of tags, >> which seem to be for finding other people's projects - that is, >> cl

Re: Examples of modern GUI python programms

2014-04-03 Thread Sturla Molden
Chris Angelico wrote: > Where? I can't see it. The home page redirects me to /news.html which > doesn't say anything about GPL (other than in its collection of tags, > which seem to be for finding other people's projects - that is, > clicking that link takes you to a list of all pygame-using proj

Re: Examples of modern GUI python programms

2014-04-03 Thread Sturla Molden
On 03/04/14 16:02, Robert Kern wrote: Kivy depends on PyGame which is GPL, and can only be used to build GPL software. It is not. http://www.pygame.org/LGPL Their web paged says GPL, but I assume that is an error. Is Python allowed on iOS anyway? Apple used to ban any code not written in

Re: Examples of modern GUI python programms

2014-04-03 Thread Chris Angelico
On Fri, Apr 4, 2014 at 1:00 AM, Fabio Zadrozny wrote: > Actually, PyGame is LGPL: http://www.pygame.org/LGPL (it's also what their > source files say, although I noted that in their homepage the link which > points to http://www.pygame.org/LGPL *wrongly* says GPL when the actual link > goes to LGP

Re: Examples of modern GUI python programms

2014-04-03 Thread Fabio Zadrozny
On Wed, Apr 2, 2014 at 8:52 AM, Sturla Molden wrote: > Wolfgang Keller wrote: > > > Judging from the example screenshots on their website, Kivy might be > > adequate. > > Kivy depends on PyGame which is GPL, and can only be used to build GPL > software. Actually, PyGame is LGPL: http://www.pyga

Re: Examples of modern GUI python programms

2014-04-03 Thread Robert Kern
On 2014-04-02 12:52, Sturla Molden wrote: Wolfgang Keller wrote: Judging from the example screenshots on their website, Kivy might be adequate. Kivy depends on PyGame which is GPL, and can only be used to build GPL software. It is not. http://www.pygame.org/LGPL -- Robert Kern "I have c

Re: Examples of modern GUI python programms

2014-04-03 Thread Sturla Molden
Wolfgang Keller wrote: > Judging from the example screenshots on their website, Kivy might be > adequate. Kivy depends on PyGame which is GPL, and can only be used to build GPL software. -- https://mail.python.org/mailman/listinfo/python-list

Re: Examples of modern GUI python programms

2014-04-03 Thread Sturla Molden
Wolfgang Keller wrote: >> Id like to ask.. do you know any modern looking GUI examples of > Judging from the example screenshots on their website, Kivy might be > adequate. If you want to build something from scratch, libSDL is excellent and free (zlib license). Official supported platforms are:

Re: Examples of modern GUI python programms

2014-04-01 Thread Wolfgang Keller
> Id like to ask.. do you know any modern looking GUI examples of > windows software written in python? Something like this maybe: > http://techreport.com/r.x/asus-x79deluxe/software-oc.jpg (or > hopefully something like this android look: > http://chromloop.com/wp-content/uploads/2013/07/Skype-4.0

Re: Examples of modern GUI python programms

2014-03-31 Thread CM
On Sunday, March 30, 2014 7:16:07 PM UTC-4, D. Xenakis wrote: > Id like to ask.. do you know any modern looking GUI examples of windows > software written in python? Something like this maybe: > http://techreport.com/r.x/asus-x79deluxe/software-oc.jpg (or hopefully > something like this android

Re: Examples of modern GUI python programms

2014-03-31 Thread David Hutto
Caveat emptor(I have a copy of Latin For Idiots). When you get through with refining, in whatever language, the open source/proprietary app you're developing, is there anyway you can say for sure how many people's work went into things under different licenses accompanying what you may have copy a

Re: Examples of modern GUI python programms

2014-03-31 Thread Metallicow
On Monday, March 31, 2014 3:16:16 PM UTC-5, Sturla Molden wrote: > > According to their web page, PySide is only LGPL. Qt is LGPL or commercial. """ Licensing PySide has been published as a response to the lack of suitably licensed Qt bindings for Python. PySide is licensed under the LGPL vers

Re: Examples of modern GUI python programms

2014-03-31 Thread Sturla Molden
Metallicow wrote: > One would have to tool through the PySide agreement for their specifics, > but as I recall it is exactly the same as Qt is, which makes sense. According to their web page, PySide is only LGPL. Qt is LGPL or commercial. > Just because a library is LGPL doesn't mean the auth

Re: Examples of modern GUI python programms

2014-03-31 Thread Jonathan Harden
On 31 Mar 2014 00:21, "D. Xenakis" wrote: > ... Snip ... > What i need is to develop an android looking program (entirelly in python) for windows, but dunno if this is possible (most propably is), and which tool between those would help me most: tkinter - wxpython - pyqt - pygtk . > > Any exampl

Re: Examples of modern GUI python programms

2014-03-31 Thread Metallicow
On Monday, March 31, 2014 3:48:33 AM UTC-5, Sturla Molden wrote: > If you are to distribute a program using LGPL software on AppStore or > Gopgle Play, then remember that the user must be allowed to relink the > program with anpther version of the library. That is an LGPL requirement. I > don't see

Re: Examples of modern GUI python programms

2014-03-31 Thread Sturla Molden
Metallicow wrote: > My opinion would be wxPython if not actually using for a mobile, or > PySide if you are. Both of these have acceptable licenses if you want to > go commercial also without having to pay for commercial library usage. If you are to distribute a program using LGPL software on A

Re: Examples of modern GUI python programms

2014-03-30 Thread Metallicow
On Sunday, March 30, 2014 9:16:06 PM UTC-5, Michael Torrie wrote: > On 03/30/2014 05:16 PM, D. Xenakis wrote: > > > What i need is to develop an android looking program (entirelly in > > python) for windows, but dunno if this is possible (most propably > > is), and which tool between those would h

Re: Examples of modern GUI python programms

2014-03-30 Thread Michael Torrie
On 03/30/2014 05:16 PM, D. Xenakis wrote: > What i need is to develop an android looking program (entirelly in > python) for windows, but dunno if this is possible (most propably > is), and which tool between those would help me most: tkinter - > wxpython - pyqt - pygtk . > > Any examples and sugg

Examples of modern GUI python programms

2014-03-30 Thread D. Xenakis
Id like to ask.. do you know any modern looking GUI examples of windows software written in python? Something like this maybe: http://techreport.com/r.x/asus-x79deluxe/software-oc.jpg (or hopefully something like this android look: http://chromloop.com/wp-content/uploads/2013/07/Skype-4.0-Andro