Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error launching new module based on python decorator #11

Open
kryptoss opened this issue May 3, 2016 · 1 comment
Open

Error launching new module based on python decorator #11

kryptoss opened this issue May 3, 2016 · 1 comment

Comments

@kryptoss
Copy link
Collaborator

kryptoss commented May 3, 2016

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

@rmed
Copy link
Collaborator

rmed commented May 4, 2016

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants