Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Detecting USB Device Insertion on Windows 10
Post: Detecting USB Device Insertion on Windows 10

Hi I can't get the following code for Detecting USB Device Insertion to work on my Windows 10 (64 bit) computer with Python 3.7. import win32serviceutil import win32service import win32event import ...
Atalanttore General Coding Help 0 2,383 Jan-17-2020, 02:46 PM
    Thread: `QPushButton` without mouse click animation
Post: RE: `QPushButton` without mouse click animation

Many thanks for porting the code from C++ to Python.
Atalanttore GUI 2 5,870 Apr-22-2019, 01:00 PM
    Thread: `QPushButton` without mouse click animation
Post: `QPushButton` without mouse click animation

Hi I'm looking for a way to disable the left click animation of a QPushButton, but animation and left mouse click seems to be tightly connected within Qt. How to disable click animation for left mou...
Atalanttore GUI 2 5,870 Apr-21-2019, 05:49 PM
    Thread: [Pyqt5]Display name of new inserted USB stick on GUI
Post: [Pyqt5]Display name of new inserted USB stick on G...

The following code shows the name of a new inserted USB stick in a PyQt5 GUI on Linux. Unfortunately, a pyudev.device._errors.DeviceNotFoundAtPathError appears in console as soon as you unplug the USB...
Atalanttore GUI 0 3,004 Mar-24-2019, 08:29 PM
    Thread: Using QAbstractListModel for mutual element exlusion
Post: Using QAbstractListModel for mutual element exlusi...

Hi I try to use a QAbstractListModel for creating two color models (background_color, foreground_color) with mutual exclusion of the respectively selected color in my PyQt5 GUI. Now I can't get any f...
Atalanttore GUI 0 1,434 Feb-02-2019, 08:23 PM
    Thread: No reaction and no error message when clicking button
Post: RE: No reaction and no error message when clicking...

Thanks for your explanation.
Atalanttore GUI 4 4,821 Nov-23-2018, 01:48 PM
    Thread: No reaction and no error message when clicking button
Post: RE: No reaction and no error message when clicking...

Many thanks for fixing the code. I have some questions about your changes: 1. Does your explanation mean that every window instantiated after the main window always needs to be an attribute of anothe...
Atalanttore GUI 4 4,821 Nov-22-2018, 03:19 PM
    Thread: No reaction and no error message when clicking button
Post: No reaction and no error message when clicking but...

Hi I have no idea why nothing happens after clicking on "Start Test" in the given Python 3 (PyQt5) code. There appears also no error message. mainwindow.ui: <?xml version="1.0" encoding="UTF-8"?&...
Atalanttore GUI 4 4,821 Nov-20-2018, 11:19 PM
    Thread: String substitution with dictionary - AttributeError: 'NoneType'
Post: RE: String substitution with dictionary - Attribut...

Thanks for your explanation.**smile** It solved this problem.
Atalanttore General Coding Help 2 3,253 May-02-2018, 08:52 PM
    Thread: String substitution with dictionary - AttributeError: 'NoneType'
Post: String substitution with dictionary - AttributeErr...

Hi, I'm working on a Exercism programming exercise for transcribing DNA into RNA. My code looks like this: def dna_to_rna(dna_strand): dna_rna = {'G':'C', 'C':'G', ...
Atalanttore General Coding Help 2 3,253 May-02-2018, 08:41 PM

User Panel Messages

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