Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Cannot download latest version of a file
Post: RE: Cannot download latest version of a file

OK! So it turns out that raw.githubusercontent.com takes time to update, even though it doesn't seem like it. So I'm marking this as solved. Ciao!
TheTechRobo Web Scraping & Web Development 3 2,305 May-20-2020, 08:33 PM
    Thread: Cannot download latest version of a file
Post: RE: Cannot download latest version of a file

More details: After I update bglug.py on GitHub. when I run the mechanism again, it fetches the file, but doesn't include the new commit I know it isn't that raw.githubusercontent.com hasn't been upd...
TheTechRobo Web Scraping & Web Development 3 2,305 Apr-27-2020, 11:11 PM
    Thread: Cannot download latest version of a file
Post: Cannot download latest version of a file

I have gone through over five or six Python requests and urllib tutorials, but none of them will download the latest version of a file. Here is what happens: It downloads the latest version of b...
TheTechRobo Web Scraping & Web Development 3 2,305 Apr-25-2020, 12:55 PM
    Thread: Theme does not change globally
Post: RE: Theme does not change globally

I figured it out: I had to write this from tkinter.ttk import * to override all widgets to TTK widgets because the default widgets don't support theming... I had been using a TTK Notebook and therefo...
TheTechRobo GUI 2 3,394 Apr-21-2020, 01:29 PM
    Thread: while loop will not stop looping
Post: RE: while loop will not stop looping

Thank you everyone for your help! I eventually did what was recommended, to use the break statement. My problem was both my terrible true() statement (instead of break), and also my if statements we...
TheTechRobo General Coding Help 5 3,742 Apr-20-2020, 01:47 PM
    Thread: Theme does not change globally
Post: Theme does not change globally

I was trying to use a Tkinter theme in Python 3.x. Here is my code: s = ttk.Style() s.theme_use('clam')But in Toplevel() windows, the theme disappears. Does anyone know how to do a theme for all wi...
TheTechRobo GUI 2 3,394 Apr-20-2020, 01:41 PM
    Thread: while loop will not stop looping
Post: RE: while loop will not stop looping

(Apr-01-2020, 04:20 PM)perfringo Wrote: Why not use more common “while True:” and “break” where appropriate? I tried that, but it did not work, it still just keeps looping. **huh**
TheTechRobo General Coding Help 5 3,742 Apr-01-2020, 08:10 PM
    Thread: while loop will not stop looping
Post: while loop will not stop looping

Good day! I have been developing a text-based calculator in Python 3.x and ran into this problem, my while loop will not stop even though I changed the variable value. **confused** Here is a snip...
TheTechRobo General Coding Help 5 3,742 Apr-01-2020, 02:37 PM
    Thread: return statement will not work
Post: RE: return statement will not work

Thank you so much @stullis!! You are so much help.
TheTechRobo General Coding Help 2 2,642 Mar-30-2020, 06:22 PM
    Thread: return statement will not work
Post: return statement will not work

I have a problem with python 3.x. I am trying to make a CLI calculator using python 3.x, and tried to use the return statement. However, even after I use return , it gives me an error that my varia...
TheTechRobo General Coding Help 2 2,642 Mar-30-2020, 02:54 PM

User Panel Messages

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