Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Best way to blink an output every 500 milliseconds?
Post: RE: Best way to blink an output every 500 millisec...

(Jul-24-2017, 02:32 PM)DeaD_EyE Wrote: Exact timing is nearly impossible with Python, because it's running in a VM, which is running on an OS, where are many other processes are running. A solution ...
dbsoundman General Coding Help 2 4,591 Jul-24-2017, 02:45 PM
    Thread: Best way to blink an output every 500 milliseconds?
Post: Best way to blink an output every 500 milliseconds...

Hi all, interesting problem in Python... I'm working on a project that I will eventually run on a Raspberry Pi, so I'm utilizing Python to manipulate the GPIO. One of the outputs needs to turn on and ...
dbsoundman General Coding Help 2 4,591 Jul-24-2017, 01:33 PM
    Thread: Dict KeyError in cgi-bin script, works fine via console
Post: RE: Dict KeyError in cgi-bin script, works fine vi...

That could be something... I named the form variable "yellow" as well just because I will have multiple items on the form, and all they do is set the values of corresponding items in the dict, so I wa...
dbsoundman General Coding Help 2 3,920 Jul-21-2017, 08:03 PM
    Thread: Dict KeyError in cgi-bin script, works fine via console
Post: Dict KeyError in cgi-bin script, works fine via co...

Hi all, I'm experiencing a KeyError when I try to run the following cgi-bin script via my web form. The error indicates the problem resides on line 13 of the script: the key, 'yellow', was not found, ...
dbsoundman General Coding Help 2 3,920 Jul-21-2017, 07:40 PM

User Panel Messages

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