imdbpy

Can't pass database URL to imdbpy2sql.py script

Can't pass database URL to imdbpy2sql.py script Question: Whether I’m running imdbpy2sql.py or s32cinemagoer.py the same error occurs: python3 s32cinemagoer.py /home/username/frozendata ‘mysql://imdb:imdb@localhost/imdb’ Traceback (most recent call last): File "s32cinemagoer.py", line 197, in <module> engine = sqlalchemy.create_engine(db_uri, encoding=’utf-8′, echo=False) File "<string>", line 2, in create_engine File "/home/username/.local/lib/python3.8/site-packages/sqlalchemy/util/deprecations.py", line 281, in warned return fn(*args, **kwargs) # type: …

Total answers: 2