Error in pygorithm.geometry
OmkarPathak opened this issue · 4 comments
>>> from pygorithm.geometry import rect_broad_phase Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named 'pygorithm.geometry'
This is the error that I am getting constantly. The code was merged from PR #50. Searching SO for error yielded that any circular dependency would cause such an error. But, there is no such dependency what so ever. @aesee can you see to it what's the problem?
You're last commit broke how python reads packages, you need to revert the changes, init.py files are how python views imports. Please revert your latest changes!!
@IanDoarn other packages are working fine. The error I reported was caused as soon as I merged the PR
@OmkarPathak still, they way you have the init.py's set up is entirely wrong and not at all PEP compliant
Okay. Reverting the changes