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
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 Torrie wrote:
> >>>
> >
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 i
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,
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 anyth
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
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 not
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 build(self
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 World'
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. Pillow
10 matches
Mail list logo