Re: [weewx-development] python3 sdist "heads up"

2022-07-17 Thread Tom Keffer
Yes, aware of it. setuptools does not usually come with Python 2.7, so that makes it an additional requirement, which we try to avoid. We will probably be dropping support for Python 2 fairly soon, which will make the point moot. On Sun, Jul 17, 2022 at 12:13 PM mbat...@gmail.com wrote: > I'm

[weewx-development] python3 sdist "heads up"

2022-07-17 Thread mbat...@gmail.com
I'm fairly certain that developers are aware of this, but... During local "make" sessions, I'm seeing the following warning: *python3 ./setup.py sdist* *./setup.py:28: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 f

Re: [weewx-development] python3-cheetah wrong dependency in debian 4.5.1-1 package

2021-05-04 Thread Tom Keffer
The dependencies are correct for Debian 9 and 10. What version of Debian are you using? It may be so old, the required packages are not listed, or they are listed under a different name. On Tue, May 4, 2021 at 1:16 AM Gérard Vidal wrote: > > Hi all, > I am trying to install `python3-weewx_4.5.1-

[weewx-development] python3-cheetah wrong dependency in debian 4.5.1-1 package

2021-05-04 Thread Gérard Vidal
Hi all, I am trying to install `python3-weewx_4.5.1-1_all.deb` on an oldstable debian I get the following alert : ```shell Les paquets suivants contiennent des dépendances non satisfaites : weewx : Dépend: python3-configobj mais il n'est pas installé Dépend: python3-cheetah mais il n'e

[weewx-development] python3

2020-04-25 Thread gjr80
Hi, > So, I am having issues running weewx because "Python 2.7 reached the end of > its life on January 1st, 2020." I find this hard to believe. WeeWX v4, which is still in beta, (but will be released real soon now) will be python 2 and 3 compatible. I would suggest you wait for WeeWX v4 to be

[weewx-development] python3

2020-04-25 Thread Cat22
So, I am having issues running weewx because "Python 2.7 reached the end of its life on January 1st, 2020." Are there any plans to update weewx to python3? At the moment i am dead in the water with exit code 4 which I cant seem to decode, this just after a reboot. Before the reboot everything wa

[weewx-development] python3 and fousb.py

2019-05-29 Thread Hartmut Schweidler
Hallo I have 2to3 by foub.py and changed the code in fousb.py in line 1174 for Python 3.7.3 def _read_usb_block(self, address): addr1 = (address // 256) & 0xff addr2 = address & 0xff self.devh.controlMsg(usb.TYPE_CLASS + usb.RECIP_INTERFACE,