>
> I think it is a path problem, since the /polls/ part of the running site
> can't find views and the /admin part can't find views.
>
> I'm looking into why buildout would leave the pythonpath incomplete
> and think it is just a buildout.cfg problem.  The same site structure worked
> in a non-buildout form.
>

Yes, this sounds like a simple library path problem. Did you provide a
setup.py for your cottagematic_com app so that Buildout could find it?
Did you declare a dependency on cottagematic_com in the package list
for your buildout config?

It can be difficult to get Django set-up with Buildout, since the
Django tutorial doesn't follow Python packaging conventions yet. In a
pinch, you could try just exporting your packages location onto
PYTHONPATH, e.g.:

export PYTHONPATH=/home/john/WEBprojects/cottagematic_bld/

(or where ever your python source tree lives)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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