-
-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I am trying to install the python-accounting package, but the following error message appears,
this seems a rather basic definition error, but I can't figure it out. Is it me or is the error real?
AttributeError Traceback (most recent call last)
Cell In[1], line 5
2 from python_accounting.models import Base
3 from sqlalchemy import create_engine
----> 5 database = config.database
6 engine = create_engine(database["url"])
8 Base.metadata.create_all(engine)
AttributeError: module 'python_accounting.config' has no attribute 'database'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels