Django Tagging: no module named tagging, locally win7

625 views
Skip to first unread message

justin jools

unread,
Jun 29, 2010, 7:05:49 AM6/29/10
to Django users
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?

Any help please.

Venkatraman S

unread,
Jun 29, 2010, 7:19:53 AM6/29/10
to django...@googlegroups.com
Have you installed tagging module? If not, just place that module parallel to your apps, check INSTALLED_APPS and try once more?

-V-
http://twitter.com/venkasub

justin jools

unread,
Jun 29, 2010, 7:38:42 AM6/29/10
to Django users
I tried installing by python setup.py install: SVN checkout, 0.3.1
zip and also tried installing binary 0.3 exe.
They all installed fine everytime, I also just tried moving 'tagging'
to python/Lib/site-packages

It seems that Python isnt finding it.

On Jun 29, 12:19 pm, Venkatraman S <venka...@gmail.com> wrote:
> -V-http://twitter.com/venkasub- Hide quoted text -
>
> - Show quoted text -

justin jools

unread,
Jun 29, 2010, 7:43:27 AM6/29/10
to Django users
Yes, great ;) that worked. I put it in my root Apps folder...
seems very strange that it doesnt work in site-packages.

Anyway this will do fine :)

On Jun 29, 12:19 pm, Venkatraman S <venka...@gmail.com> wrote:
> 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?
>

Venkatraman S

unread,
Jun 29, 2010, 7:41:06 AM6/29/10
to django...@googlegroups.com

On Tue, Jun 29, 2010 at 5:08 PM, justin jools <justi...@gmail.com> wrote:
I tried installing by python setup.py install: SVN checkout,  0.3.1
zip and also tried installing binary 0.3 exe.
They all installed fine everytime, I also just tried moving 'tagging'
to python/Lib/site-packages

It seems that Python isnt finding it.

Go into Project folder and from the 'shell'  try importing tagging.
Also, did you try by moving tagging inside your project folder?
Reply all
Reply to author
Forward
0 new messages