-
Notifications
You must be signed in to change notification settings - Fork 317
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
Getting an error on performing import #14
Comments
Note that this only occurs when I install langid in my Python Lib/ directory and try to do an "import langid" from my program. If I include the langid code directly in my own program folder and load it from there, I have no problem. |
I've checked StackExchange for help with the ImportError issue, but all I can find are solutions that have to do with eliminating circular imports, which is something I don't see happening here. |
I am still occasionally befuddled by Python imports, but I believe the issue here has to do with relative vs absolute imports. I replicated your issue and I think I fixed it, could you please test the latest version in the Python3 branch and let me know if it works for you? Thanks! |
Closing as no problems with the fix have been reported. |
This is the error I'm getting. I looked at the code and everything seems fine, so I'm stumped.
The text was updated successfully, but these errors were encountered: