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 echo "bye $i"; sudo rm -f $i; done

Hope it helps someone!.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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_countries'.
Guess what, it looks like it's for USA.

Yesterday I tried to finally buy my n800 since I have a friend
spending some days at Europe, he will obviously come back to Perú
(where I live) and bring the n800 with him.
The problem is that now I have a friend on Europe, a code for USA and
only 5 days to solve this mess.

Possibilities that makes you able to help me :) :
a) You are coming to Peru anytime soon from the USA
b) You moved to USA by the time you received your code it was an
European one and you ended up like me!
c) You own DHL or something similar and basically you can transport
anything from anywhere to anywhere
d) You just want to help :)

So basically if you understood what I said, I need to exchange my
apparently american code for your european code.
If by any reason you can help me with this, I would owe you a nice
postcard :). Note that this is not a futile scam email.


Greetings everyone,

Diego
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 think of it!
> Have fun!

Looks great!  I'd swap the up/down buttons with the power/bomb
buttons, though, so one can use the hardware d-pad with the left and
bomb with the right, if one so chooses.

--
Just stop and take your secret journey, you will be a new box. --Leeta
http://www.gnu.org/philosophy/shouldbefree.html
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 something about  maemo briefly:

1.has Emulator?(or must have N800 to test the application? No N800 at the
moment)

I don't know if it's the technically correct term, but you can use the
maemo environment inside "scratchbox" that in practical terms will
result in an "emulator" of the n800/n770 env.

Read the tutorial for Bora (latest release):
http://www.maemo.org/platform/docs/howtos/Maemo_tutorial_bora.html

Greetings,

Diego
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 Newton developer (myself).  As I
like the N800 I tried to be fair and reasonable, exorcising most of
my snark, but sometimes I couldn't help myself, sorry.

Before I made the site public, I thought I'd post it to the
developers' group and ask for some comments, agreements, and
disagreements.  The site URL may change afterwards.

http://cs.gmu.edu/~sean/stuff/n800/


Really nice review!. I don't own a n800 (nor a n770) but I can agree
with you in every aspect of your review.
One thing I have always disliked of the Hildon UI is the eye-candy
part, the icons are just ugly and inconsistent.

Is there any official HIG for maemo? I only found
http://maemo.org/maemowiki/MaemoUserInterfaceChecklist on a quick
search in maemo.org.

Some stuff like the dialog actions (the delete email thing you
mention) could be borrowed from the GNOME HIG.

Congrats for your good review.

Greetings


Diego


Sean Luke

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 that is stripping the GNOME parts out of Ephy, as for
the mozilla part I'm not aware of the current state of projects like
Minimo or anyother relevant ones.

I would be interested in helping (and getting helped by) anyone who
wants to try since I will be trying to do it by myself soon.
Again, I plan to begin only by producing a "non gnome" version. That
alone would help a lot for porting to maemo or win32 (which is my
original plan).

Tips and advices accepted!.

Greetings,

On 1/20/07, Antonio Gomes <[EMAIL PROTECTED]> wrote:

Yes it can. Some needed jobs to get epiphany ported :

* mozilla engine would require some changes/optimizations to build/run on armel.
ps: making it fast in a suitable end-user way requires even more hackings.
* epiphany currently is so  tied to gnome that such port would also
require lots dependencies to be removed from the source base, and some
features to be commented out, so on ...
* a hildonized ui - the easiest part

... a good project, anyways

On 1/19/07, Anuj Verma (Kevin) <[EMAIL PROTECTED]> wrote:
> Out of curiosity, I will love to know if Epiphany can be ported to
> Maemo platform for Nokia 770 & N800 devices. I certainly don't wanna miss
> my favorite browser on N800.
>
> http://www.gnome.org/projects/epiphany/
>
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
>


--
--Antonio Gomes
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 file libcanola-plugins-base/po/es_ES.po:
reads:
 msgstr "Imagen"
should read:
 msgstr "Imágen"

I hope it's useful.

See ya

Diego
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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 armel).
> Hi Jean-Luc
>
> >
> > My 2 questions :
> >
> > 1. Who to install the needeed packages? On .deb (where is the good
> > repository ?) or with tar file sources? Because the repository present
> > in rootstrap will not download the packages (the .deb packages are
> > downloaded on my PC without scratchbox when I use "apt-get install").
> >
> Do you mean that when you apt-get something outside scratchbox it
> works? If that's what you mean then you are making a mistake:
> scratchbox's apt is not the same as your main system's apt. That
> includes the available packages and the repositories. Maybe I
> misunderstood you?

No it's that. I understood that repositories are differents inside and outside
the rootstrap. Here my real problem, I want to build a gtk game (teg, a risk
like game):

You reminded me of Tetris, now I'm dying to port gnome-tetris...



- On my pc host, when I launch ./configure, an error occurs with libgnomeui
required. With apt-get, the package is found and installed then ./configure
continue without error and build the Makefile, ok.
- In rootstrap, the same problem occurs but I don't know who to install the
package (libgnomeui-dev.deb). apt-get display an error and the package is not
installed.
This package exists for rootsrap and where? Or it is required to build from a
source tgz ?

Look at this Guide:
http://maemo.org/platform/docs/howtos/howto_porting_to_maemo_bora.html

Search for "libgnomeui" and you'll find some info on how to remove
gnome bits from your ported application.



Sorry for my certainly poor English and thanks
>
>
> > 2. Who to download a repository for rootstrap (i386 and armel) to
> > install the packages offline (For computers without internet) ?
> You can do apt-get -d install packages and the collect the packages
> from /var/cache/apt/archives/, put them on the other pc and just do
> dpkg -i packages.
Thanks for this information, I come from Mandriva and I do not know apt-get
well.

No problem! :)


>
> >
> > Thanks,
> No problem :)
>
> >
> > Jean-Luc Biord
> > ___
> > maemo-developers mailing list
> > maemo-developers@maemo.org
> > https://maemo.org/mailman/listinfo/maemo-developers
> >
> ___
> maemo-developers mailing list
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers
>


--
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


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
https://maemo.org/mailman/listinfo/maemo-developers


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 packages? On .deb (where is the good
repository ?) or with tar file sources? Because the repository present
in rootstrap will not download the packages (the .deb packages are
downloaded on my PC without scratchbox when I use "apt-get install").


Do you mean that when you apt-get something outside scratchbox it
works? If that's what you mean then you are making a mistake:
scratchbox's apt is not the same as your main system's apt. That
includes the available packages and the repositories. Maybe I
misunderstood you?



2. Who to download a repository for rootstrap (i386 and armel) to
install the packages offline (For computers without internet) ?

You can do apt-get -d install packages and the collect the packages
from /var/cache/apt/archives/, put them on the other pc and just do
dpkg -i packages.



Thanks,

No problem :)



Jean-Luc Biord
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers