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

I got a erro #16

Open
liaoqiArno opened this issue May 30, 2018 · 2 comments
Open

I got a erro #16

liaoqiArno opened this issue May 30, 2018 · 2 comments

Comments

@liaoqiArno
Copy link

[root@localhost ldap-passwd-webui]# pip install -r requirements.txt
Ignoring configparser: markers 'python_version < "3.3"' don't match your environment
Requirement already satisfied: bottle>=0.12.8 in /opt/anaconda3/lib/python3.6/site-packages (from -r requirements.txt (line 1)) (0.12.13)
Requirement already satisfied: ldap3<3.0,>=2.0 in /opt/anaconda3/lib/python3.6/site-packages (from -r requirements.txt (line 2)) (2.5)
Requirement already satisfied: pyasn1>=0.1.8 in /opt/anaconda3/lib/python3.6/site-packages (from ldap3<3.0,>=2.0->-r requirements.txt (line 2)) (0.4.3)
[root@localhost ldap-passwd-webui]# pip install bottle
Requirement already satisfied: bottle in /opt/anaconda3/lib/python3.6/site-packages (0.12.13)
[root@localhost ldap-passwd-webui]# python app.py
2018-05-30 02:03:06,634 INFO: Starting ldap-passwd-webui 2.0.0
Traceback (most recent call last):
File "app.py", line 144, in
SimpleTemplate.defaults = dict(CONF['html'])
File "/opt/anaconda3/lib/python3.6/configparser.py", line 959, in getitem
raise KeyError(key)
KeyError: 'html'

Can you hele me?

@liaoqiArno
Copy link
Author

my OS is centos7

@bobocharbo
Copy link

Take a look at the issue just preceding yours:

#13

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