Message254349
| Author |
lac |
| Recipients |
lac |
| Date |
2015年11月08日.17:36:01 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1447004161.31.0.19011460804.issue25585@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Somebody reported this today:
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.
----------------
The problem was that they needed to set their PATH properly so kivy could be found.
Couldn't we generate a more informative error message here?
Is the %1 even correct? |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015年11月08日 17:36:01 | lac | set | recipients:
+ lac |
| 2015年11月08日 17:36:01 | lac | set | messageid: <1447004161.31.0.19011460804.issue25585@psf.upfronthosting.co.za> |
| 2015年11月08日 17:36:01 | lac | link | issue25585 messages |
| 2015年11月08日 17:36:01 | lac | create |
|