Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Are there programs that convert .ui files to .py for you?
Post: RE: Are there programs that convert .ui files to ....

(Sep-02-2019, 08:00 PM)Axel_Erfurt Wrote: go to your terminal If you have Linux or OSX you can check if pyuic5 is installed which pyuic5 adjust 'myfolder' to the path of your folder and myfile to...
Mocap GUI 6 3,854 Sep-02-2019, 10:33 PM
    Thread: Are there programs that convert .ui files to .py for you?
Post: RE: Are there programs that convert .ui files to ....

(Sep-02-2019, 09:58 AM)Axel_Erfurt Wrote: pyuic4 input.ui -o output.py or pyuic5 input.ui -o output.py Quote:Options: --version show program's version number and exit -h, --help ...
Mocap GUI 6 3,854 Sep-02-2019, 07:54 PM
    Thread: Are there programs that convert .ui files to .py for you?
Post: Are there programs that convert .ui files to .py f...

I'm trying to convert .ui files to .py files but I'm experiencing tremendous frustration in doing it manually. I've searched Google and I'm not having any luck finding such a program. I want to just u...
Mocap GUI 6 3,854 Sep-02-2019, 05:39 AM
    Thread: Binding functions in Qt Designerr
Post: RE: Binding functions in Qt Designerr

(Aug-08-2019, 12:45 PM)Denni Wrote: Hi @Mocap good luck with that Designer code. If you ever want to do PyQt rather than Designer code I would be happy to lend you a hand. Why don't you like design...
Mocap GUI 12 5,784 Aug-15-2019, 03:08 AM
    Thread: Binding functions in Qt Designerr
Post: Functions in Qt Designer

Hello, I am using Qt Designer (instead of PyQt) and I have created a GUI. I am trying to create my own accounting problem, so now I need to be able to make my GUI do the specific functions. For exam...
Mocap GUI 12 5,784 Aug-07-2019, 11:34 PM
    Thread: Binding functions in Qt Designerr
Post: Binding functions in Qt Designerr

Is it possible to bind functions in Qt designer, or would I have to do that on a separate application? In particular, I want to make it so that clicking on one button will lead to a set of other butto...
Mocap GUI 12 5,784 Aug-04-2019, 01:31 AM
    Thread: Coding is going to give me a heart attack
Post: Coding is going to give me a heart attack

I never realized how frustrating and rage-inducing coding could be (or usually is). I constantly run into problems at even the most basic level and can't figure out why these very basic components are...
Mocap Bar 2 1,811 Jul-25-2019, 05:01 PM
    Thread: How to compile all relevant code and then execute the program
Post: How to compile all relevant code and then execute ...

I'm creating a program that will require using buttons to travel to different menus, but I'm not sure if I would put all of this code in one file or if I would create each component as a separate file...
Mocap News and Discussions 2 2,011 Jul-25-2019, 03:18 AM
    Thread: Using tkinter in Spyder
Post: Using tkinter in Spyder

tkinter isn't working on Spyder for some reason. do I have to uninstall it? import tkinter as tkr tk = tkr.Tk() canvas = tkr.Canvas(tk, width=500, height=500) canvas.grid() tk.mainloop() def donoth...
Mocap GUI 1 14,910 Jul-25-2019, 02:45 AM
    Thread: Binding functions to Menus in tkinter??
Post: Binding functions to Menus in tkinter??

I want to create a drop down menu (For example, File > Open, etc.) that can be used to open files and upload/download data. Can someone either offer an explanation of how to do this or link me to ...
Mocap GUI 1 2,423 Jul-23-2019, 01:24 AM
    Thread: tkinter - "NameError: name 'frame' is not defined"
Post: RE: tkinter - "NameError: name 'frame' is not defi...

(Jul-21-2019, 07:09 PM)Yoriz Wrote: frame is not defined because self.incomeopButton = Button(frame, text="Display Income From Operations", command=self.income_from_operations)has not been added as ...
Mocap General Coding Help 3 9,612 Jul-21-2019, 08:49 PM
    Thread: tkinter - "NameError: name 'frame' is not defined"
Post: tkinter - "NameError: name 'frame' is not defined"

I'm trying to create a class of buttons and bind it to tkinter but it keeps telling me "NameError: name 'frame' is not defined." I tried this solution here but it's not working - https://stackoverfl...
Mocap General Coding Help 3 9,612 Jul-21-2019, 06:25 PM
    Thread: Nesting menu buttons tkinter for python
Post: Nesting menu buttons tkinter for python

I’m trying to figure out how to nest other buttons within other drop down buttons. Like for example, I need to figure out how to make a drop down of vehicles with trucks and cars and boats and then ge...
Mocap GUI 1 2,695 Jul-18-2019, 11:23 AM
    Thread: How do I edit saved Python 3 script?
Post: How do I edit saved Python 3 script?

I know this is probably a simple fix but I'm having a tough time with it. I'm being told that Python isn't installed on my computer when I open the file to try to edit it, but I used a Python 3 termin...
Mocap General Coding Help 1 2,003 Jul-17-2019, 03:09 AM
    Thread: Using tkinter on Windows to launch python 3 scripts
Post: Using tkinter on Windows to launch python 3 script...

I'm trying to use tkinter to create a button that launches the relevant python script. I've never done this before and I saw someone else asking it, but without specifying which GUI he was using. So I...
Mocap GUI 1 2,685 Jul-17-2019, 02:52 AM
    Thread: Windows GUI with push buttons to launch python scripts
Post: RE: Windows GUI with push buttons to launch python...

(Jul-16-2019, 12:01 AM)metulburr Wrote: What GUI are you looking for? Does it have to be good looking? Does it all the bells and whistles? What operating system it will be running on? Mobile or desk...
Mocap GUI 7 4,120 Jul-17-2019, 02:49 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020