[Tutor] Regarding to kivy installation
Laura Creighton
lac at openend.se
Sat Nov 7 08:51:21 EST 2015
In a message of Sat, 07 Nov 2015 09:09:28 +0530, shubham sharma writes:
>Respected sir/madam,
>hello to all members of python.org . I had successfully downloaded kivy on
>window7 64-bit version.but when i try to install it then it show me error
>like:
> Traceback (most recent call last):
> File "C:/Python27/kivyhello.py", line 4, in <module>
> from kivy.app import App
> File "C:/Python27\kivy\app.py", line 316, in <module>
> from kivy.base import runTouchApp, stopTouchApp
> File "C:/Python27\kivy\base.py", line 30, in <module>
> from kivy.event import EventDispatcher
> File "C:/Python27\kivy\event.py", line 8, in <module>
> import kivy._event
> ImportError: DLL load failed: %1 is not a valid Win32 application.and the
>application close .
>i kindly request to all please suggest me some ways to solve it .
>Thank you
Your problem is likely that you need to set your path properly so the libraries can be found.
http://stackoverflow.com/questions/14629818/importerror-dll-load-failed-1-is-not-a-valid-win32-application
I am not a windows user, but
https://docs.python.org/3/using/windows.html says how you are to configure
your PATH.
And this mailing list is full of windows users, all of whom can probably
explain this a whole lot better than I, or the docs can, given that
they know this is the (likely) problem.
Laura
More information about the Tutor
mailing list