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.
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}
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 ] [
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
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
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
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",