|
Any GUI toolkits for Python? |
Posted on: 2019/1/19 17:21
#1 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/5/19 14:23 From England
Posts: 3553
|
Hi
Are there any GUI toolkits for OS4 Python? Anyone have any experience with them? Hoping to find one which also gives decent results on Android... |
|
_________________
Author of the PortablE programming language. I love using Amiga OS4.1 ![]() It is pitch black. You are likely to be eaten by a grue... |
||
|
Re: Any GUI toolkits for Python? |
Posted on: 2019/1/20 7:47
#2 |
---|---|---|
Home away from home
![]() ![]() Joined:
2006/11/26 21:45 From a dying planet
Posts: 4025
|
@ChrisH
Reading through some tests and comparisions wxPython seems to be the way to go in means of features, handling and support/development. |
|
_________________
People are dying. Entire ecosystems are collapsing. We are in the beginning of a mass extinction. And all you can talk about is money and fairytales of eternal economic growth. How dare you! – Greta Thunberg |
||
|
Re: Any GUI toolkits for Python? |
Posted on: 2019/1/20 10:27
#3 |
---|---|---|
Quite a regular
![]() ![]() Joined:
2006/12/24 12:23 From Germany
Posts: 518
|
@ChrisH
I think the only python gui toolkit available on OS4 is GTK+ 2.24 in the AmiCygnix Python 2.7 package included in Gimp or Gnumeric. I don't know, if Android has GTK+, maybe you can us it for development. |
|
|
Re: Any GUI toolkits for Python? |
Posted on: 2019/1/20 14:18
#4 |
---|---|---|
Home away from home
![]() ![]() Joined:
2006/12/4 23:15 Posts: 2265
|
@ChrisH
If your coding for AmigaOS 4 then ProAction provides GUI support to any ARExx enabled scripting langugae, ie Python Perl and er ARexx... Naturally that doesn't help with the Android thingy If you want to code for AmigaOS and Android then Hollywood is probably your only real choice. |
|
|
Re: Any GUI toolkits for Python? |
Posted on: 2019/1/20 16:13
#5 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/5/19 14:23 From England
Posts: 3553
|
@Raziel
wxPython doesn't seem to be available for OS4 ![]() |
|
_________________
Author of the PortablE programming language. I love using Amiga OS4.1 ![]() It is pitch black. You are likely to be eaten by a grue... |
||
|
Re: Any GUI toolkits for Python? |
Posted on: 2019/1/20 17:47
#6 |
---|---|---|
Just popping in
![]() ![]() Joined:
2008/10/20 20:59 From Arizona
Posts: 70
|
|
|
|
Re: Any GUI toolkits for Python? |
Posted on: 2019/1/20 18:41
#7 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/5/19 14:23 From England
Posts: 3553
|
@broadblues
Thanks for the ProAction suggestion. With the lack of a cross-platform GUI solution for Python on OS4, it seems like the only solution would be to roll my own (with ProAction code being generated for OS4 & another toolkit for Android/etc). But sounds like a lot of work, so not likely to bother with GUI on OS4 for the time being ![]() P.S. Afraid I am not interested in Hollywood. |
|
_________________
Author of the PortablE programming language. I love using Amiga OS4.1 ![]() It is pitch black. You are likely to be eaten by a grue... |
||
|
Re: Any GUI toolkits for Python? |
Posted on: 2019/1/20 18:45
#8 |
---|---|---|
Home away from home
![]() ![]() Joined:
2007/5/19 14:23 From England
Posts: 3553
|
@ferrels
Seems like PyGUI directly generates native GUIs, so not likely to work on OS4. |
|
_________________
Author of the PortablE programming language. I love using Amiga OS4.1 ![]() It is pitch black. You are likely to be eaten by a grue... |
||
|
Re: Any GUI toolkits for Python? |
Posted on: 2019/1/20 21:37
#9 |
---|---|---|
Just popping in
![]() ![]() Joined:
2008/10/20 20:59 From Arizona
Posts: 70
|
@ChrisH
Yeah, it looks like most of the python gui's out there are Mac/Linux/Windows native or rely heavily on wxidgets or QT. I think Kas1e did a QT port to OS4 so it may be worth taking a look at pyQT4. https://www.riverbankcomputing.com/software/pyqt/download I'd prefer something wxwidgets-based because it's more lightweight in terms of code and system requirements/resources but I don't think it's been ported to OS4. Another lightweight GUI is FLTK and it has been ported to OS4. See this: http://www.soft3dev.net/pages/fltk.php and the pyFLTK page: http://pyfltk.sourceforge.net/ |
|