Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Not getting forum emails
Post: RE: Not getting forum emails

I would second that. Sometimes you get the email, sometimes you don't. Paul
DPaul Board 2 90 Yesterday, 06:33 PM
    Thread: tkinter logo
Post: RE: tkinter logo

Almost ! What about this French book ? http://pascal.ortiz.free.fr/contents/tki...kinter.pdf Paul
DPaul Bar 3 87 Yesterday, 10:48 AM
    Thread: automatic document renaming
Post: RE: automatic document renaming

Hi, If your timesheet has a grid with explicit lines, it might be an idea to look at pdfPlumber. I find that it handles pdfs with that particular feature very well. set1 = { "vertical_...
DPaul General Coding Help 2 273 Mar-19-2024, 10:31 AM
    Thread: Screenshot problem
Post: RE: Screenshot problem

(Mar-11-2024, 08:32 PM)DeaD_EyE Wrote: have only one screen, then you don't care.Thanks, good show, ... and no I don't care. **smile** Paul Edit: I read that pyscreenshot should be considered obs...
DPaul Bar 7 416 Mar-12-2024, 06:59 AM
    Thread: Screenshot problem
Post: RE: Screenshot problem

(Mar-06-2024, 01:32 PM)DeaD_EyE Wrote: Have you tried ImageGrab? It should work now on all Operating SystemTried it today, yes it works. My current method allows a box to be defined, so I grab only ...
DPaul Bar 7 416 Mar-11-2024, 04:19 PM
    Thread: Screenshot problem
Post: RE: Screenshot problem

(Mar-06-2024, 01:32 PM)DeaD_EyE Wrote: Have you tried ImageGrab? It should workNo, I did not (with PIL). I will try asap. thx, Paul
DPaul Bar 7 416 Mar-06-2024, 06:16 PM
    Thread: Screenshot problem
Post: RE: Screenshot problem

(Mar-05-2024, 08:11 AM)Gribouillis Wrote: Why not use the canvas postscript methodYes, that is what I did before I turned to screenshots. It also works, but, I found that this method caused a signif...
DPaul Bar 7 416 Mar-06-2024, 10:37 AM
    Thread: Screenshot problem
Post: Screenshot problem

Hi, When a user wants to save a document , that is shown in the tKinter canvas area of the gui, he hits a button, and a screenshot is taken to the clipboard , and saved. (Using the box(...) method to ...
DPaul Bar 7 416 Mar-05-2024, 07:34 AM
    Thread: Rock Paper Scissors Project in Python
Post: RE: Rock Paper Scissors Project in Python

Rock , paper scissors is much more fun using micro:bits **smile** Each player needs a mBit or use them in turn! from microbit import * import random paper = Image('99999:90009:90009:90009:99999') r...
DPaul General Coding Help 8 4,717 Feb-23-2024, 03:14 PM
    Thread: string to float conversion fails
Post: RE: string to float conversion fails

(Feb-22-2024, 11:09 AM)PetarPetrenko Wrote: If you press "enter" without any number, you will get an error.That is what deanHystad has explained, and he proposed a solution. P.
DPaul Homework 10 782 Feb-22-2024, 04:01 PM
    Thread: string to float conversion fails
Post: RE: string to float conversion fails

(Feb-21-2024, 06:34 PM)deanhystad Wrote: I would catch the exception.No doubt! P.
DPaul Homework 10 782 Feb-22-2024, 09:41 AM
    Thread: string to float conversion fails
Post: RE: string to float conversion fails

(Feb-21-2024, 04:56 PM)PetarPetrenko Wrote: a = float(input("Vnesi ja osnovata a = "))This question/answer excapes me. When I run the above code, I get exactly what is intended. enter 17, you get 17...
DPaul Homework 10 782 Feb-21-2024, 06:21 PM
    Thread: file transfer
Post: RE: file transfer

(Feb-18-2024, 07:53 AM)buran Wrote: as long as they are on same networkUnfortunately they are not, but in theory it could be done of course. It might happen, "one day". **cool** But , in the mean...
DPaul Bar 10 712 Feb-18-2024, 03:55 PM
    Thread: file transfer
Post: RE: file transfer

(Feb-18-2024, 06:42 AM)buran Wrote: transfer any new file right after it is createdYes, you are right. I did think of that, but: The place where I create these "files", is not the same (physically) ...
DPaul Bar 10 712 Feb-18-2024, 07:10 AM
    Thread: function-decorator , which is checking an access according to USERNAME
Post: RE: function-decorator , which is checking an acce...

Without checking the results, you call def has_access(func) before you have defined it. P.
DPaul Homework 6 430 Feb-16-2024, 10:52 AM
    Thread: file transfer
Post: RE: file transfer

(Feb-15-2024, 08:28 PM)Gribouillis Wrote: compress the directory containing all the files and images and transfer the compressed file.I did a small preliminary test, before I try big transfers. Batc...
DPaul Bar 10 712 Feb-16-2024, 07:48 AM
    Thread: file transfer
Post: RE: file transfer

It is becoming a real problem, so I'm ready to try anything **smile** Compress you say. Not Zip? - As long as the compressing does not take more time , when added to the transfer time. **rolleyes**...
DPaul Bar 10 712 Feb-16-2024, 07:01 AM
    Thread: file transfer
Post: RE: file transfer

Let me reflect on these proposals. rsync does not seem a solution, because all the files are new (and they don't change) Making one big file might be better, but how? Think, think, think ... thx, Paul
DPaul Bar 10 712 Feb-15-2024, 06:24 PM
    Thread: file transfer
Post: file transfer

Hi, My business is converting legacy files,lists,databases,images,pdfs,cards... etc. into a format that can be searched by (genalogy) enthousiasts. In doing this I create a lot of small files that nee...
DPaul Bar 10 712 Feb-15-2024, 08:55 AM
    Thread: Need Help for homework
Post: RE: Need Help for homework

(Jan-29-2024, 06:14 AM)Treeeeee_0923 Wrote: IndentationError: unindent does not match any outer indentation levelLook at lines 12,13,14 P.
DPaul Homework 2 451 Jan-29-2024, 06:44 AM

User Panel Messages

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