<div dir="ltr">Hi Marc,<br><div class="gmail_extra"><br><div class="gmail_quote">2017-06-23 12:02 GMT+02:00 <span dir="ltr"><<a href="mailto:marc@toolz.fr" target="_blank">marc@toolz.fr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi,<br>
<br>
We wanted to have a look at the iTowns Demo, I have followed the instructions on <a href="http://www.itowns-project.org/" rel="noreferrer" target="_blank">http://www.itowns-project.org/</a><wbr>:<br>
"git clone -b gh-pages <a href="https://github.com/iTowns/itowns.git" rel="noreferrer" target="_blank">https://github.com/iTowns/itow<wbr>ns.git</a><br>
git clone <a href="https://github.com/iTowns/itowns-sample-data.git" rel="noreferrer" target="_blank">https://github.com/iTowns/itow<wbr>ns-sample-data.git</a><br>
python -m SimpleHTTPServer<br>
<br>
Now open <a href="http://localhost:8000/itowns-sample-data/" rel="noreferrer" target="_blank">http://localhost:8000/itowns-s<wbr>ample-data/</a> in a browser and enjoy!"<br>
Note:<br>
with python 3 I had to change the line:<br>
"python -m SimpleHTTPServer"<br>
with<br>
"python -m http.server 8000"<br>
<br>
Unfortunately I keep on getting a:<br>
"Error code: 404<br>
<br>
Message: File not found.<br>
<br>
Error code explanation: HTTPStatus.NOT_FOUND - Nothing matches the given URI."<br>
in the browser, and:<br>
<br>
"C:\Windows\system32>python -m http.server 8000<br></blockquote><div><br></div><div>The command has to be run in the same folder where you "git clone"'d the repositories.</div><div>You should have both an "itowns" and "itowns-sample-data" folders in that same folder (which is how Python finds the content for <a href="http://localhost:8000/itowns-sample-data/">http://localhost:8000/itowns-sample-data/</a> : <a href="http://localhost:8000/">http://localhost:8000/</a> corresponds to the folder you run the Python command in)</div></div><br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div style="font-size:12.8px"><br>Cordialement,</div><div style="font-size:12.8px">-- </div><div style="font-size:12.8px">Thomas Broyer</div><div style="font-size:12.8px">Atol Conseils et Développements</div><div><br></div></div></div>
</div></div>