Hi All,
What exactly is the deal when it comes to distributing binaries of a wxPython-based product in a commercial environment? To explain, here is the scenario:
I develop an application in pure Python, that uses a particular release of wxPython, and another third party module (ctypes). Now, I want to distribute this to users, so I py2exe it up into a nice executable, and distribute the .exe (along with various wxPython .pyc files embedded inside), as well as a few additional support files (_ctypes.pyd, _sre.pyd, _winreg.pyd, python22.dll, wxc.pyd, and wxmsw240h.dll). My small Python-based program is part of a larger suite of tools which a customer pays money for (albeit a small amount). What are the licensing terms? I have looked into this and have basically just ended up more confused than when I started. Is wxPython covered by the library GPL, or the GPL? Do I have to distribute my source code? Do I need to copy and paste and provide a copyright blurb?
Ctypes is released under the MIT license which is pretty clear. The standard Python distribution is equally clear in terms of licensing. So - what about the wxPython and wxWindows stuff? Can anyone point me to a website or provide a nice summary?
Thanks,
···
--
Mark