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

Twisted/recipe.sh can't find zope.interface #280

Closed
rogererens opened this issue Oct 8, 2014 · 1 comment · Fixed by #282
Closed

Twisted/recipe.sh can't find zope.interface #280

rogererens opened this issue Oct 8, 2014 · 1 comment · Fixed by #282

Comments

@rogererens
Copy link
Contributor

Zope/recipe.sh puts the module by means of --installdir=/lib/python2.7/site-packages
in $BUILD_PATH/python-install/lib/python2.7/site-packages
but the PYTHONPATH in twisted/recipe.sh does not have that included.

changing twisted/recipe.sh to have something like
export PYTHONPATH=$BUILD_hostpython/Lib/site-packages:$BUILD_hostpython/build/lib.linux-x86_64-2.7:$HOSTPYTHON/../../lib/python2.7/site-packages
makes twisted build completely.

Maybe this points to something deeper w.r.t. using two python interpreters (see e.g. issue #277 as well)?

@salibeh
Copy link

salibeh commented Oct 13, 2014

I confirm that I experienced the same issue with the latest python-for-android installation on Ubuntu 12.04.

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 a pull request may close this issue.

2 participants