Filed under
#osx
Aug
2014
2014
Posts
Read the full piece
Java Version Hell on OSX
In one of those “Why did I even look at the terminal” moments, I noticed Solr stopped working properly in a local Django setup. Initially I ignored a slew of 404 errors when Haystack tried to reindex because … well because who the hell cared? I …
Apr
2014
2014
Posts
Read the full piece
wxPython on OSX Mavericks with or without Homebrew
Just a short note for anyone else who runs into this nonsense: I could not get the current version of wxPython to install in a useful way using homebrew. brew install wxmac --python --devel to install into my Homebrew-controlled Python install worked …
Jun
2013
2013
Posts
Read the full piece
MySQL and Python on OSX
Because I rarely use MySQL nowadays and because how often do you set up a new machine, this is a reminder to myself on how to get mysql-python installed in a virtualenv
- Add /usr/local/mysql/bin to your path (permanently in your .profile)
- If …