Re: [Tutor] downloading modules for both python 2 and 3

2017-04-09 Thread Mats Wichmann
On 04/09/2017 02:20 AM, Peter Otten wrote: > Benjamin Fishbein wrote: > >> I’ve been writing an app using Kivy, and now I want to test it out on an >> iPhone. However, this can currently only be done in Python 2. >> https://kivy.org/docs/guide/packaging-ios.html >>

Re: [Tutor] downloading modules for both python 2 and 3

2017-04-09 Thread Peter Otten
Benjamin Fishbein wrote: > I’ve been writing an app using Kivy, and now I want to test it out on an > iPhone. However, this can currently only be done in Python 2. > https://kivy.org/docs/guide/packaging-ios.html > But when I import kivy in > Python

[Tutor] downloading modules for both python 2 and 3

2017-04-09 Thread Benjamin Fishbein
I’ve been writing an app using Kivy, and now I want to test it out on an iPhone. However, this can currently only be done in Python 2. https://kivy.org/docs/guide/packaging-ios.html But when I import kivy in Python2, I get an ImportError. ImportErr