On Feb 25, 4:00 pm, Andre Terra <andrete...@gmail.com> wrote:
> On Fri, Feb 25, 2011 at 5:28 PM, Tim <jtim.arn...@gmail.com> wrote:
> > hi,
> > I'm using Django 1.2.3 and I have a new sqlite (3.7.5) installed in a
> > custom location.
> > There is an old sqlite (3.6.23.1) installed in /usr/local/bin/.
>
> > How do I tell Django to use the new sqlite? I'm on FreeBSD 8.0.
>
> > thanks,
> > --Tim Arnold
>
> > --
> Try appending the custom location to the beginning of your PYTHONPATH.
>
> Sincerely,
> Andre Terra

Thanks I just tried that, but still no luck. My PYTHONPATH never did
have /usr/local/lib in in though, just a lot of pointers into /usr/
local/lib/python2.7, etc.

Maybe this is an apache/wsgi issue instead of django, but django is
where I'm getting errors (disk io error). That would look like  a file
permission issue, but just for testing purposes, i set the database
file and its parent dir to 777 permission.

arrrggg. thanks,
--Tim

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to