Re: how to make install package for applications written in python

2007-04-24 Thread Diego Escalante
In case it's useful for someone, when I play with setuptools in python and do: $ sudo python setup.py install I later find myself looking for setup.py uninstall, sadly there's no uninstall. So the other day I came to this solution: $ sudo ./setup.py install --record a $ for i in `cat a`; do ech

Re: OT: Exchanging Europe discount code for MY American discount code

2007-02-26 Thread Diego Escalante
Just to close this topic, I will receive my n800 from a friend on US. The person that was able to come from Spain with my n800 is no longer in Spain, so it's useless for me to obtain an European code now :(. A friend on the US is going to help me. Thanks anyway :) Diego __

OT: Exchanging Europe discount code for MY American discount code

2007-02-22 Thread Diego Escalante
Hello everybody, Sorry for the OT, but this list is the most appropiate place to ask for this I think. I was lucky enough to get a discount code for an n800, since I'm not European nor North-American I got a code that I assumed was for Europe since the email said 'you can use this on $europe_cou

Re: [maemo-developers] Re: [maemo-users] Game Bomberman: on-screen buttons

2007-01-24 Thread Diego Escalante
I would rather make a real pad on one side and put the bomb button in the middle. But that's me used to classic controllers, I would have to try this style :). Great work anyway! On 1/23/07, Levi Bard <[EMAIL PROTECTED]> wrote: > Please test this version and give us some feedback what you thin

Re: [maemo-developers] Newcommer question(emulator/major work/discount)

2007-01-24 Thread Diego Escalante
On 1/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Hi there, Know maemo project for several months and start to do sth for it(or learn sth from it) now Well,"The first thing you can do is to download and start using the maemo development platform" But before that anyone can tell me so

Re: [maemo-developers] N800 GUI Improvements from a Newton Developer's Perspective

2007-01-21 Thread Diego Escalante
Hi! On 1/21/07, Sean Luke <[EMAIL PROTECTED]> wrote: After using the N800 for a week or two, which of course qualifies me as Knowing All Things About It :-), I've thrown together a web page describing various places the N800's GUI could be improved, and some ugly bugs, from the perspective of a

Re: [maemo-developers] Can Epiphany-browser be ported to Maemo ?

2007-01-20 Thread Diego Escalante
I have some time humbly contributing to Epiphany and with a local friend we have set as a summer goal to at least try to get Ephy working in Win32 (by no reason at all, we just want to try and if it works, great!). Porting to maemo would be highly related, at least in the most complicated part th

Re: [maemo-developers] Re: Translate Canola to your language!

2007-01-12 Thread Diego Escalante
Gustavo, there are some little mistakes in the spanish translation (not worth a patch): In line 24 of file canola-applet/po/es_ES.po: the message reads: msgstr "¡No se ha podido analizar a colección!" should read: msgstr "¡No se ha podido analizar la colección!" (note the new 'l') Also in the

Re: [maemo-developers] Install development packages

2007-01-11 Thread Diego Escalante
On 1/11/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > On 1/11/07, Jean-Luc Biord <[EMAIL PROTECTED]> wrote: > > Hello, > > I want to port an existing gtk program to the 770. When I launch the > > ./configure script, some packages are required and are not present in > > rootstrap (i386 and

Re: [maemo-developers] localization issue on maemo 3.0

2007-01-11 Thread Diego Escalante
Just in case... I just discovered that I had to set LANGUAGE=es env var on my Ubuntu box to use another language (Spanish), I doubt it's useful for you but you never now... Good Luck Diego ___ maemo-developers mailing list maemo-developers@maemo.org

Re: [maemo-developers] Install development packages

2007-01-10 Thread Diego Escalante
On 1/11/07, Jean-Luc Biord <[EMAIL PROTECTED]> wrote: Hello, I want to port an existing gtk program to the 770. When I launch the ./configure script, some packages are required and are not present in rootstrap (i386 and armel). Hi Jean-Luc My 2 questions : 1. Who to install the needeed packa