#102: proxychains/proxyresolv DNS failure on OS X 10.6
Solved!
I managed to get a version of proxychains running on OS X 10.6, after fixing all of its weird library load errors (due to hard-coded library paths in proxychains/proxyresolv's wrapper scripts). Unfortunately, though it correctly connects to an external DNS...
#86: Building bsddb.so for Python
Solved!
I want to build the _bsddo.so module for my Python install, and link it to an installation of BerkeleyDB 4.8 on my OS X 10.6 machine. OS X 10.6 comes with Python 2.6 and a stock bsddb module, but does not ship the actual binary _bsddb.so, which makes the entire...
#79: DigitalColor Meter RGB color space defaults on Snow Leopard
Solved!
OS X ships with a nifty digital pixel color meter called DigitalColor Meter, which outputs the color of the pixel under your cursor in whichever color space you choose (Hex Value, 8-Bit for web development, for example). In Leopard, your preferred color space...
#74: Building just readline.so for Python on OS X
Solved!
I want to build the readline.so module for my Python install, and link it to an installation of GNU readline. As much as I dislike the entire "what's Free" argument about this nonsense, readline simply works better with packages such as IPython than the crummy...