We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
NameError
tinytex_download.py
Thanks for the nice project!
I'm trying to use pytinytex but am getting the following error:
pytinytex
NameError: name 'urllib' is not defined. Did you forget to import 'urllib'?
in reference to
PyTinyTeX/pytinytex/tinytex_download.py
Line 77 in aa36458
It looks like urllib is only imported in this block:
urllib
Lines 10 to 13 in aa36458
but should also be imported at the top level.
Happy to open a quick PR if desired. Thanks!
The text was updated successfully, but these errors were encountered:
@zietzm feel free to open a pr, to clean it up
Sorry, something went wrong.
No branches or pull requests
Thanks for the nice project!
I'm trying to use
pytinytex
but am getting the following error:NameError: name 'urllib' is not defined. Did you forget to import 'urllib'?
in reference to
PyTinyTeX/pytinytex/tinytex_download.py
Line 77 in aa36458
It looks like
urllib
is only imported in this block:PyTinyTeX/pytinytex/tinytex_download.py
Lines 10 to 13 in aa36458
but should also be imported at the top level.
Happy to open a quick PR if desired. Thanks!
The text was updated successfully, but these errors were encountered: