Re: Problem with continuing to run Getmail
Matthias Andree <[email protected]>
| Newsgroups | gmane.mail.getmail.user |
|---|---|
| Message-ID | <[email protected]> |
Am 21.09.20 um 04:13 schrieb Jude DaShiell: > One of the problems here is python itself. It changes versions too > rapidly and will change again from what I read in January 2021 alsong > with pip. If a way exists in python to query the version of the running > python then execute version-compatible code in an application that might > make these version changes a little easier to handle. Jude, In addition to what Charles wrote, just to give some pointers (not to be discussed on this list), there are, for instance, Python modules named "six" (2 × 3) and "future", so as to help Python programmers deal with such idiosyncrasies. I know "future" from first-hand experience with fetchmailconf, the graphical UI for fetchmail, and that was a rather smooth porting experience, but it did not come for free for sure, so let's also steer clear of that discussion (and mailman 2.x vs. 3.x is also a similar issue, but not usually combined with getmail). HTH