On 12/6/09 3:16 PM, Martin Bílek wrote: > May i sell application (written using python, > pygtk and pygtksourceview2) to my employer or somebody without source > code. just executable (using cx_freeze) or in compiled bytecode ? > > with python and pygtk no prob i think [ WingIDE ] > but with PyGtkSourceView2 which is LGPL i think.
Hi, Pygtk and the gtk+ stack are LGPL so you must dynamically link and provide a way to obtain the source. Wing IDE does this. Cheers, John _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
