Hello, I read Flickr Integration page on wiki [1] and I see that the third parties script FlickrClient was called through "from project.directory.file import module"
I tried the same with another lib in my views.py file but it does not work : ViewDoesNotExist at / Could not import project.app.views. Error was: No module named lib.flickr As flickr.py file is in /home/django/project/lib/ So how can I integrate such a third parties lib within Django ? btw, I use 0.96 version of Django. Regards, Nicolas [1] <http://code.djangoproject.com/wiki/FlickrIntegration> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---