> I used pip for install  sorl.thumbnail  but "multiuploader" it isn't in
> the pip's repo

well, HOW did you install it? you can still tell pip to use a git or
mercurial repository, or a tarbal file, for example

(virtualenv) $ pip install git+git://
github.com/Lacrymology/cmsplugin_s3slider.git#egg=cmsplugin-s3slider

will install a cms plugin I forked that uses the s3 javascript slider
for image galleries in your virtualenv

But anyways, how *did* you install it? your issue is that your python
interpreter is not finding the package

--
"The whole of Japan is pure invention. There is no such country, there are
no such people" --Oscar Wilde

|_|0|_|
|_|_|0|
|0|0|0|

(\__/)
(='.'=)This is Bunny. Copy and paste bunny
(")_(") to help him gain world domination.

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to