<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, May 20, 2013 at 11:01 AM, Frank Cancio <span dir="ltr"><<a href="mailto:frank@gsc.uy" target="_blank">frank@gsc.uy</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi all,<br>
<br>
I developing an Activity for XO-1, sugar 0.94.1 and my procedure to<br>
test on a laptop is simple:<br>
<br>
1- Remove the old .py and .pyo files from the<br>
/home/olpc/Activities/MyActivityName<br>
<br>
2- Copy the new .py files for /home/olpc/Activities/MyActivityName<br></blockquote><div><br></div><div style>You can copy your new .py files in the directory.</div><div style>If the .pyo are older will be updated by python.</div>
<div> <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
3- Remove  from the Journal the entry created by the previous activity<br>
execution.(BTW, how can I do this by command line?)<br>
<br></blockquote><div><br></div><div style>You don't need do that if you didn't changed the structure of the saved file.</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

4- Execute the activity to see the changes I introduced in the new .py copied.<br>
<br>
The changes that I'm doing between tests cycle aren't simple, and some<br>
time I have the feeling that the activity I run is not running with my<br>
last changes.<br>
<br></blockquote><div><br></div><div style>Check if the python process of your last activity has really finished.</div><div style>You can see doing "ps ax | grep python" in the terminal.</div><div style>If your activity is doing something wrong,</div>
<div style>may is not finishing, and the next run can be confused.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

So, my questions is, exist any cache system or I must do anything else<br>
to make sure that the new .py files  get execute and not the code<br>
inside the files I delete?<br>
<br></blockquote><div><br></div><div style>No.</div><div style><br></div><div style>Gonzalo</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

Thanks in advance<br>
Frank<br>
_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@lists.laptop.org">Devel@lists.laptop.org</a><br>
<a href="http://lists.laptop.org/listinfo/devel" target="_blank">http://lists.laptop.org/listinfo/devel</a><br>
</blockquote></div><br></div></div>