The source build package uses configobj (so it can check weewx.conf for errors). So, even though you're only packaging, and not deploying, you need configobj installed on your first machine.
-tk On Tue, Nov 26, 2019 at 5:53 AM P Simmons <[email protected]> wrote: > For my own arcane reasons, I prefer to build on one machine using "make > src-package", and transferring the resulting "./dist/*.gz" to another. > > After a "git pull" updating to commit 4a36cbf, I get the following output: > > ./setup.py sdist > Traceback (most recent call last): > File "./setup.py", line 21, in <module> > import configobj > ModuleNotFoundError: No module named 'configobj' > make: *** [makefile:114: src-package] Error 1 > > Thank you, > Paul > > -- > 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/318ee8ea-ad30-4d34-bdf5-2c0a43c83769%40googlegroups.com > <https://groups.google.com/d/msgid/weewx-development/318ee8ea-ad30-4d34-bdf5-2c0a43c83769%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/CAPq0zEDcGXUH9f8i_dS7B3vxQ7LW3WJTwHYYPv%3DkYgT6AP%2B-Xg%40mail.gmail.com.
