Thank you very much to everyone for your help. It took a few tries,
but I finally got the paths configured correctly in my setup.conf for
psycopyg. I'm working through the first tutorial. Looks like I need to
grab the newest Django source from subversion. But, I'm able to create
and sync my models now.

I haven't touched Python in a long time, I've been mostly working in
Microsoft technologies over the past few years, but I've become quite
the fan of Ruby on Rails over the past few months. I'm a senior
developer with Avenue A | Razorfish in Austin, and I'm looking into
Django as a possible competitor to Java. Python is much more mature
than Ruby, so our technical architects aren't quite as eager to
support Rails as I'd like.

Django seems very similar to Rails, so I'm hopeful it won't take long
to get up to speed. I have to say the installation of all of the
necessary softwares to get Django running wasn't nearly as smooth as
Rails, especially on the OS X side, so I'm hopeful that the speed of
Python will make up for that.

Does anyone have an example of a good organizational schema for an
Ajax-enabled Django site? By that, I mean how are you guys organizing
your directories? I'm a little fuzzy on the structure of a "typical"
website. What should the public-facing root of the site be? Should my
Python code go outside that, similar to the way Rails has its "App"
folder and "Public" folders?

Again, my sincere thanks for your advice and guidance!
Brandon

On Sep 2, 9:37 pm, Nick Fishman <[EMAIL PROTECTED]> wrote:
> On Sep 2, 9:37 pm, "Todd O'Bryan" <[EMAIL PROTECTED]> wrote:
>
> > Looks like you're missing some header files...
>
> > Maybe postgres didn't put everything where it needed to be. You also may
> > need the dev packages for postgres.
>
> The problem is, indeed, in the development packages. There's a package
> called libpq-dev that contains this file (stored in /usr/include/
> postgresql/libpq-fe.h). I installed postgresql-server-dev-8.2 and it
> got installed as a dependency, but you might be able to install the
> package on its own.


--~--~---------~--~----~------------~-------~--~----~
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