Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: [SOLVED]PyQt5 tutorial
Post: RE: PyQt5 tutorial

(Sep-15-2022, 11:31 AM)Axel_Erfurt Wrote: This my qt5ct.conf It also has gui_effects=@Invalid(). Nevertheless it works. Output:[Appearance] color_scheme_path=/usr/share/qt5ct/colors/airy.conf cust...
Barrowman GUI 9 2,005 Sep-16-2022, 12:21 PM
    Thread: [SOLVED]PyQt5 tutorial
Post: RE: PyQt5 tutorial

I decided to have a look at qt5ct.conf and found that one item was Quote:gui_effects=@Invalid() which seemed odd. S0 I deleted that line and tried running the code again. Well the tooltip worked so I...
Barrowman GUI 9 2,005 Sep-15-2022, 09:31 AM
    Thread: [SOLVED]PyQt5 tutorial
Post: RE: PyQt5 tutorial

Just been trying to see if there was something missing on my system and now when I run qt5ct I get the following: Quote:qt5ct qt5ct: using qt5ct plugin Configuration path: "/home/norman/.config/qt5ct"...
Barrowman GUI 9 2,005 Sep-15-2022, 08:26 AM
    Thread: [SOLVED]PyQt5 tutorial
Post: RE: PyQt5 tutorial

(Sep-13-2022, 05:35 PM)deanhystad Wrote: Also works fine with PySide6 on Windows 10 and Ubuntu 20.04. How do you run the program? python3 ./classes3.pyto start with and the made it executable and g...
Barrowman GUI 9 2,005 Sep-13-2022, 07:40 PM
    Thread: [SOLVED]PyQt5 tutorial
Post: RE: PyQt5 tutorial

(Sep-12-2022, 06:48 PM)deanhystad Wrote: It works fine for me on windows. What is your OS? Or I could just scroll down a little further and see it is Mint.So do you have any idea what I need to lo...
Barrowman GUI 9 2,005 Sep-13-2022, 03:24 PM
    Thread: [SOLVED]PyQt5 tutorial
Post: [SOLVED]PyQt5 tutorial

I am trying to see if I want to use PyQt5 and am working my way through some tutorials. I haven't got very far yet. This one does not show the tooltip when I hover over the button. All I did was copy ...
Barrowman GUI 9 2,005 Sep-12-2022, 04:06 PM
    Thread: how to add two buttons with different functions in Tk
Post: RE: how to add two buttons with different function...

I don't know Greek but Google Translate says LITRA SE EKATOSTA Means LITERS IN HUNDREDS So it's neither decilitres or cubic centimetres ( In GB English **smile** ) Unless that means in 100's of cub...
Barrowman GUI 8 4,341 Mar-28-2022, 04:59 PM
    Thread: how to add two buttons with different functions in Tk
Post: RE: how to add two buttons with different function...

I believe there are 1000 cubic centimeters in a Litre**smile**
Barrowman GUI 8 4,341 Mar-26-2022, 09:57 PM
    Thread: Boolean: Anybody know why is this True?
Post: RE: Boolean: Anybody know why is this True?

(Feb-05-2022, 12:37 PM)LilD Wrote: Based on the hierarchy, shouldn't we look at "and" first instead of "or"? Or am I misunderstanding something?It will look at the AND first but all that is saying ...
Barrowman General Coding Help 8 1,889 Feb-05-2022, 02:51 PM
    Thread: Not listen for multi clicks
Post: RE: Not listen for multi clicks

change Quote: def increase(self): self.nr += 1 sleep(1) # Do some heavy stuff self.ids.nr_label.text = str(self.nr) to if self.nr == 0: self.nr = 1 self.id...
Barrowman GUI 2 1,713 Nov-18-2021, 02:02 PM
    Thread: problem with python
Post: RE: problem with python

It has a GUI interface. Once installed go to the menu/programming/Thonny. Once it's running you will see it's icon in the panel at the bottom of the screen. Right click on the icon and select 'Pin to ...
Barrowman GUI 22 6,901 Apr-28-2021, 09:31 PM
    Thread: problem with python
Post: RE: problem with python

I had never heard of codium. Have you used it on Windows? Maybe it is intended for python 2.x so perhaps that's why it's complaining. If you haven't used it before and as you are new to python Thonny ...
Barrowman GUI 22 6,901 Apr-28-2021, 07:17 PM
    Thread: problem with python
Post: RE: problem with python

I can't read your screenshot result. I gather you ran pip3 but can't read the output. The easy way is to start a terminal, run the command, highlight all the text you want to copy ( hold down left mou...
Barrowman GUI 22 6,901 Apr-28-2021, 05:20 PM
    Thread: problem with python
Post: RE: problem with python

Looks like you have misunderstood this. Python3 comes already installed in Mint 20.1 so no need to install python. Was it telling you you needed to do pip install TkinterQuote: #-------------- #Imp...
Barrowman GUI 22 6,901 Apr-28-2021, 01:37 PM
    Thread: problem with python
Post: RE: problem with python

I did some further checks. In Mint 20.1 there is only python3 installed. So I suspect you had to install pip and so installed it as the information said. But pip is for python2 in which case when you ...
Barrowman GUI 22 6,901 Apr-28-2021, 08:22 AM
    Thread: problem with python
Post: RE: problem with python

(Apr-27-2021, 08:29 PM)raarkil Wrote: Hello all! I am new to linux but I like to program and I installed linux mint 20.1, but I got problem with pip, when I writing a code with some module it says t...
Barrowman GUI 22 6,901 Apr-27-2021, 08:50 PM
    Thread: How can I simplify this code?
Post: RE: How can I simplify this code?

As this cannot be tested on anything except a raspberry Pi you might be better off trying the forum there. Also instead of having different functions for each pin why not pass a variable to one functi...
Barrowman GUI 3 1,821 Feb-04-2020, 04:42 PM
    Thread: Working with 2 displays
Post: RE: Working with 2 displays

I am sure there are those who would be able to help you but not without seeing your current code. So please post it so it can be looked at
Barrowman GUI 2 2,043 Mar-17-2019, 02:03 PM
    Thread: cups printing
Post: cups printing

I have a raspberrypi I am using as a print server and it has my HP Officejet on a USB port. I can print to it from libreoffice, gedit and all other programs I use. I am trying to use python-cups and a...
Barrowman Networking 2 11,091 Jan-08-2019, 11:12 PM
    Thread: tkinter in RPi
Post: RE: tkinter in RPi

I have several Pi's but don't run Windows at all as I have Linux Mint on my laptop. What is different on Pi? Is it the colours, shape or something else? Perhaps a screenshot of both might help otherw...
Barrowman GUI 1 1,989 Oct-15-2018, 05:24 PM

User Panel Messages

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