I posted this in Django Users too, just in case...
I'm trying to get Pinax 0.5.0 set up on a windows XP box using Django
1.0. I'm just trying to get the BASIC project setup. No customization.
I've executed the Windows-specific warning here:
http://pinaxproject.com/docs/0.5.0/install.html
I did that and it seems no matter what I've tried (and I've tried a
fair bit), I keep getting the following error:
Traceback:
File "C:\Python25\lib\site-packages\django\core\handlers\base.py" in
get_response
77. request.path_info)
File "C:\Python25\lib\site-packages\django\core\urlresolvers.py" in
resolve
178. for pattern in self.urlconf_module.urlpatterns:
File "C:\Python25\lib\site-packages\django\core\urlresolvers.py" in
_get_urlconf_module
197. self._urlconf_module =
__import__(self.urlconf_name, {}, {}, [''])
File "C:\kweissinger\Tools\pinax\projects\basic_project\..
\basic_project\urls.py"
in <module>
12. url(r'^$', direct_to_template, {"template":
"homepage.html"}, name="home"),
Exception Type: NameError at /
Exception Value: name 'url' is not defined
Any one dealt with this? There seems to be some tantalizingly
promising hits on Google but I've been looking through them for an
hour and can't figure it out. Would love to start digging into Pinax
and use it, but I can't seem to get it going.
And before anyone chimes in with "Get a real OS", I know I know. It
would certainly help in this problem. But that's not an option this
afternoon.
Thank you in advance!
Keyton