PySexy

2008-04-22 Thread Jeffrey Barish
Does anyone know whether a port of PySexy (and libsexy) for maemo exists? It provides some useful gtk widgets. -- Jeffrey Barish ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

New release - Python2.5.2 - OS2007/2008

2008-04-22 Thread Luciano Miguel Wolf
I am pleased to announce Python2.5.2 for Maemo OS2007 / OS2008. This new release is available from: http://pymaemo.garage.maemo.org What's it? -- Python for Maemo (PyMaemo for short) main objective is to make possible to use Python programming language as the scripting and development lan

Re: Porting packages from debian

2008-04-22 Thread Ryan Pavlik
Marius Gedminas wrote: > On Tue, Apr 22, 2008 at 10:55:27AM +0200, Ryan Pavlik wrote: > >> Graham Cobb wrote: >> >>> On Tuesday 22 April 2008 08:58:29 Arto Karppinen wrote: >>> >>> If i get a debian package sources from debian website and compile it in Maemo, what should

Re: Porting packages from debian

2008-04-22 Thread Marius Gedminas
On Tue, Apr 22, 2008 at 09:44:21AM +0100, Graham Cobb wrote: > > - Should i add something to the package version, like lib_1.2.3-mypkg1, > > or something? > > I tend to do that if I have made some substantive change. So, changes to the > build process wouldn't count, but changes to the behaviour

Re: Porting packages from debian

2008-04-22 Thread Marius Gedminas
On Tue, Apr 22, 2008 at 10:55:27AM +0200, Ryan Pavlik wrote: > Graham Cobb wrote: > > On Tuesday 22 April 2008 08:58:29 Arto Karppinen wrote: > > > >> If i get a debian package sources from debian website and compile it in > >> Maemo, what should i do to debian/* files? ... > >> - Should i chang

Re: [pymaemo] Pluthon: Cannot launch application: String index out of range: -1

2008-04-22 Thread Andrea Grandi
Hi, maybe I've found the "bug" :) Look here: > 4) Project Name: Pluthon1 > > 5) Location: /home/andy80/documenti/sviluppo/Pluthon1 and this works... the project that didn't work had these data: Project Name: PluthonTest3 Location: /home/andy80/documenti/sviluppo/Pluthon I think that the loc

Re: [pymaemo] Pluthon: Cannot launch application: String index out of range: -1

2008-04-22 Thread Glauber Ferreira
On Tue, Apr 22, 2008 at 10:55 AM, Andrea Grandi <[EMAIL PROTECTED]> wrote: > Hi, > > I've checked right now. No log is present :( > > The only log I had was of april 19, 2008. I ran tha application right > now, and no log is generated. I send you the only file I've found but > I don't think it's t

Re: [pymaemo] Pluthon: Cannot launch application: String index out of range: -1

2008-04-22 Thread Glauber Ferreira
Hi. Eclipse log file is located at WORKSPACE_DIR/.metadata/.log You can also view its content through the *Error Log* View at Eclipse (menu Window >> Show View >> Error Log). []s Glauber Ferreira. On Tue, Apr 22, 2008 at 10:28 AM, Andrea Grandi <[EMAIL PROTECTED]> wrote: > Hi, > > 2008/4/22, G

Re: [pymaemo] Pluthon: Cannot launch application: String index out of range: -1

2008-04-22 Thread Andrea Grandi
Hi, 2008/4/22, Glauber Ferreira <[EMAIL PROTECTED]>: > Hi Andrea. > > According to the attached log, it seems that all the project files are > copied to the device. > Could you send me the full stacktrace (of > java.lang.StringIndexOutOfBoundsException) generated by the > Eclipse Error Log? where

Re: [pymaemo] Pluthon: Cannot launch application: String index out of range: -1

2008-04-22 Thread Glauber Ferreira
Hi Andrea. According to the attached log, it seems that all the project files are copied to the device. Could you send me the full stacktrace (of java.lang.StringIndexOutOfBoundsException) generated by the Eclipse Error Log? []s Glauber Ferreira On Sat, Apr 19, 2008 at 1:32 PM, Andrea Grandi <[E

Re: Porting packages from debian

2008-04-22 Thread Ryan Pavlik
Graham Cobb wrote: > On Tuesday 22 April 2008 08:58:29 Arto Karppinen wrote: > >> If i get a debian package sources from debian website and compile it in >> Maemo, what should i do to debian/* files? >> > > Different people use different approaches. One thing to consider is using > MUD >

Re: Porting packages from debian

2008-04-22 Thread Graham Cobb
On Tuesday 22 April 2008 08:58:29 Arto Karppinen wrote: > If i get a debian package sources from debian website and compile it in > Maemo, what should i do to debian/* files? Different people use different approaches. One thing to consider is using MUD (http://mud-builder.garage.maemo.org/) as i

Porting packages from debian

2008-04-22 Thread Arto Karppinen
If i get a debian package sources from debian website and compile it in Maemo, what should i do to debian/* files? - Should i change myself as maintainer when i have no idea about the internals of the lib? - Should i add something to the package version, like lib_1.2.3-mypkg1, or something? Wh