Re: Trying out Kivy

2015-11-14 Thread Cecil Westerhof
On Friday 13 Nov 2015 21:10 CET, Cecil Westerhof wrote: > On Friday 13 Nov 2015 20:53 CET, Michael Torrie wrote: > >> On 11/13/2015 11:30 AM, Cecil Westerhof wrote: >>> On Friday 13 Nov 2015 18:21 CET, Michael Torrie wrote: >>> On 11/13/2015 09:33 AM, Cecil Westerhof wrote: > I tried to

Re: Trying out Kivy

2015-11-14 Thread bayang
Le 14 nov. 2015 13:00, "Cecil Westerhof" a écrit : > > On Friday 13 Nov 2015 21:10 CET, Cecil Westerhof wrote: > > > On Friday 13 Nov 2015 20:53 CET, Michael Torrie wrote: > > > >> On 11/13/2015 11:30 AM, Cecil Westerhof wrote: > >>> On Friday 13 Nov 2015 18:21 CET, Michael

Re: Trying out Kivy

2015-11-14 Thread Michael Torrie
On 11/14/2015 04:51 AM, Cecil Westerhof wrote: > I tried to install v1.8.0 with: > pip3 install -I kivy==1.8.0 Why are you trying to install the non-current version of kivy? Did you install pygame successfully? -- https://mail.python.org/mailman/listinfo/python-list

Re: Trying out Kivy

2015-11-13 Thread Terry Reedy
On 11/13/2015 11:33 AM, Cecil Westerhof wrote: I tried out the ‘standard’ Kivy application: from kivy.app import App from kivy.uix.button import Button class TestApp(App): def build(self): return Button(text='Hello

Re: Trying out Kivy

2015-11-13 Thread Michael Torrie
On 11/13/2015 09:33 AM, Cecil Westerhof wrote: > I tried to install pygame and PIL with pip3, but that did not find > anything. The replacement for PIL is called Pillow. I'm not sure if it's a drop-in replacement or not. If it's not, then you'd have to modify Kivy to import from Pillow.

Re: Trying out Kivy

2015-11-13 Thread bayang
Le 13/11/2015 18:23, Terry Reedy a écrit : On 11/13/2015 11:33 AM, Cecil Westerhof wrote: I tried out the ‘standard’ Kivy application: from kivy.app import App from kivy.uix.button import Button class TestApp(App): def

Re: Trying out Kivy

2015-11-13 Thread Cecil Westerhof
On Friday 13 Nov 2015 18:21 CET, Michael Torrie wrote: > On 11/13/2015 09:33 AM, Cecil Westerhof wrote: >> I tried to install pygame and PIL with pip3, but that did not find >> anything. > > The replacement for PIL is called Pillow. I'm not sure if it's a > drop-in replacement or not. If it's

Re: Trying out Kivy

2015-11-13 Thread Michael Torrie
On 11/13/2015 11:30 AM, Cecil Westerhof wrote: > On Friday 13 Nov 2015 18:21 CET, Michael Torrie wrote: > >> On 11/13/2015 09:33 AM, Cecil Westerhof wrote: >>> I tried to install pygame and PIL with pip3, but that did not find >>> anything. >> >> The replacement for PIL is called Pillow. I'm not

Re: Trying out Kivy

2015-11-13 Thread Cecil Westerhof
On Friday 13 Nov 2015 20:53 CET, Michael Torrie wrote: > On 11/13/2015 11:30 AM, Cecil Westerhof wrote: >> On Friday 13 Nov 2015 18:21 CET, Michael Torrie wrote: >> >>> On 11/13/2015 09:33 AM, Cecil Westerhof wrote: I tried to install pygame and PIL with pip3, but that did not find

Re: Trying out Kivy

2015-11-13 Thread bayang
Le 13/11/2015 21:10, Cecil Westerhof a écrit : Purge log fired. Analysing... Purge finished! [INFO ] [Logger ] Record log in /home/cecil/.kivy/logs/kivy_15-11-13_28.txt [INFO ] [Kivy] v1.9.0 [INFO ] [Python ] v3.4.1 (default, May 23 2014,