Re: [sugar] Differents behaviours of my application

2008-11-24 Thread Morgan Collett
On Sat, Nov 22, 2008 at 17:43, Aleix Palet [EMAIL PROTECTED] wrote: Ok, but which command do you use to create the wrapper?? I don't know what to put in the: python buildskel.py -n JClic -t JClic -t JCLic -m (what should i put here??) Because i unferstand it when you create a game with a main

Re: [sugar] Differents behaviours of my application

2008-11-22 Thread Aleix Palet
Ok, but which command do you use to create the wrapper?? I don't know what to put in the:python buildskel.py -n JClic -t JClic -t JCLic -m (what should i put here??) Because i unferstand it when you create a game with a main funcion, but when there is no main?? (only __init__, read_file,

Re: [sugar] Differents behaviours of my application

2008-11-20 Thread Morgan Collett
On Wed, Nov 19, 2008 at 23:26, Tomeu Vizoso [EMAIL PROTECTED] wrote: On Wed, Nov 19, 2008 at 4:15 PM, Aleix Palet [EMAIL PROTECTED] wrote: Here you have it (the implicated parts): from sugar.activity import activity def __init__(self, handle): activity.Activity.__init__(self, handle)