Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Issue calling Chromedriver.exe
Post: RE: Issue calling Chromedriver.exe

I found the issue (or I think I did). I was forced to reboot my laptop while working from home and apparently the remote GPO hammered my Python IDLE 3.6., effectively disabling it. My guess is when ...
KipCarter General Coding Help 5 2,550 Mar-27-2020, 10:55 AM
    Thread: Issue calling Chromedriver.exe
Post: RE: Issue calling Chromedriver.exe

(Mar-25-2020, 03:27 PM)snippsat Wrote: When working with Selenium run code from command line and not IDLE(as it can block). Thanks snippsat, If the above is true then I'm guessing that my plan to in...
KipCarter General Coding Help 5 2,550 Mar-25-2020, 03:32 PM
    Thread: Issue calling Chromedriver.exe
Post: RE: Issue calling Chromedriver.exe

Just ran each line one by on in the Python 3.6 command window and it ran without error (including Chromedriver returning True). But the same code in the Python 3.6 IDE returns the error above. This i...
KipCarter General Coding Help 5 2,550 Mar-25-2020, 01:23 PM
    Thread: Issue calling Chromedriver.exe
Post: Issue calling Chromedriver.exe

Back to my project this morning and my goal was to hide or auto close the window that Chromedriver pops up and doesn't bother to close. I had formatted my image so it had a border around it to allow m...
KipCarter General Coding Help 5 2,550 Mar-25-2020, 12:19 PM
    Thread: Anyone experienced with webkit2png?
Post: RE: Anyone experienced with webkit2png?

Before you waste a bunch of time reading this post... Just go to the next one! (Mar-20-2020, 09:10 PM)snippsat Wrote: It should be no problem to find a update version that's Cross-platform eg pyscr...
KipCarter General Coding Help 3 3,109 Mar-23-2020, 03:08 PM
    Thread: Anyone experienced with webkit2png?
Post: Anyone experienced with webkit2png?

This is the confusing thing about some python packages... The wealth of packages to assist you in reaching your goals are amazing but now and then you run into something that appears as a brick wall ...
KipCarter General Coding Help 3 3,109 Mar-20-2020, 01:29 PM
    Thread: Requirements for html5print module
Post: looking for web print module

I have danced around this with several different modules and I just haven't been able to get to where I think I should be able to go. I have a process to produce a label formatted in the manner I wis...
KipCarter General Coding Help 6 5,176 Mar-16-2020, 03:12 PM
    Thread: Requirements for html5print module
Post: RE: Requirements for html5print module

snippsat, You are correct... I totally missed the purpose of html5print based on what you are telling me. So it is on to flask I guess. I'm running out of clock for today, but will jump into it ...
KipCarter General Coding Help 6 5,176 Mar-12-2020, 04:29 PM
    Thread: Requirements for html5print module
Post: RE: Requirements for html5print module

Well since my version of ply was greater than 3.4 I modified the requirements.txt file with the following change (click hide/show): Hide/Showply==3.4 # changed to... ply>=3.4 Then added this to the...
KipCarter General Coding Help 6 5,176 Mar-11-2020, 03:56 PM
    Thread: Requirements for html5print module
Post: Requirements for html5print module

In my quest to create QR Code based labels with text I have gotten to the point now where I can display the intended label in a web browser. [Image: https://i.ibb.co/mHDGQYj/2020-03-11-5-00-31.png] ...
KipCarter General Coding Help 6 5,176 Mar-11-2020, 10:24 AM
    Thread: Trying to get blabel going
Post: RE: Trying to get blabel going

(Mar-10-2020, 11:28 AM)KipCarter Wrote: PyQRCodeNG looks perfect for my needs, except for the need for this to be sent to a printer to be written on a label. Likely the SVG option would make the mos...
KipCarter General Coding Help 3 3,145 Mar-10-2020, 01:47 PM
    Thread: Trying to get blabel going
Post: RE: Trying to get blabel going

I'm on windows normally, and a little iOS, but that is just for reading QR not sending it to a printer. I'll check out those two links... Tx (Mar-10-2020, 10:50 AM)buran Wrote: check if these will...
KipCarter General Coding Help 3 3,145 Mar-10-2020, 11:28 AM
    Thread: Trying to get blabel going
Post: Trying to get blabel going

I think I may have run square into a brick wall regarding my attempt to assemble a script for printing QR code labels with the blabel module. It looked like a workable solution so I thought that I wou...
KipCarter General Coding Help 3 3,145 Mar-10-2020, 10:33 AM
    Thread: Parsing date time
Post: RE: Parsing date time

I could start a new thread but what I thought was a no brainer add on to the code above has proven to be problematic. The initial code found the desired record by subject and date, once found I thoug...
KipCarter General Coding Help 7 7,217 Mar-06-2020, 06:06 PM
    Thread: Parsing date time
Post: RE: Parsing date time

Larz60+, I have it working with the suggestion to look at strftime(). Worked like a champ once I figured out the nuances to it. DeaD_EyE, I incorporated your suggestion in my if statement. While m...
KipCarter General Coding Help 7 7,217 Mar-06-2020, 03:20 PM
    Thread: Parsing date time
Post: RE: Parsing date time

@Larz60+ Yep I believe it... interesting phenomena... I've been laying down code in one form or another for the last ~40 years. In that time, I have purchased a sum total of three books on coding in...
KipCarter General Coding Help 7 7,217 Mar-06-2020, 11:12 AM
    Thread: Parsing date time
Post: Parsing date time

OS: Windows 10 Python 3.6 I'm working on piecing together some base code for me to search through a folder in Outlook to locate a specific message for a specific date. I'm fairly happy with my progre...
KipCarter General Coding Help 7 7,217 Mar-05-2020, 06:00 PM
    Thread: ODBC iPhone to PC
Post: ODBC iPhone to PC

I am making good progress in my Python crash course! This forum has been extremely helpful in that effort. I want to expand on what I have learned thus far with the pyodbc module. It is great to us...
KipCarter General Coding Help 0 1,493 Feb-19-2020, 11:53 AM
    Thread: Difficulty installing Pycrypto
Post: RE: Difficulty installing Pycrypto

I loaded PyCryptodome and reran the install for pysftp. It ran exactly the way it did before. I verified the failure by attempting to import pysftp and having it come back and tell me that it can't fi...
KipCarter General Coding Help 4 11,985 Feb-10-2020, 03:27 PM
    Thread: Difficulty installing Pycrypto
Post: Difficulty installing Pycrypto

I have a dependency, which calls for Pycrypto. I have downloaded the gz for version 2.6.1 and copied the folder to pycrypto-2.6.1. Upon executing ‘python setup.py install’ in this folder I get stoppe...
KipCarter General Coding Help 4 11,985 Feb-10-2020, 01:22 PM

User Panel Messages

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