tags:

views:

125

answers:

1

i have been trying to running some pinax code inside pydev eclipse

i keep on having this error

Error: Can't import Pinax. Make sure you are in a virtual environment that has Pinax installed or create one with pinax-boot.py.

my question is how do i run pinax inside eclipse using django built in server

i am python newbie

A: 

Just follow this: http://pinaxproject.com/docs/0.7/install.html

make sure you set the virtual env right

Eric Fong