Closed connellybarnes closed 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
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.
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?