First time here? Check out the FAQ!

py101's profile - activity

2020-07-20 14:25:47 -0500 edited answer Create GUI with PyQT5 on Wing Personal

It all works now. Thanks! It was just beginner issues. I took your advice and went to /usr/local/bin/python3 and pasted

2020-07-20 14:25:47 -0500 received badge Editor ( source )
2020-07-20 14:24:49 -0500 marked best answer Create GUI with PyQT5 on Wing Personal

I am beginning in python and have made some non GUI samples and they tested good on Wing Personal. I have a sample GUI to test that tested good in a different build system. The sample was designed on QT Designer and the .ui file was converted to .py with a console script command. It is loaded in Wing Personal and there are no errors so far with it just sitting there. I ran it with the debug menu with no errors, but a GUI was not created. I have Qt Core and PyQt5 installed. I'm using Python 3.8 and have set the executable command line to /usr/local/bin/python3 (Python Launcher showed me this) and the python path to default in project properties. I have MacOS X 10.15.2 Catalina.

Should Qt Core and PyQt5 be in a special folder? (I saw Tcl/Tk in a particular 3.8 folder near some Python items.)

Is it possible to launch a GUI right out of Wing?

Is there a book or tutorial available that describes how to build GUIs with Wing and PyQt5?

Thanks for your time.

py101

2020-07-20 14:23:58 -0500 edited answer Create GUI with PyQT5 on Wing Personal

It all works now. Thanks! It was just beginner issues. I took your advice went to /usr/local/bin/python3 and pasted the

2020-07-20 14:22:40 -0500 answered a question Create GUI with PyQT5 on Wing Personal

It all works now. Thanks! It was just beginner issues. I took your advice went to /usr/local/bin/python3 and pasted the

2020-07-20 11:15:27 -0500 received badge Famous Question (source)
2020-07-20 09:09:38 -0500 received badge Student (source)
2020-07-20 09:08:37 -0500 received badge Notable Question (source)
2020-07-20 09:08:37 -0500 received badge Popular Question (source)
2020-07-19 11:13:11 -0500 asked a question Create GUI with PyQT5 on Wing Personal

Create GUI with PyQT5 on Wing Personal I am beginning in python and have made some non GUI samples and they tested good