jamesls / semidbm

Cross platform (fast) DBM interface in python
Other
51 stars 13 forks source link

Does not build successfully #4

Closed connellybarnes closed 11 years ago

connellybarnes commented 11 years ago

The latest semidbm version from your git repo does not build successfully:

$ python setup.py build running build running build_py file semidbm.py (for module semidbm) not found file semidbm.py (for module semidbm) not found

Installation also reports this error during sudo python setup.py install. The resulting semidbm cannot be imported.

Is there a release of 0.4 available that does build successfully? Or another git repo where it builds? Or is there an easy fix to this build problem?

connellybarnes commented 11 years ago

(I'm on Mac OS with Python 2.7). It seems to work if I just do sudo cp -r semidbm path_to_site_packages

jamesls commented 11 years ago

Thanks for the bug report. I've restructured some of the files in the master branch and forgot to update the setup.py. I'll go ahead and fix this.