31 May ‘14

Whereas pip tells me I have psycopg2 and it’s up-to-date.
Advice from #Django: “just make sure you installed it inside your virtual env or that your virtual env takes the system site packages” for Psycopg2. Okay, linovia on #Django helped me. I had to install psycopg2 AFTER activating the virtual env.

To activate virtualenv: “. bin/activate”;
To deactivate it: “deactivate”

Created a dummy HTML form on new page, trying to fetch data using Django now.

 
0
Kudos
 
0
Kudos

Now read this

17 May ‘14

Yippee! I installed streaming system on my Ubuntu VM! A few observations: I need not have installed everything listed in requirements.txt on my own, ‘make serve’ does all that on its own. #LessonLearnt I got a couple of ImportErrors in ‘... Continue →