Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Button animation is not working in a branch
Post: RE: Button animation is not working in a branch

@buran The mentioned if statement is a dummy. It's not in the original code. The real if statement can be seen below. if (foovars[0]!="https:" or foovars[2]!="twitter.com" or foovars[4]!="followers" ...
mgtheboss GUI 4 3,331 Jan-15-2018, 11:22 AM
    Thread: Button animation is not working in a branch
Post: RE: Button animation is not working in a branch

@metulburr I know about the if not syntax. If I'm not wrong != is a valid operator in python, and more importantly, how is that related to failure in execution of button animation? I appreciate your ...
mgtheboss GUI 4 3,331 Jan-15-2018, 07:03 AM
    Thread: Button animation is not working in a branch
Post: Button animation is not working in a branch

Hi, I am using a button animation that changes the relief to sunken on button click and changes it back to raised after 200 milliseconds. The button animation does not work if the if condition is fal...
mgtheboss GUI 4 3,331 Jan-14-2018, 01:21 PM
    Thread: Selenium with headless firefox is slow
Post: RE: Selenium with headless firefox is slow

@metulburr Are you using headless configuration?
mgtheboss Web Scraping & Web Development 4 14,991 Jan-13-2018, 04:58 PM
    Thread: Selenium with headless firefox is slow
Post: Selenium with headless firefox is slow

Hi, I've started experimenting with selenium & headless firefox. The code I am using is similar to what @snippsat shared on a different thread. The relevant portion of the code can be seen below....
mgtheboss Web Scraping & Web Development 4 14,991 Jan-13-2018, 03:47 PM
    Thread: Error while scraping item price from online store
Post: Error while scraping item price from online store

Hi, I am trying to scrape the price of an item from an online store. The code works with sites such as ebay.com, amazon.com etc. and many others but is not working in some cases. I am using lxml and ...
mgtheboss Web Scraping & Web Development 2 5,238 Jan-12-2018, 05:14 PM
    Thread: Error while changing button relief from raised to sunken on left click
Post: Error while changing button relief from raised to ...

Hi, I am trying to change the relief of a button from raised to sunken on left click. The button is created with a standard ttk.Button statement. In a custom theme, its relief has been modified to ra...
mgtheboss GUI 1 5,364 Jan-09-2018, 03:23 PM
    Thread: Widget placement issues with tkinter grid thread 1
Post: Widget placement issues with tkinter grid thread 1

Hi, I am creating a gui with tkinter. I am facing some issues while attempting to place widgets on a grid. The issues are: 1. All three rows are showing up at the bottom. I want them vertically cente...
mgtheboss GUI 2 4,382 Jan-09-2018, 09:32 AM
    Thread: Error while scraping links with beautiful soup
Post: RE: Error while scraping links with beautiful soup

@Larz60+ 3.4.3. It's a 3.4.3 version issue it seems. I appreciate your cooperation.
mgtheboss Web Scraping & Web Development 4 8,379 Dec-22-2017, 12:41 PM
    Thread: Error while scraping links with beautiful soup
Post: RE: Error while scraping links with beautiful soup

@Larz60+ Error:Traceback (most recent call last): File "test.py", line 3, in <module> websitecode = urlopen("https://www.google.com").read().decode('utf8') UnicodeDecodeError: 'utf-8' cod...
mgtheboss Web Scraping & Web Development 4 8,379 Dec-22-2017, 12:04 PM
    Thread: Error while scraping links with beautiful soup
Post: Error while scraping links with beautiful soup

I am getting error while scraping links with beautiful soup. Here is the program. from urllib.request import urlopen from bs4 import BeautifulSoup websitecode = urlopen("https://www.google.com").read...
mgtheboss Web Scraping & Web Development 4 8,379 Dec-22-2017, 10:42 AM
    Thread: Which version of python goes well with tkinter?
Post: RE: Which version of python goes well with tkinter...

I appreciate your help.
mgtheboss GUI 19 11,025 Dec-16-2017, 10:43 AM
    Thread: Which version of python goes well with tkinter?
Post: RE: Which version of python goes well with tkinter...

@stranac I thought tkinter was the best gui toolkit on python. What do you recommend? Why do you think tkinter isn't modern?
mgtheboss GUI 19 11,025 Dec-16-2017, 09:48 AM
    Thread: Which version of python goes well with tkinter?
Post: Which version of python goes well with tkinter?

Hi, Before I get started, I would like to admire the efforts of forum admins, moderators, and members for their excellent contributions in maintaining this forum as one of the best places to discuss ...
mgtheboss GUI 19 11,025 Dec-16-2017, 09:29 AM

User Panel Messages

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