Advertisement
Guest User

malman error 2

a guest
Jul 31st, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.70 KB | None | 0 0
  1. root@kefcom-VirtualBox:/usr/local/share/webapps/MALMan2# env/bin/python commands.py runserver
  2. Traceback (most recent call last):
  3.   File "commands.py", line 1, in <module>
  4.     from MALMan import app
  5.   File "/usr/local/share/webapps/MALMan2/MALMan/__init__.py", line 23, in <module>
  6.     app.config.from_pyfile('MALMan.cfg')
  7.   File "/usr/local/share/webapps/MALMan2/env/local/lib/python2.7/site-packages/flask/config.py", line 129, in from_pyfile
  8.     exec(compile(config_file.read(), filename, 'exec'), d.__dict__)
  9.   File "/usr/local/share/webapps/MALMan2/MALMan/MALMan.cfg", line 1, in <module>
  10.     B## All app.config values set here will override those defined in __init__.py
  11. NameError: name 'B' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement