Re: Eclipse and PyDev setup

2007-07-11 Thread Jacob Kaplan-Moss
HI Fred -- In the future, please don't cross-post to django-users and django-dev; django-dev is used to discuss the development of Django itself, not to answer usage questions. Thanks! Jacob --~--~-~--~~~---~--~~ You received this message because you are subscri

Re: Eclipse and PyDev setup

2007-07-11 Thread Lic. José M. Rodriguez Bacallao
Hi, I'm using Eclipse with pydev for development too. My suggestions for a project is to create a pydev project without the src folder. later, U have to tell eclipse in the project properties that your workspace is a source folder and is an external source folder too. On 7/11/07, Petra Javornicka

Re: Eclipse and PyDev setup

2007-07-11 Thread Rogelio
Hi, I'm a newbie as well, but have a project I developed using Eclipse and Pydev. Bascially, I just unchecked the "Create src folder" option for the Pydev project and all seems OK so far. Can't help with Apache yet as I just use the Django builtin server from within Eclipse and start/stop the se

Re: Eclipse and PyDev setup

2007-07-11 Thread Petra Javornicka
> I'm a django newbie, just finished the tutorial. I would like to do my > development under Eclipse. PyDev want to have a "src" folder under the > project, which does not really fit the django default directory structure. I'm a Django newbie as well and I've had a similiar/same problem. Origin

Eclipse and PyDev setup

2007-07-11 Thread Sells, Fred
I'm using Eclipse 3.2 and latest PyDev. I'm a django newbie, just finished the tutorial. I would like to do my development under Eclipse. PyDev want to have a "src" folder under the project, which does not really fit the django default directory structure. mysite (an Elcipse project) poll