I am not a big fan of python. However I need to run up a Django project for testing.
I found a nice step-by-step tutorial (written by Brent O'Connor) to install the whole environment: python, mysql connector, Django .. etc...
Error:
[crayon-4fb9141556b23/]
Solution:
All you need is to install the missing pear package:
[crayon-4fb9141556d2c/]
Q : What's the best thing that may happen to a developer ?
A : A Bug :) at the beginning of the day :)
I ran script/console in a rails project to debug something on console, but I got this LoadError:
[crayon-4fb9141558163/]
How to fix ?
I figured...
[ad#only_in_post]
You want to use an image as a link.However, a blue border appears around the image.
[crayon-4fb9141559a40/]
This border is meant to inform users that the image is a link. Well, it's a link but this is ugly :s and may not fit your...