Problem with building calibre-4.1.0 from source?
by shams from LinuxQuestions.org on (#4SEPK)
In ubuntu 19.04, i want to build the calibre from source calibre-4.1.0 when i run the setup.py in the source dir get this error:
Code:./setup.py linux64
*
* Running linux64
*
Cannot find the bypy code. Set the environment variable BYPY_LOCATION to point to itI set the path for calibre source with the export path this is the echo result:
Code:echo $CALIBRE_DEVELOP_FROM
$:/home/user/apps/calibre/calibre-4.1.0and for the BYPY_LOCATION:
Quote:
any help please?


Code:./setup.py linux64
*
* Running linux64
*
Cannot find the bypy code. Set the environment variable BYPY_LOCATION to point to itI set the path for calibre source with the export path this is the echo result:
Code:echo $CALIBRE_DEVELOP_FROM
$:/home/user/apps/calibre/calibre-4.1.0and for the BYPY_LOCATION:
Quote:
| echo $BYPY_LOCATION $:/home/user/apps/calibre/calibre-4.1.0/bypy |