On 9/13/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I can't seem to get past this error. I just installed the latest > Python package and it didn't help. I've been trying to use Django and > Python for about a week first with MySQL (more errors/missing modules) > and now with PostgreSQL. I've tried setting this up on three different > OSX systems but with no luck on any of them--there's always something > missing and I can't complete the install. I don't know if anything is > worth this much hassle, does anyone using the Python framework ever > actually get anything accomplished besides hunting down missing > pieces?
Without specifics - i.e., what you have installed, how you installed it, etc, its difficult to say for sure what the problem is. Personally, I can't say I've ever had much trouble setting up Django on OSX. I've always used Macports - when you say 'port install py-psycopg2', it finds out all the dependencies, downloads the required source code, compiles and installs. Set up your bashrc paths to point at the right locations, and you're off and running. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---

