2008/10/13 Gaus <[EMAIL PROTECTED]>

>
> Hi All
> I am developing my first-Django based project by myself. Wanted to use
> Postgresql with Psycopg2 & dont want to use Sqlite or Mysql for that
> matter. I have a problem which I cant rectify. My development
> environment is as follows :
>
> 1. Ubuntu 8.04
> 2. Python2.5 - compiled & installed\
> 3. Apache2_2.2.4-3ubuntu0.1_all.deb - Downloaded and Installed
> 3. Mod_Python-3.3.tgz - Installed & configured
> 4. Postgresql installed - using  'sudo apt-get install postgresql-8.3
> postgresql-client-8.3
>    postgresql-contrib-8.3
> 5. Psycopyg2-2.0.8.tar.gz - Downloaded & Installed.
>
> Have you tried to import Psycopyg directly from the Python interpreter?
Double check that you really have psycopg2 installed. On ubunto to th
/usr/lib/python2.5/site-pacakges and type

ls psycopg2

You should have the pyscop2 egg
-- 
Antoni Aloy López
Blog: http://trespams.com
Site: http://apsl.net

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to