On Thursday, January 2, 2020 at 10:32:41 AM UTC-8, mwall wrote: > > > > On Thursday, January 2, 2020 at 1:16:06 PM UTC-5, Johannes Ebner wrote: >> >> >> Then I tried to install weewx but getting the following error: >> >> pi@Weewx:~/weewx-4.0.0b6 $ ./setup.py build >> Traceback (most recent call last): >> File "./setup.py", line 21, in <module> >> import configobj >> ImportError: No module named configobj >> >> >> Any hints? >> > > you might want to be explicit about everything, at least until we get all > the dependencies sorted out. if you 'source' an rc file you may not get > what you expect. > > there can be a huge difference between this: > > ./setup.py install > > and this: > > python ./setup.py install > > i find it best to do this: > > python2 ./setup.py install > > or, if you want to use python3: > > python3 ./setup.py install > >
Matthew - the 'installation using setup.py' instructions on the web show "./setup.py" as the recommended syntax, not prefaced with "python". Might be worth a quick edit to specify your preferred syntax on what people see on the web, just in case people don't dig into the development branch docs for the v4 syntax (which looks ok to me) -- 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/9f2a87cc-b2c3-4159-be6a-56bb935a780e%40googlegroups.com.
