Re: [weewx-user] upgrade 4.0 to 4.1 - ImportError: No module named configobj at setup.py install

2020-05-25 Thread Tarmo
of course it is default python thing. thanks! :)

On Tuesday, May 26, 2020 at 12:16:38 AM UTC+3, Tom Keffer wrote:
>
> Follow the setup.py instructions  
> carefully. You want
>
> *sudo python3 ./setup.py install*
>
> Otherwise it will use whatever is the default version of Python on your 
> system, which is probably python 2.
>
> -tk
>
> On Mon, May 25, 2020 at 1:49 PM Tarmo > 
> wrote:
>
>> hi!
>>
>> please help on this:
>>
>> sudo ./setup.py install
>> .
>> .
>> .
>> Removing /home/weewx/bin/weewx-4.1.0.egg-info
>> Writing /home/weewx/bin/weewx-4.1.0.egg-info
>> Traceback (most recent call last):
>>   File "/home/weewx/bin/wee_config", line 12, in 
>> from weecfg.config import ConfigEngine, Logger
>>   File "/home/weewx/bin/weecfg/__init__.py", line 22, in 
>> import configobj
>> ImportError: No module named configobj
>>
>> pi@pi3:~/weewx-4.1.0 $ sudo apt install python3-configobj
>> Reading package lists... Done
>> Building dependency tree   
>> Reading state information... Done
>> python3-configobj is already the newest version (5.0.6-2).
>> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>>
>>
>>
>> -- 
>> 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 weewx...@googlegroups.com .
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/weewx-user/66f0a262-1021-4080-b784-720de1e81807%40googlegroups.com
>>  
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/2ba1199e-ef94-4516-b1a6-76f5069a0c46%40googlegroups.com.


Re: [weewx-user] upgrade 4.0 to 4.1 - ImportError: No module named configobj at setup.py install

2020-05-25 Thread Tom Keffer
In fairness, I just noticed that the upgrade instructions on the Upgrade
Guide say use "sudo python ./setup.py install". We should probably update
the update.

-tk

On Mon, May 25, 2020 at 2:16 PM Tom Keffer  wrote:

> Follow the setup.py instructions 
> carefully. You want
>
> *sudo python3 ./setup.py install*
>
> Otherwise it will use whatever is the default version of Python on your
> system, which is probably python 2.
>
> -tk
>
> On Mon, May 25, 2020 at 1:49 PM Tarmo  wrote:
>
>> hi!
>>
>> please help on this:
>>
>> sudo ./setup.py install
>> .
>> .
>> .
>> Removing /home/weewx/bin/weewx-4.1.0.egg-info
>> Writing /home/weewx/bin/weewx-4.1.0.egg-info
>> Traceback (most recent call last):
>>   File "/home/weewx/bin/wee_config", line 12, in 
>> from weecfg.config import ConfigEngine, Logger
>>   File "/home/weewx/bin/weecfg/__init__.py", line 22, in 
>> import configobj
>> ImportError: No module named configobj
>>
>> pi@pi3:~/weewx-4.1.0 $ sudo apt install python3-configobj
>> Reading package lists... Done
>> Building dependency tree
>> Reading state information... Done
>> python3-configobj is already the newest version (5.0.6-2).
>> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>>
>>
>>
>> --
>> 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 weewx-user+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/weewx-user/66f0a262-1021-4080-b784-720de1e81807%40googlegroups.com
>> 
>> .
>>
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zED9JFW5LQqiF7n6DYhAS%2B5D%3DfWgwWymT-PewqNYYz--Mw%40mail.gmail.com.


[weewx-user] upgrade 4.0 to 4.1 - ImportError: No module named configobj at setup.py install

2020-05-25 Thread gjr80
Are you sure you are running setup.py under python 3 or is it perhaps 
defaulting to python 2 (and thus you need python-configobj)?

Gary

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/0170150f-622b-4f3a-a308-1485356b5374%40googlegroups.com.


Re: [weewx-user] upgrade 4.0 to 4.1 - ImportError: No module named configobj at setup.py install

2020-05-25 Thread Tom Keffer
Follow the setup.py instructions 
carefully. You want

*sudo python3 ./setup.py install*

Otherwise it will use whatever is the default version of Python on your
system, which is probably python 2.

-tk

On Mon, May 25, 2020 at 1:49 PM Tarmo  wrote:

> hi!
>
> please help on this:
>
> sudo ./setup.py install
> .
> .
> .
> Removing /home/weewx/bin/weewx-4.1.0.egg-info
> Writing /home/weewx/bin/weewx-4.1.0.egg-info
> Traceback (most recent call last):
>   File "/home/weewx/bin/wee_config", line 12, in 
> from weecfg.config import ConfigEngine, Logger
>   File "/home/weewx/bin/weecfg/__init__.py", line 22, in 
> import configobj
> ImportError: No module named configobj
>
> pi@pi3:~/weewx-4.1.0 $ sudo apt install python3-configobj
> Reading package lists... Done
> Building dependency tree
> Reading state information... Done
> python3-configobj is already the newest version (5.0.6-2).
> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
>
>
>
> --
> 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 weewx-user+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/weewx-user/66f0a262-1021-4080-b784-720de1e81807%40googlegroups.com
> 
> .
>

-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/CAPq0zED9JqiAAjfUU7FWdTM2uRXTj%3DU1NxmjbpqcuvzB3RFzfw%40mail.gmail.com.


[weewx-user] upgrade 4.0 to 4.1 - ImportError: No module named configobj at setup.py install

2020-05-25 Thread Tarmo
hi!

please help on this:

sudo ./setup.py install
.
.
.
Removing /home/weewx/bin/weewx-4.1.0.egg-info
Writing /home/weewx/bin/weewx-4.1.0.egg-info
Traceback (most recent call last):
  File "/home/weewx/bin/wee_config", line 12, in 
from weecfg.config import ConfigEngine, Logger
  File "/home/weewx/bin/weecfg/__init__.py", line 22, in 
import configobj
ImportError: No module named configobj

pi@pi3:~/weewx-4.1.0 $ sudo apt install python3-configobj
Reading package lists... Done
Building dependency tree   
Reading state information... Done
python3-configobj is already the newest version (5.0.6-2).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.



-- 
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 weewx-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/66f0a262-1021-4080-b784-720de1e81807%40googlegroups.com.