Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Help: Beautiful Soup - Parsing HTML table
Post: Help: Beautiful Soup - Parsing HTML table

Hi, I am trying to get a table from this link: https://www.wunderground.com/history/dai...e/2018-6-1 And the table I am trying to get data about is the "Daily Observations" table. No matter what I...
ironfelix717 Web Scraping & Web Development 2 2,744 Sep-30-2020, 07:25 PM
    Thread: ARDUINO via Python: Dissapointing
Post: ARDUINO via Python: Dissapointing

Hello, This is a library recommendation.... I recently delved back into my Arduino that's been collecting dust. Being familiar with the robust community and reputation Python has, i was sure there w...
ironfelix717 News and Discussions 1 1,679 May-02-2020, 06:27 AM
    Thread: Indentation error... lol
Post: RE: Indentation error... lol

(Apr-02-2020, 06:09 AM)buran Wrote: (Apr-02-2020, 05:45 AM)ironfelix717 Wrote: Unless it is illegal to nest classes in Python i'm not sure how its so obvious. lines 36-24: def __init__(sel...
ironfelix717 General Coding Help 8 3,841 Apr-02-2020, 02:19 PM
    Thread: Indentation error... lol
Post: RE: Indentation error... lol

Hi all, thanks for replies. Here is output with all code un-commented: [Running] python -u "\\Mac\Home\Desktop\PythonProj\CSVParsing.py" '\\mac\Home\Desktop\PythonProj' CMD.EXE was started with the ...
ironfelix717 General Coding Help 8 3,841 Apr-02-2020, 05:45 AM
    Thread: Indentation error... lol
Post: Indentation error... lol

Getting an indentation error which is usually indicative of a syntax error ELSEWHERE in the code (a big weakness of Python). Code: import csv import os import sys import PyGUITools as pg import sql...
ironfelix717 General Coding Help 8 3,841 Apr-01-2020, 05:13 PM
    Thread: Recommendations: Querying CSV / Database??
Post: Recommendations: Querying CSV / Database??

Hi, I have an application already built in VBA for Access that does data visualization on a user imported CSV files. Its kind of boggy and slow. The graphing is poor. I am thinking of rebuilding in...
ironfelix717 General Coding Help 2 1,683 Mar-31-2020, 04:20 PM
    Thread: 'No module named tkinter.messagebox' - PyInstaller
Post: RE: 'No module named tkinter.messagebox' - PyInsta...

importing with an asterisk is lousy in my opinion for the fact that you now are not really aware of what library you're using a method from. Its not clear what module 'messagebox' is from when you use...
ironfelix717 General Coding Help 7 8,311 Jan-19-2020, 01:14 AM
    Thread: 'No module named tkinter.messagebox' - PyInstaller
Post: RE: 'No module named tkinter.messagebox' - PyInsta...

Hi, thanks... I am debugging now. My issue is that modules are in Sys.Path. PyInstaller can't find them from Sys.Path? Not a good design.
ironfelix717 General Coding Help 7 8,311 Jan-18-2020, 10:07 PM
    Thread: 'No module named tkinter.messagebox' - PyInstaller
Post: RE: 'No module named tkinter.messagebox' - PyInsta...

Hi thanks for your reply.. OK hidden imports seemed to fix that, apparently pyinstaller has 0 intelligence - thus i'm going to have to include every single module as one of these 'hidden imports'. I ...
ironfelix717 General Coding Help 7 8,311 Jan-18-2020, 09:59 PM
    Thread: 'No module named tkinter.messagebox' - PyInstaller
Post: 'No module named tkinter.messagebox' - PyInstaller

I suspect I won't get an answer but i'll try regardless... Compiling my script (pyinstaller) and running the .exe results in: No module named tkinter.messageboxWhen the interpreter will run the scri...
ironfelix717 General Coding Help 7 8,311 Jan-18-2020, 09:31 PM
    Thread: Questions about Python executable and security
Post: RE: Questions about Python executable and security

No one is able to answer?
ironfelix717 News and Discussions 2 2,530 Jan-11-2020, 02:04 AM
    Thread: Questions about Python executable and security
Post: Questions about Python executable and security

Hi, My latest project is a little bug script that does some harmless things like copy some random text files to desktop. This project is for educational purposes. And will be written and installed to...
ironfelix717 News and Discussions 2 2,530 Jan-09-2020, 07:47 PM
    Thread: Pyinstaller with Sys.Argv[] - “Failed to Execute Script”?
Post: Pyinstaller with Sys.Argv[] - “Failed to Execute ...

My desperate attempt to find a solution.... I am trying to compile an .EXE on Windows 10 64-bit with PyInstaller. When using the following CMD in Windows CMD prompt, I get a successful execution of ...
ironfelix717 General Coding Help 0 5,350 Aug-07-2019, 02:29 PM
    Thread: Help with PyInstaller + Script "Failed to Execute Script"
Post: RE: Help with PyInstaller + Script "Failed to Exec...

Anyone?
ironfelix717 General Coding Help 2 9,595 Jul-31-2019, 02:18 PM
    Thread: Help with PyInstaller + Script "Failed to Execute Script"
Post: RE: Help with PyInstaller + Script "Failed to Exec...

UPDATE: Issue appears to be when using --noconsole or -w or -windowed with Pyinstaller. If i do not try and prevent console from running and pkg my file, it runs fine. Ideas????? Thanks
ironfelix717 General Coding Help 2 9,595 Jul-30-2019, 04:10 PM
    Thread: Help with PyInstaller + Script "Failed to Execute Script"
Post: Help with PyInstaller + Script "Failed to Execute ...

Hi all, I've made some progress. Its been slow but its coming along. The script i made converts first page of PDF to JPEG with Poppler + PDF2image module (installed via pip). Coding in PyCharm. Scri...
ironfelix717 General Coding Help 2 9,595 Jul-30-2019, 05:59 AM
    Thread: 'No module named pdf2image'
Post: RE: 'No module named pdf2image'

Hi, Another update. Got rid of Pycharm. Will never use it again. Installed Atom. Boom. Working great. Also had to re-boot after System environment path change. Thanks
ironfelix717 General Coding Help 13 22,441 Jul-24-2019, 06:20 AM
    Thread: 'No module named pdf2image'
Post: RE: 'No module named pdf2image'

Hi, I am confused. I re-installed python at C:\python37\python.exe. Added system path for python & pip. I have system path for poppler. Upgraded pip. Changed project interpreter to C:\pyt...
ironfelix717 General Coding Help 13 22,441 Jul-24-2019, 05:14 AM
    Thread: 'No module named pdf2image'
Post: RE: 'No module named pdf2image'

Hi thank you for your help. I will respond in 8 hours thank you
ironfelix717 General Coding Help 13 22,441 Jul-23-2019, 07:59 PM
    Thread: 'No module named pdf2image'
Post: RE: 'No module named pdf2image'

Hi sorry i did not read well enough: C:\Windows\System32>python -m pip show pdf2image Name: pdf2image Version: 1.6.0 Summary: A wrapper around the pdftoppm and pdftocairo command line tools to con...
ironfelix717 General Coding Help 13 22,441 Jul-23-2019, 06:17 PM

User Panel Messages

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