Andrea,<br><br>an update, thanks to Osvaldo tip I managed to install flickrapi without errors. I just needed to install the python2.5-dev package, again from chinook extras repository.<br><br>Lauro and Osvaldo, having you guys around is very useful. :D
<br><br><div class="gmail_quote">On Nov 16, 2007 4:03 PM, Marcelo Lira &lt;<a href="mailto:setanta@gmail.com">setanta@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Andrea,<br><br>there is a patched version of qemu-arm[1] maintained by Lauro Venâncio, I installed it on my scratchbox and a lot of warnings like yours have disappeared. I even tried to install the flickr library, but didn&#39;t succeed for the lack of 
distutils.core package, but this is another problem. I at least have entered the flickrapi directory, started python2.5 and successfully imported all but one file (tokencache.py).<br><br>So, here goes the procedure to install the patched qemu, These are to be performed on the host machine, outside scratchbox, and it will be better to be logged out from it. Thanks to Lauro for the tips.
<br><br>1. You need gcc 3.4<br>sudo apt-get install gcc-3.4<br><br>2. Get the patched qemu-arm. Notice that the patches are already applied, everything is here, and you don&#39;t need to get the qemu sources.<br><br>svn co 
<a href="https://qemu-arm-eabi.svn.sourceforge.net/svnroot/qemu-arm-eabi" target="_blank">https://qemu-arm-eabi.svn.sourceforge.net/svnroot/qemu-arm-eabi</a> qemu-arm-eabi<br>cd qemu-arm-eabi<br>./configure --target-list=arm-linux-user --static
<br>make<br><br>3. Copy qemu to the cputransp dir on scratchbox<br>sudo cp arm-linux-user/qemu-arm /scratchbox/devkits/cputransp/bin/qemu-arm-eabi-sb2<br><br>4. Add it to the list of cputransp methods. Open the file<br>sudo vim /scratchbox/devkits/cputransp/etc/cputransp-methods
<br><br>and add this line:<br><br>qemu-arm-eabi-sb2<br><br>5. Configure the target to use the patched qemu as transparency method. Edit the file:<br>vim /scratchbox/users/USERNAME/targets/SDK_BETA_ARMEL.config<br><br>and change this line:
<br><br>SBOX_CPUTRANSPARENCY_METHOD=/scratchbox/devkits/cputransp/bin/qemu-arm-eabi-sb2<br><br>And this is it. Enter scratchbox and start python (i&#39;m using 2.5, from extras repository). With the regular qemu just starting it will cause a lot of warning messages to appear, but with the qemu-arm-eabi everything should went smoothly.
<br><br><br>[1] <a href="http://sourceforge.net/projects/qemu-arm-eabi/" target="_blank">http://sourceforge.net/projects/qemu-arm-eabi/</a><br><font color="#888888"><br>-- <br>Marcelo Lira dos Santos<br><a href="http://setanta.wordpress.com" target="_blank">
http://setanta.wordpress.com
</a><br>@CInLUG: <a href="http://www.cin.ufpe.br/%7Ecinlug" target="_blank">http://www.cin.ufpe.br/~cinlug</a><br>@Ciência Livre: <a href="http://www.ciencialivre.pro.br" target="_blank">http://www.ciencialivre.pro.br</a>
<br>@INdT: <a href="http://www.indt.org.br" target="_blank">
http://www.indt.org.br</a>
</font></blockquote></div><br><br clear="all"><br>-- <br>Marcelo Lira dos Santos<br><a href="http://setanta.wordpress.com">http://setanta.wordpress.com</a><br>@CInLUG: <a href="http://www.cin.ufpe.br/~cinlug">http://www.cin.ufpe.br/~cinlug
</a><br>@Ciência Livre: <a href="http://www.ciencialivre.pro.br">http://www.ciencialivre.pro.br</a><br>@INdT: <a href="http://www.indt.org.br">http://www.indt.org.br</a>