Re: ImportError: No module named kivy, when run make html

2017-01-29 Thread Mathieu Bridon
On Sun, 2017-01-29 at 09:51 +, Martin Gansser wrote: > thanks for your answer. > > my question is, should i build for both python version the html files > ? > cd doc && make html PYTHONPATH=../build/lib.linux-%{_arch}- > %{python2_version} > cd .. > cd doc && make html PYTHONPATH=../build/lib.

Re: ImportError: No module named kivy, when run make html

2017-01-29 Thread Martin Gansser
thanks for your answer. my question is, should i build for both python version the html files ? cd doc && make html PYTHONPATH=../build/lib.linux-%{_arch}-%{python2_version} cd .. cd doc && make html PYTHONPATH=../build/lib.linux-%{_arch}-%{python3_version}

Re: ImportError: No module named kivy, when run make html

2017-01-28 Thread Mathieu Bridon
On Sat, 2017-01-28 at 18:40 +, Martin Gansser wrote: > thanks for your feedback, i run this from the doc dir of python-kivi > > [martin@fc25 doc]$ PYTHONPATH=.. python autobuild.py silenced=yes > [INFO   ] [Logger  ] Record log in > /home/martin/.kivy/logs/kivy_17-01-28_5.txt > [INFO   ] [

Re: ImportError: No module named kivy, when run make html

2017-01-28 Thread Martin Ueding
The _event module seems to be a Cython and not a regular Python module. I would assume that you have to compile the main program before you can use it. Another possibility would be that `python` is the wrong Python interpreter and another one (`python3` or perhaps something that can handle `.pyx` a

Re: ImportError: No module named kivy, when run make html

2017-01-28 Thread Martin Gansser
thanks for your feedback, i run this from the doc dir of python-kivi [martin@fc25 doc]$ PYTHONPATH=.. python autobuild.py silenced=yes [INFO ] [Logger ] Record log in /home/martin/.kivy/logs/kivy_17-01-28_5.txt [INFO ] [Kivy] v1.9.1 [INFO ] [Python ] v2.7.13 (default, Jan

Re: ImportError: No module named kivy, when run make html

2017-01-28 Thread Martin Ueding
Am 28.01.2017 um 18:16 schrieb Martin Gansser: > ImportError: No module named kivy It tries to import the kivy module (itself), but that is not available in the `doc` directory. So either call the `autobuild.py` from the root (such that the `kivy` directory is there, or call it with PYTHONPAT

ImportError: No module named kivy, when run make html

2017-01-28 Thread Martin Gansser
I am working on a review https://bugzilla.redhat.com/show_bug.cgi?id=1416705 and the build of the documentation fails with the following error message: + cd doc + make html mkdir -p build/html build/doctrees python autobuild.py silenced=yes Traceback (most recent call last): File "autobuild.py",