Registered: 2009-01-21
Update: 11 minutes ago
Problems: 4
Solutions: 4
References: 2
Problem views: 1391
Unsolved problem views: 236
hannes
User
Recent problems
Atom Feed#82: Django: "Upload a valid image. The file you uploaded was either not an image or a corrupted image."
Solved!on January 13, 2010, 11:32 AM UTC — from
hannes
( 761 views )
When uploading an image with Django, I get:
"Upload a valid image. The file you uploaded was either not an image or a corrupted image."
Tags:
python django jpeg pil
#50: MySQL suddenly stops working: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
on June 03, 2009, 09:05 AM UTC — from
hannes
( 85 views )
I had to reboot my Mac (OS 10.5, Intel MBP). After that, MySQL wouldn't start back up, giving me:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
when trying to call mysql on the command line.
Calling mysql...
Tags:
mysql mac
#4: Paster restart socket error
on January 22, 2009, 03:38 PM UTC — from
hannes
( 151 views )
After saving source files (with --reload option activated), sometimes paster can't restart and encounters the below error.
Mac OS 10.5
-------------------------
Starting server in PID 58828.
Traceback (most recent call last):
File "/usr/local/bin/paster...
#3: iPython indents and command history broken
Solved!on January 21, 2009, 02:04 AM UTC — from
hannes
( 394 views )
Pretty suddenly, ipython was acting weird. Auto-indentation after opening an if statement or loop stopped working. Command history (by pressing the up-arrow) yielded gibberish. Using Mac OS 10.5 and bash.
