You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Zoe launches the module, the log shows:
Traceback (most recent call last):
File "./memory.py", line 3, in
import zoe
File "/home/almacen/devel/zoe/zoe-startup-kit/lib/python/zoe/init.py", line 28, in
from zoe.zs import *
File "/home/almacen/devel/zoe/zoe-startup-kit/lib/python/zoe/zs.py", line 29, in
import configparser
ImportError: No module named configparser
The text was updated successfully, but these errors were encountered:
Are you using python 3 (#!/usr/bin/env python3)? The name of the configparser module in python 2 was ConfigParser, which might explain that error, as the decorator lib is for 3.x .
When Zoe launches the module, the log shows:
Traceback (most recent call last):
File "./memory.py", line 3, in
import zoe
File "/home/almacen/devel/zoe/zoe-startup-kit/lib/python/zoe/init.py", line 28, in
from zoe.zs import *
File "/home/almacen/devel/zoe/zoe-startup-kit/lib/python/zoe/zs.py", line 29, in
import configparser
ImportError: No module named configparser
The text was updated successfully, but these errors were encountered: