Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import problem with Python 3.7 #72

Open
bmilde opened this issue Mar 4, 2021 · 1 comment
Open

Import problem with Python 3.7 #72

bmilde opened this issue Mar 4, 2021 · 1 comment

Comments

@bmilde
Copy link

bmilde commented Mar 4, 2021

Hi,

we are using puntuator2 in https://github.com/uhh-lt/subtitle2go/ Thanks for creating it!

On Python 3.7 we ran into small problem. Just an FYI, we needed to change punctuator2/models.py on line 54 "from . import models" -> "import models" as the import won't work otherwise and there is an error. Not making a PR because its probably easier if you just change this one line,

Best,

Benjamin

@laosuan
Copy link

laosuan commented Aug 1, 2021

Python 2.7 also has the same problem, tks!

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

No branches or pull requests

2 participants