On Nov 3, 7:47 am, stryderjzw <[EMAIL PROTECTED]> wrote:
> Hmm, I tried django_tagging, but it still gives me ImportErrors.  I
> think it's because, for django-tagging project, they internally look
> for tagging as the package name.

Yes I realised that after I posted - sorry.

There's nothing to stop you doing a search and replace for all 'from
tagging import x', though. Or you could set up a dummy project
'tagging' with just an __init__.py which does from django_tagging
import *, but that might not work if any of the existing code does a
deeper import.
--
DR.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to