<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Aug 15, 2020, 12:13 Uwe Brauer <<a href="mailto:oub@mat.ucm.es">oub@mat.ucm.es</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
   > On Sat, Aug 15, 2020, 09:58 Uwe Brauer <<a href="mailto:oub@mat.ucm.es" target="_blank" rel="noreferrer">oub@mat.ucm.es</a>> wrote:<br>
<br>
<br>
   > I'm not sure what the problem really is here, but if you only get this for<br>
   > the license check and you are just evaluating if kallithea fits your needs,<br>
   > you could comment out the check in<br>
   > home/oub/.local/lib/python2.7/site-packages/kallithea/bin/kallithea_cli_front_end.py<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">Yes, comment out the part that you pasted.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
And compilation would be with <br>
<br>
python2.7 -m py_compile kallithea_cli_front_end.py<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">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.</div><div dir="auto">The py_compile step you showed does the same and is a quick way to check your syntax but not in any way mandatory.</div><div dir="auto"><br></div><div dir="auto">Best regards</div><div dir="auto">Thomas</div></div>