confibobj is part of the Python package ConfigObj. It should have been
installed when you installed weewx. Either you have

   1. a PYTHONPATH problem;
   2. or the file system that holds configobj.py is not being mounted.
   Usually it's located under /usr/lib somewhere;
   3. or configobj.py was mysteriously deleted; or
   4. the whole package configobj was removed somehow.

Something to try is use the utility 'find' to see if configobj.py is there.
This will also reveal whether the file system was mounted:

find /usr/lib -name "configobj*" -print


If this happened during a power surge, my bet is #2.

-tk



On Sat, Aug 27, 2016 at 7:08 AM, Jim J <[email protected]> wrote:

> I have Weewx installed on a Synology DS214play, and it was working
> perfectly.
>
> Last night we had a storm and our power went out, so my Synology was off
> when I got up in the morning.
> I started it back up, and I cannot get it to run as it appears a file
> mysteriously disappeared (at least that is what appears to be the case).
>
> The error is a result or running the "weewxd" file in the bin directory.
>
> Below is the error...
>
> Traceback (most recent call last):
>   File "weewxd", line 14, in <module>
>     import weewx.engine
>   File "/usr/local/src/Weewx/bin/weewx/engine.py", line 21, in <module>
>     import configobj
> ImportError: No module named configobj
>
> I decompressed a fresh copy to another directory, and I cannot locate that
> file, so I am not sure what is going on.
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "weewx-user" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to