Re: Installing wxglade on Linux
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 20.05.2019 12:15, Phil wrote: > I though that "sudo python3 setup.py install" would put wxglade into > /usr/bin but it doesn't. > > What is the recommended installation procedure? > I'm not sure. I just know that the setup.py script can be used to build an installer package. If it's not suitable for direct installation, maybe you want to have a look how to implement it. I'm not a big fan of all that installation stuff, as it installs wxGlade into the Python installation. I prefer to keep the tools separate from the target system. On Windows, the .wxg file extension is registered whenever you run wxglade.py and therefore you can start wxGlade by double-clicking a file. If your platform suppports something similar, maybe you want to implement it. Regards, Dietmar