[using pip with 0.5.2]

Thomas De Schampheleire patrickdepinguin at gmail.com
Sat Aug 15 11:12:55 UTC 2020


On Sat, Aug 15, 2020, 12:13 Uwe Brauer <oub at mat.ucm.es> wrote:

>
>    > On Sat, Aug 15, 2020, 09:58 Uwe Brauer <oub at mat.ucm.es> wrote:
>
>
>    > I'm not sure what the problem really is here, but if you only get
> this for
>    > the license check and you are just evaluating if kallithea fits your
> needs,
>    > you could comment out the check in
>    >
> home/oub/.local/lib/python2.7/site-packages/kallithea/bin/kallithea_cli_front_end.py
>

Yes, comment out the part that you pasted.



> And compilation would be with
>
> python2.7 -m py_compile kallithea_cli_front_end.py
>

You don't need to compile python. It is an interpreted language. Python
itself will perform some form of compilation in the background, but it is
not a real compilation like e.g. C. For example, that compilation will find
syntax errors but not incorrect parameter passing.
The py_compile step you showed does the same and is a quick way to check
your syntax but not in any way mandatory.

Best regards
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sfconservancy.org/pipermail/kallithea-general/attachments/20200815/87b23ad2/attachment.html>


More information about the kallithea-general mailing list