Re: Pydev + Django + Ubuntu 9.10

2009-12-15 Thread paul.dorman
I can confirm that removing the Python interpreter and re-adding solved this issue for me. I'm using Karmic packages for Eclipse and for Django. On Dec 8, 8:32 am, Brian McKeever wrote: > I'm using django from the repositories. > Installed this >

Re: Pydev + Django + Ubuntu 9.10

2009-12-07 Thread Brian McKeever
I'm using django from the repositories. Installed this way: http://docs.djangoproject.com/en/dev/topics/install/#installing-development-version I configured my interpretor in eclipse by doing this: "Now, on to re-configure the pydev interpreter to add those new paths... I'm kind of lazy, so,

Re: Pydev + Django + Ubuntu 9.10

2009-12-07 Thread turkan
Hello Brian. Strange, I am also using Eclipse downloaded from eclipse.org. Did you add any special folders to the PYTHONPATH? Are you using django from the Ubuntu repositories? On Dec 7, 6:06 am, Brian McKeever wrote: > I was having the same trouble you are when I installed

Re: Pydev + Django + Ubuntu 9.10

2009-12-07 Thread Info Cascade
Hi, Turkan, Sorry -- the link is: here. Hope that helps. I had to use Postgres 8.3 instead of 8.4, but

Re: Pydev + Django + Ubuntu 9.10

2009-12-06 Thread Brian McKeever
I was having the same trouble you are when I installed eclipse from the repository. I fixed it by downloading it again from the website http://www.eclipse.org/downloads/ (Eclipse IDE for C/C++ Developers (79 MB) is the one I picked specifically). On Dec 6, 2:45 am, turkan

Re: Pydev + Django + Ubuntu 9.10

2009-12-06 Thread turkan
Hello Liam, I am sorry ... I can't access your provided link. Even after registering there, it says "You are not authorized to view this workspace.". I am also not sure why you suggest me Posgresql/PostGIS. I don't have any problems with setting up the database, just with setting up Pydev/

Re: Pydev + Django + Ubuntu 9.10

2009-12-05 Thread Info Cascade
Turkan, Perhaps this will help. I just have done this (PostGIS/Eclipse/Pydev/Django on Ubuntu 9.10) and it's working great! After having problems because I had installed Postgres 8.4, I found the script below, on the net somewhere. Modify, as appropriate, if you don't need GIS. You may also

Pydev + Django + Ubuntu 9.10

2009-12-05 Thread turkan
Hello. I know ... this topic was discussed quite often. But all the hints I found don't really help to setup Eclipse/Pydev under Ubuntu 9.10 for Django 1.1 (from the official Ubuntu repositories). I tried to follow this tutorial (http://solyaris.wordpress.com/