joe-jordan / pyvoro

2D and 3D Voronoi tessellations: a python entry point for the voro++ library
Other
100 stars 26 forks source link

Fixed relative import problem #9

Closed wackywendell closed 9 years ago

wackywendell commented 9 years ago

This should fix Issue #8; it builds and installs properly on both Python 2.7 and Python 2.4 on my machine (Arch Linux). Note that this does not put cythonize back in; setup.py still simply uses the voroplusplus.cpp file already there.

joe-jordan commented 9 years ago

Thanks for the pull request, but I'm still not sure what the reproduce steps are for the original problem - see my comments there.

Also, on the request itself, please remove that massive change to the .gitignore. I assume it was made by accident by your IDE.

wackywendell commented 9 years ago

Sorry about the .gitignore - I added that because those are files created by make and were annoying when I ran git status, but they certainly don't need to be in this pull request.

wackywendell commented 9 years ago

.gitignore removed.

wackywendell commented 9 years ago

Closing in favor of #10.