Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help Using combobox in a select statement variable
Post: RE: Help Using combobox in a select statement vari...

Essentially yes. I'm not sure if I can assign the get to a variable and then have a button event to execute the command. example: variable = "SELECT DB.ID from DB WHERE DB.NAME = "comboboxvalue" in...
cibb GUI 2 2,834 Jun-09-2020, 05:13 PM
    Thread: Help Using combobox in a select statement variable
Post: Help Using combobox in a select statement variable

I'm creating a small App that will list values from a mysql database to a combobox. The user will select one of those values then click a button. This button will need to get the value selected from t...
cibb GUI 2 2,834 Jun-09-2020, 02:26 AM
    Thread: Receiving value is not defined
Post: Receiving value is not defined

In my script it runs fine without adding the GUI but trying to add tkinter I receive line 44, in <module> button_1=Button(my_window,text="Check Ports", command=portscan (port)) NameError: ...
cibb GUI 1 3,105 Oct-20-2018, 03:50 PM
    Thread: Need help pulling bios serial # or mac Ad
Post: RE: Need help pulling bios serial # or mac Ad

(Mar-15-2018, 08:31 PM)buran Wrote: https://github.com/GhostofGoes/get-mac https://stackoverflow.com/questions/1591...ac-address Thanks. Those are a big help.
cibb General Coding Help 2 2,906 Mar-16-2018, 01:59 PM
    Thread: Need help pulling bios serial # or mac Ad
Post: Need help pulling bios serial # or mac Ad

I'm needing to pull the bios serial number or mac address of a windows device in a python script. I'd like to set this to a variable for later use. I can easily get this with a WMIC but it doesnt' ap...
cibb General Coding Help 2 2,906 Mar-15-2018, 05:43 PM
    Thread: Question regarding python pyqt script
Post: Question regarding python pyqt script

I've built my GUi using qt and converted it and with some help I feel I'm close on the script portion to get my python script working with the GUI but I have some questions. So this is a converter GU...
cibb GUI 2 2,618 Feb-11-2018, 09:56 PM
    Thread: Question regarding python pyqt script
Post: Question regarding python pyqt script

I've built my GUi using qt and converted it and with some help I feel I'm close on the script portion to get my python script working with the GUI but I have some questions. So this is a converter GU...
cibb GUI 2 2,618 Feb-11-2018, 09:54 PM
    Thread: question regarding user Inputs
Post: RE: question regarding user Inputs

here is the latest code I've done. I need to clean it up some more but just thought I'd post it up. Also fishing for pointers or advice on how it looks so far. import random good_bye = ['A goodbye ...
cibb General Coding Help 10 7,260 Apr-02-2017, 07:08 PM
    Thread: question regarding user Inputs
Post: RE: question regarding user Inputs

This will be for the chemists at my wife's work to use when I finish so exit will work better. Thanks for the help.
cibb General Coding Help 10 7,260 Mar-31-2017, 02:56 AM
    Thread: question regarding user Inputs
Post: RE: question regarding user Inputs

So should I do a break then exit() ?
cibb General Coding Help 10 7,260 Mar-30-2017, 05:49 PM
    Thread: question regarding user Inputs
Post: RE: question regarding user Inputs

Wow thanks. Good catch on the P1.lower. I tested and noticed the problem, my solution for the problem was more complex than yours. I changed the break to exit() so it will close when complete. Now ...
cibb General Coding Help 10 7,260 Mar-30-2017, 05:14 PM
    Thread: question regarding user Inputs
Post: RE: question regarding user Inputs

(Mar-30-2017, 03:29 AM)wavic Wrote: Hello! Just ask the user for the temperature. Then print temperature to F, new line, temperature to C Indentation of your code is wrong. The input is too complic...
cibb General Coding Help 10 7,260 Mar-30-2017, 01:53 PM
    Thread: question regarding user Inputs
Post: question regarding user Inputs

So I've dabbled with Python enough to try a few projects. The first one I'm writing is to convert Fahrenheit to Celcius or Celcius to Fahrenheit. My plan is: 1. Ask for user input to select F or C to...
cibb General Coding Help 10 7,260 Mar-30-2017, 02:36 AM

User Panel Messages

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