Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

More explanation on create_db error please #194

Open
iaeubanks opened this issue Jul 21, 2021 · 2 comments
Open

More explanation on create_db error please #194

iaeubanks opened this issue Jul 21, 2021 · 2 comments

Comments

@iaeubanks
Copy link

I am having the same issue with the poli module not being pulled. I am pretty sure that I am having more troubles trying to get the python path set up to work around this.

Could I get some more help in this area? I understand that I can use the python path to make a work around to the root directory, but I have tried to do so and failed so I might need more detailed help.

Please get back to me at your earliest convenience. Thank you!

@iaeubanks
Copy link
Author

One of my problems could be the location of the Polichombr folder. Could you please let me know of a recommended location for the folder to be used?

@iaeubanks
Copy link
Author

iaeubanks commented Jul 23, 2021

I was able to get this problem resolved by adding the python path:

Traceback (most recent call last):
File "./utils/db_create.py", line 14, in
from poli import app, db
ImportError: No module named poli

But now I am getting the following error as well.

Traceback (most recent call last):
File "./db_)create.py", line 14, in
from poli import app, db
File "/home/user/Downloads/polichombr-1.5/poli/init.py", line 10, in
from flask import Flask, abort
ImportError: No module named flask

I fixed this error but now in the init.py of the markupsafe package, I am getting a syntax error for "def html(self) -> str:"

How would i fix this problem?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant