Re: jquery problem

2011-01-17 Thread sureronald
Confirm the plugin's jquery version requirement. Maybe the plugin
requires another jquery version

On Jan 17, 8:48 am, Tony Lambropoulos  wrote:
> Prashanth,
> This has to do with django because they work outside of django.
>
> On Mon, Jan 17, 2011 at 6:12 AM, Prashanth  wrote:
> > Hi Tony,
>
> > On Mon, Jan 17, 2011 at 8:57 AM, Tony  wrote:
>
> >>  Unfortunately, I can't get any other plugins to work that I download.  No
> >> other jquery
> >> plugins seem to work and Im pretty sure I have the directory paths
> >> right and everything.
>
> > Very lame, How would someone know why something dint work?
>
> >> Then I try to add other plugins and none will work.
>
> > How is this related to Django? Hit Jquery mailing list.
>
> > --
> > regards,
> > Prashanth
> > twitter: munichlinux
> > blog: honeycode.in
> > irc: munichlinux, JSLint, munichpython.
>
> > --
> > 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.

-- 
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.



Whoosh: 'module' object has no attribute 'FileStorage'

2010-11-03 Thread sureronald
Hi all,

I am using Whoosh version 1.2.5 to allow for full text search on my
models. I was using this guideline from here
http://www.arnebrodowski.de/blog/add-full-text-search-to-your-django-project-with-whoosh.html
but I keep getting the error 'module' object has no attribute
'FileStorage'
Has this attribute has been deprecated? I checked and confirmed that
the attribute FileStorage is actually not there but there's one with
the name Storage. Is this it's replacement?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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.