Skip to content

Error while running demo #54

@leonidcan

Description

@leonidcan

Followed exact steps from quick start demo and getting this error (windows and ubuntu the same error)

Traceback (most recent call last):
File "C:\Work\pow\todo\server.py", line 16, in
from todo.lib.application import Application, log_handler
File "c:\Work\pow\todo\lib\application.py", line 12, in
from todo.database.sqldblib import Base, Session, engine
File "c:\Work\pow\todo\database\sqldblib.py", line 42, in
metadata = MetaData(engine)
File "C:\Work\pow\todo\lib\site-packages\sqlalchemy\sql\schema.py", line 5231, in init
raise exc.ArgumentError(
sqlalchemy.exc.ArgumentError: expected schema argument to be a string, got <class 'sqlalchemy.engine.base.Engine'>.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions