osx-lion

Error when install pylibmc using pip

Error when install pylibmc using pip Question: Hello when I attempt to install pylibmc on OSX Lion using pip I get the following error: ./_pylibmcmodule.h:42:10: fatal error: ‘libmemcached/memcached.h’ file not found #include <libmemcached/memcached.h> ^ 1 error generated. error: command ‘clang’ failed with exit status 1 Any clues at how to solve this issue? Asked By: …

Total answers: 10

How to put a tkinter window on top of the others?

How to put a tkinter window on top of the others? Question: I’m using Python 2 with Tkinter and PyObjC, and then I’m using py2app. The program is working fine, but the window starts as hidden whenever I open the program, so it doesn’t appear until I click on the icon on the dock to …

Total answers: 9

How can I install the Python library 'gevent' on Mac OS X Lion

How can I install the Python library 'gevent' on Mac OS X Lion Question: Python library gevent, version 0.13.6 (the current version on PyPI) will not pip install on OS X Lion, Python 2.7 (and probably others.) It works fine on Snow Leopard. How can I get this library installed? Bonus points if it can …

Total answers: 10