Here's what I've attempted: http://pastebin.com/jcrSSYvd
How do I solve this error?
Thanks for all suggestions,
Alec Taylor
Alec Taylor
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
On Tue, Jan 3, 2012 at 11:31 PM, Denis Darii <denis...@gmail.com> wrote:
> Try to force the installation inside your env:
>
> (Pinax-env) P:\Projects\Pinax>pip install --ignore-installed
> django-debug_toolbar
>
(Pinax-env) P:\Projects\Pinax>pip install --ignore-installed
django-debug_toolbar
Downloading/unpacking django-debug-toolbar
Downloading django-debug-toolbar-0.9.1.tar.gz (148Kb): 148Kb downloaded
Running setup.py egg_info for package django-debug-toolbar
Installing collected packages: django-debug-toolbar
Found existing installation: django-debug-toolbar 0.8.5
Uninstalling django-debug-toolbar:
Successfully uninstalled django-debug-toolbar
Running setup.py install for django-debug-toolbar
Successfully installed django-debug-toolbar
Cleaning up...
(Pinax-env) P:\Projects\Pinax>manage.py syncdb
Error: No module named debug_toolbar
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django...@googlegroups.com.
To unsubscribe from this group, send email to django-users...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.