Yes, great ;) that worked. I put it in my root Apps folder...
> On Tue, Jun 29, 2010 at 4:35 PM, justin jools <
justinjo...@gmail.com> wrote:
> > I've installed Django Tagging SVN checkout, 0.3.1 zip, 0.3 exe and
> > 0.2.1 versions
> > and I keep getting 'no module named tagging' when I try to run python
> > manage.py syncdb.
>
> > I've checked my Python path and added extra links:
> > C:\Python26\Lib\site-packages\tagging;
> > C:\Python26\Lib\site-packages;
> > C:\Python26;
> > C:\Python26\Scripts;
> > C:\Python26\Lib\site-packages\django\bin;
>
> > and other modules are woking no problem, so it leads me to believe
> > there is something wrong with the module?
>
> Have you installed tagging module? If not, just place that module parallel
> to your apps, check INSTALLED_APPS and try once more?
>