I have installed pandas on python 3.3, and coded like this:
import csv import pandas from pandas import DataFrame csvdata = pandas.read_csv(\'datafile.csv\'
I had the same problem too when I tried installing pandas 0.13.1. It installed but I could not import it.
As @danioyuan suggests, I installed Cython using easy_install and now I am able to import pandas.