Skip to content
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

I think this fixes a packaging issue. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

netfl0
Copy link

@netfl0 netfl0 commented Mar 31, 2012

I am not a python packaging wizard, something funny is going on here. I get the following errors:

python --version
Python 2.7.2
sphinx-haystack]$ python setup.py install --root . 
running install
running build
running build_py
file sphinx_haystack.py (for module sphinx_haystack) not found
file sphinx_haystack.py (for module sphinx_haystack) not found
running install_lib
warning: install_lib: 'build/lib' does not exist -- no Python modules to install

appears to be looking for a file that doesn't exist.

When I install to site-packages I get an .egg with not much in it.

$ find /usr/lib/python2.7/site-packages/sphinx_haystack-0.1beta_1-py2.7.egg-info 

/usr/lib/python2.7/site-packages/sphinx_haystack-0.1beta_1-py2.7.egg-info
/usr/lib/python2.7/site-packages/sphinx_haystack-0.1beta_1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/sphinx_haystack-0.1beta_1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/sphinx_haystack-0.1beta_1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/sphinx_haystack-0.1beta_1-py2.7.egg-info/installed-files.txt
/usr/lib/python2.7/site-packages/sphinx_haystack-0.1beta_1-py2.7.egg-info/PKG-INFO

Any ideas?

@btimby
Copy link
Owner

btimby commented Apr 2, 2012

Peter,

Thanks I will take a closer look soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants