Category python
-
Face detection with OS X and python
How to detect faces with python and OpenCV on OS X... read more
-
NoReverseMatch : custom registration templates break django unit tests
How to fix NoReverseMatch errors in the django auth and django-registration test suites when you are using customized login and registration templates... read more
-
Sending Django email with Gmail
How to set up your Django application so email is sent through Gmail... read more
-
Compiling mysql-python on OS X leopard
How to get around a few of the problems you may encounter trying to install mysql-python bindings on OS X Leopard... read more
-
python 2.5 zipimport.ZipImportError on OS X
How to get fix "zipimport.ZipImportError: can't decompress data; zlib not available" errors running python 2.5 on OS X... read more
-
Python 2.5 "ImportError: No module named _md5" on OS X
What to do if you are getting an "ImportError: No module named _md5" using Python 2.5 on OS X... read more
-
HTTPSHandler error using python 2.5 and GAE on OS X
How to fix "AttributeError: 'module' object has no attribute 'HTTPSHandler'" errors running python 2.5 on OS X... read more
-
Pylons - LookupError: Entry point 'main' not found in egg
How to fix 'LookupError: Entry point 'main' not found in egg' errors in Pylons... read more
-
Gantt Calendar plugin for Trac
Adds Gantt chart and calendar functionality for Trac tickets... read more
-
Installing Trac on CentOS
How to set up Trac and Subversion on CentOS... read more
-
Filesystem path is neither a file nor a directory 160013 - SVN / Trac Error
How to get around a 'Filesystem path .... is neither a file nor a directory' error with Trac and SVN... read more
-
Installing Trac
Trac can be a little tricky to install. Here's the steps that worked for me... read more
-
Splitting up Django models
Django models are all grouped in one file by default. Here's how to split them up into logical groups... read more