Is it essential to run setup.py?

2007-05-22 Thread Thomas Ashelford
I'm trying to install an instance of Django version 0.96 on a server where I don't have root access. I'm unable run setup.py using sudo as described in the documentation, and when I leave out that step I get "ImportError: No module named django". The development version works fine, so I'm assuming

Re: Is it essential to run setup.py?

2007-05-22 Thread Thomas Ashelford
On May 23, 3:16 pm, "James Bennett" <[EMAIL PROTECTED]> wrote: > In order for Python to be able to use some bit of code -- in this > case, Django -- that bit of code has to be in a directory that's on > the "Python path"; that's a list of directories Python looks into > whenever you have an 'imp

Re: Is it essential to run setup.py?

2007-05-23 Thread Thomas Ashelford
On May 23, 9:47 pm, Daniel Ellison <[EMAIL PROTECTED]> wrote: > Remember that the paths have to point to the directory in which each Python > module lives. So inside the "django" directory there is another "django" > directory which is the actual module that gets imported. > > Dan On May 23, 4:1

Django development work in Sydney, Australia

2006-11-27 Thread Thomas Ashelford
line at thomas (at) ether (dot) com (dot) au. Cheers Thomas Ashelford --~--~-~--~~~---~--~~ 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

Anyone got PyTextile?

2006-06-21 Thread Thomas Ashelford
I've been trying to source a copy of PyTextile 1.3 to use in a Django application I'm building, but the dealmeida.net server is down. Is there any kind soul out there who could email a copy at thomas-at-ether.com.au? --~--~-~--~~~---~--~~ You received this message

Re: Anyone got PyTextile?

2006-06-26 Thread Thomas Ashelford
Thanks William, I don't know if that's the latest version, but it's working fine. It looks like dealmeida.net is down for the count. Cheers, Thomas William McVey wrote: > On Wed, 2006-06-21 at 11:53 -0400, Jay Parlar wrote: > > On 6/21/06, Thomas Ashelford &

PostgreSQL vs. MySQL

2006-07-06 Thread Thomas Ashelford
I keep reading that PostgreSQL is the preferred database for use with Django, but I'm wondering if anyone can explain what its concrete advantages are. I've just moved from DreamHost to Webfaction to get the advantage of using mod_python instead of fcgi. Already the advantages of mod_python are c