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

centos share gtk between python2.6 and python2.7 #6

Open
etaf opened this issue Apr 18, 2014 · 0 comments
Open

centos share gtk between python2.6 and python2.7 #6

etaf opened this issue Apr 18, 2014 · 0 comments

Comments

@etaf
Copy link
Owner

etaf commented Apr 18, 2014

*gtk on python 2.6

$ ls /usr/lib64/python2.6/site-packages | grep gtk

image

copy all this to /usr/local/lib/python2.7/site-packages/

$ ls /usr/local/lib/python2.7/site-packages | grep gtk

image

gtk need packages cairo , install pycairo or copy it from python2.6

$ /usr/lib64/python2.6/site-packages/cairo /usr/local/lib/python2.7/site-packages -r

now try to import gtk in python2.7.

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

No branches or pull requests

1 participant