Home » Odeon Blogs »

Python

IOError: encoder jpeg not available

Recently, I ran into this bug on my new Macbook Pro


  1. Traceback (most recent call last):
  2. File "userprofile/tests.py ...

Category: Python


Tagged as: django python

Leave a Comment

Macports House Cleaning

Once in a while, it helps to do some house cleaning to keep your Mac OS clean and lean.

If ...

Category: Python


Tagged as: macports

Leave a Comment

Virtualenv for multiple python projects


Virtualenv is a simple and effective way of isolating a Python environment on a specific machine. 

Why? 

Why do we ...

Category: Python


Tagged as: distribute site-packages virtualenv

Leave a Comment

automating remote commands over SSH with paramiko

I don't know how high ranking python is for automating system administration tasks but when I had to script ...

Category: Python

4 Comments

using python to upload photos on Flickr

Flickr's flash uploader has a little problem: it will fail to upload certain files. I can't find a ...

Category: Python

6 Comments
Page generated in: 0.28s