Re: Django on MacOS X Leopard

2008-02-01 Thread Shinmaikeru
It might be wise to consider separating the Python environment from Mac's Python using MacPorts. I have a recipe for installing a Django dev environ on Intel Tiger at: http://shinmaikeru.blogspot.com/. I am relatively new to Mac and Python (and Django, of course), but this was the only way to get

Re: Django on MacOS X Leopard

2008-02-01 Thread Graham Dumpleton
On Feb 1, 9:25 pm, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: > On Feb 1, 5:47 pm, omat <[EMAIL PROTECTED]> wrote: > > > I am using the built-in Python that ships with Leopard. Unfortunately > > I don't know what created the extra site-packages under /System/ > > Library/.../lib/python2.5/ > > I d

Re: Django on MacOS X Leopard

2008-02-01 Thread Eric Abrahamsen
On Feb 1, 5:47 pm, omat <[EMAIL PROTECTED]> wrote: > I am using the built-in Python that ships with Leopard. Unfortunately > I don't know what created the extra site-packages under /System/ > Library/.../lib/python2.5/ I don't think that's quite right - the /System/Library/etc/etc version seems t

Re: Django on MacOS X Leopard

2008-02-01 Thread omat
I am using the built-in Python that ships with Leopard. Unfortunately I don't know what created the extra site-packages under /System/ Library/.../lib/python2.5/ I had some trouble with Eclipse-carbon installation, I removed it and installed EasyEclipse for python. Maybe this brought the duplicat

Re: Django on MacOS X Leopard

2008-01-31 Thread Graham Dumpleton
On Feb 1, 2:05 am, omat <[EMAIL PROTECTED]> wrote: > When I install Django on Leopard, py files went into: > /System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/ > site-packages/django/ If you are running Python 2.5.1 that ships with Leopard,then the directory: /System/Libra

Re: Django on MacOS X Leopard

2008-01-31 Thread Eric Abrahamsen
On Jan 31, 11:15 pm, Thomas <[EMAIL PROTECTED]> wrote: > I keep both django versions/branches and projects at the same level. > My directory structure looks like: > > django_gis > django_0.97-pre > etc ... > Project1 > Project2 > etc ... > > I symlink then an apropriate django version from within

Re: Django on MacOS X Leopard

2008-01-31 Thread Thomas
I keep both django versions/branches and projects at the same level. My directory structure looks like: django_gis django_0.97-pre etc ... Project1 Project2 etc ... I symlink then an apropriate django version from within a project as "django". This allows me flexibility in both switching python