Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Transparent window background, but not text on it
Post: RE: Transparent window background, but not text on...

(Jul-01-2023, 11:58 AM)Larz60+ Wrote: Take a look at pyqtside6 If you want a solution that does not require payment, even for commercial use, see wxpython I will, thanks!
muzicman0 GUI 7 2,906 Jul-01-2023, 03:23 PM
    Thread: Transparent window background, but not text on it
Post: RE: Transparent window background, but not text on...

(Jul-01-2023, 11:58 AM)deanhystad Wrote: Show what you have tried. This is just a quick test that I have been using, but here is code that creates a window that is semi transparent, and the text is ...
muzicman0 GUI 7 2,906 Jul-01-2023, 03:23 PM
    Thread: Transparent window background, but not text on it
Post: Transparent window background, but not text on it

I'm fairly new (or at least inexperienced) with Python, and this is the first project where I am trying to make a GUI. What I am trying to accomplish is a window with no title bar that is semi transp...
muzicman0 GUI 7 2,906 Jul-01-2023, 03:53 AM
    Thread: Code used to work 100%, now sometimes works!
Post: RE: Code used to work 100%, now sometimes works!

So it's been 2 nights and roughly 10 files transferred, and they have all worked like they should. So, I guess there was an issue with how I was using pOpen. Changing the code works great now.
muzicman0 General Coding Help 5 1,458 Jan-13-2023, 05:09 PM
    Thread: Code used to work 100%, now sometimes works!
Post: RE: Code used to work 100%, now sometimes works!

I updated that section of the code so that I would at least get error codes, and using a different mechanism to run the commands. def MoveFile(pFile, pDest): isFile = os.path.isfile(pFile) ...
muzicman0 General Coding Help 5 1,458 Jan-10-2023, 11:42 PM
    Thread: Code used to work 100%, now sometimes works!
Post: RE: Code used to work 100%, now sometimes works!

So the time.sleep command didn't make a difference. Last nights recording was transferred, but no comskip or ccexptractor was run. Here are the logs I generate to show that it at least is making thr...
muzicman0 General Coding Help 5 1,458 Jan-09-2023, 06:20 PM
    Thread: Code used to work 100%, now sometimes works!
Post: RE: Code used to work 100%, now sometimes works!

(Jan-08-2023, 10:32 PM)deanhystad Wrote: Are you getting "Moved" log messages for the files that are skipped?Yes, and the file is in fact copied to the correct location. I'm wondering if it may be ...
muzicman0 General Coding Help 5 1,458 Jan-08-2023, 10:52 PM
    Thread: Code used to work 100%, now sometimes works!
Post: Code used to work 100%, now sometimes works!

I have a remote server that records live TV. Every night I run a python script that copies new TV recordings to my local (home) PC over a VPN so I can watch those episodes at home. Once the files ar...
muzicman0 General Coding Help 5 1,458 Jan-08-2023, 05:01 PM

User Panel Messages

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