then either you wait for the new release, or you upgrade your kivy
install using this procedure:
http://kivy.org/docs/installation/installation-windows.html#use-development-kivy
cheers
On Tue, Mar 05, 2013 at 02:42:11PM -0800, James Kwan wrote:
> Sorry I forgot to mention that I'm on Win 7. I installed kivy using the
> package on the site for Windows.
>
> On Tuesday, March 5, 2013 5:22:04 PM UTC-5, Sam Brotherton wrote:
> >
> > depends on how you installed kivy in the first place, and what OS you're
> > using. If you're on linux, just go to a directory and run
> >
> > sudo pip uninstall kivy
> > git clone
https://github.com/kivy/kivy.git
> > cd kivy
> > sudo python setup.py install
> >
> > And you should be good to go.
> >
> >
> > On Tue, Mar 5, 2013 at 2:19 PM, James Kwan <
kwanj...@gmail.com<javascript:>
> > > wrote:
> >
> >> So then if it is fixed how do I get it to work in my code? Do I need to
> >> re-install kivy?
> >>
> >>
> >> On Tuesday, February 19, 2013 9:11:32 PM UTC-5, woolly.t...@gmail.comwrote:
> >>
> >>> Hi everyone! I'm new to Kivy and have been bashing my head against this
> >>> problem for a few hours now. I've read the list view documentation
> >>> <
http://kivy.org/docs/api-kivy.uix.listview.html>along with its source
> >>> code and exhausted my google-fu.
> >>>
> >>> How do you get ListView to work in a .kv file? The two solutions given
> >>> in examples, list_simple_in_kv.py<
https://github.com/kivy/kivy/blob/master/examples/widgets/lists/list_simple_in_kv.py>and
> >>> list_simple_in_kv_2.py<
https://github.com/kivy/kivy/blob/master/examples/widgets/lists/list_simple_in_kv_2.py>,
> >>> cause an error in python. I've attached the program output as error.txt.
> >>> Essentially, ListView raises an exception, "item_strings needed or an
> >>> adapter". I get the same error when I try to implement a basic list in a
> >>> Kivy file, like so:
> >>> ListView:
> >>> item_strings:[str(index) for index in xrange(100)]
> >>> raises exception "item_strings needed or an adapter".
> >>>
> >>> Can anyone shed light on what is going on here? How are you supposed to
> >>> implement a ListView in a .kv file?
> >>>
> >>> Kivy 1.5.1, mobile installation
> >>> Python 2.7.3
> >>>
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "Kivy users support" group.
> >> To unsubscribe from this group and stop receiving emails from it, send an
> >> email to
kivy-users+...@googlegroups.com <javascript:>.