Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help finding example code please
Post: RE: Help finding example code please

Let's call the program "display". Let's call the program that will send the messages "card_reader". The card_reader program is waiting for a card (serial connection). When a card is inserted, the car...
GaryKuipers GUI 5 2,306 Jan-30-2020, 04:13 PM
    Thread: Help finding example code please
Post: Help finding example code please

I am a python3 neophyte: I would like to create a program that: 1) has a display (Tkinter? PyQT?) containing text fields and a button 2) can receive messages from other programs (socket? wamp?) whic...
GaryKuipers GUI 5 2,306 Jan-30-2020, 12:31 AM
    Thread: Attibute Error: Two methods in a class, one I can reach, the other not (phantom file?
Post: RE: Attibute Error: Two methods in a class, one I ...

The problem was that I keep the programs and the classes at the same level. I found the solution in creating a run file just above the directories: top directory run.py import programs.my_pr...
GaryKuipers General Coding Help 4 3,116 Aug-28-2018, 02:32 PM
    Thread: Attibute Error: Two methods in a class, one I can reach, the other not (phantom file?
Post: RE: Attibute Error: Two methods in a class, one I ...

It seems to be a problme when I switch from the dev user to runnig under sudo (root). Has to do with paths ... I can get that, what I don;t understand is where is it getting the "phantom file" that co...
GaryKuipers General Coding Help 4 3,116 Aug-27-2018, 11:35 PM
    Thread: Attibute Error: Two methods in a class, one I can reach, the other not (phantom file?
Post: RE: Attibute Error: Two methods in a class, one I ...

Explained in a more abstract way, a program is finding a class in a place that i can't determine: Datum 1: have a program P that instantiates a class C in file c.py with two methods, A and B impo...
GaryKuipers General Coding Help 4 3,116 Aug-27-2018, 10:23 PM
    Thread: Attibute Error: Two methods in a class, one I can reach, the other not (phantom file?
Post: Attibute Error: Two methods in a class, one I can ...

This is my first post so ... forgive any faux pas. Error:AttributeError: 'DatabaseProcess' object has no attribute 'update_card_in_information_from_card_number'Python3.6 asyncio This seems straightfo...
GaryKuipers General Coding Help 4 3,116 Aug-27-2018, 07:21 PM

User Panel Messages

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