One other question: is it possible to ask the user, instead of running setup.py, to run a script located in the weewx 'top level directory' that does the following: (a) uses the new form Python install/upgrade (b) then runs separate code (even if it's in python) to upgrade the .ini file, put things where they need to be etc. In other words, by building a wrapper bash script, simply work around the limitations of the new Python install mechanism - still use it for the parts that are useful, but have separately called code that does the other stuff?
On Mon, Nov 7, 2022 at 4:37 PM Vince Skahan <[email protected]> wrote: > Perhaps review the original setup.py vintage weewx design principles and > see if any have changed due to the distutils deprecation ? > > - be pure python for everything > - install everything to one tree > - except os-required things (startup file and custom syslog configs) > > And of course > > - any particular bugs/issues you want to fix ? > - any particular enhancements you want to add ? > - any new setups you want to be able to support ? > > Is that in the ballpark ? > > -- > You received this message because you are subscribed to the Google Groups > "weewx-development" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/weewx-development/cc4c7bce-1c8b-40a3-80c4-3ea493b342c7n%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-development/cc4c7bce-1c8b-40a3-80c4-3ea493b342c7n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "weewx-development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-development/CAGVdbe2Z8HT2M%3DtB-HCqVxr%2BziWCPD7tys-AWwS-g-M-3_7D9A%40mail.gmail.com.
