Giter Site home page Giter Site logo

haushaltsbuch's People

Contributors

pabra avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Forkers

fenkl

haushaltsbuch's Issues

Install problems

Hey, I want to test you haushaltsbuch (some screenshots would be nice).

When I use your instructions I get the following erros:

(venv) [1] kmille@homebox> ./run.py init_db /tmp/venv/haushaltsbuch
Traceback (most recent call last):
File "/tmp/venv/lib/python3.5/site-packages/werkzeug/utils.py", line 418, in import_string
import(import_name)
ImportError: No module named 'config'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "./run.py", line 5, in
from app import app
File "/tmp/venv/haushaltsbuch/app/init.py", line 11, in
app.config.from_object('config')
File "/tmp/venv/lib/python3.5/site-packages/flask/config.py", line 162, in from_object
obj = import_string(obj)
File "/tmp/venv/lib/python3.5/site-packages/werkzeug/utils.py", line 443, in import_string
sys.exc_info()[2])
File "/tmp/venv/lib/python3.5/site-packages/werkzeug/_compat.py", line 137, in reraise
raise value.with_traceback(tb)
File "/tmp/venv/lib/python3.5/site-packages/werkzeug/utils.py", line 418, in import_string
import(import_name)
werkzeug.utils.ImportStringError: import_string() failed for 'config'. Possible reasons are:

  • missing init.py in a package;
  • package or module path not included in sys.path;
  • duplicated package or module name taking precedence in sys.path;
  • missing module, class, function or variable;

Debugged import:

  • 'config' not found.

Original exception:

ImportError: No module named 'config'

(venv) [1] kmille@homebox> pip install config /tmp/venv/haushaltsbuch
Collecting config
Installing collected packages: config
Successfully installed config-0.3.9
(venv) kmille@homebox> ./run.py init_db /tmp/venv/haushaltsbuch
Traceback (most recent call last):
File "./run.py", line 5, in
from app import app
File "/tmp/venv/haushaltsbuch/app/init.py", line 11, in
app.config.from_object('config')
File "/tmp/venv/lib/python3.5/site-packages/flask/config.py", line 162, in from_object
obj = import_string(obj)
File "/tmp/venv/lib/python3.5/site-packages/werkzeug/utils.py", line 418, in import_string
import(import_name)
File "/tmp/venv/lib/python3.5/site-packages/config.py", line 733
except Exception, e:
^
SyntaxError: invalid syntax

Now I'm not really shure if installed the wrong 'config'. Thanks!
I am running an Arch :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.