[Sugar-devel] Bad push on my sugar labas gitorious project ?

2013-09-16 Thread laurent bernabe
Hello, I've just created my HitTheBalls project on sugar labs gitorious. Unfortunately, I did not manage to push only the revelant part of the project, though I used the .gitignore file. Indeed, I wanted to push the project HitTheBalls.activity, which is inside folder OLPCGames1.6 : but I pushed

Re: [Sugar-devel] Bad push on my sugar labas gitorious project ?

2013-09-16 Thread laurent bernabe
Hello again, it seems that my project used the .git folder of sugar-build topfolder, instead of its own. So I missed a command inside my project (git new ?), and must erase all files and restart, I bet. 2013/9/16 laurent bernabe laurent.bern...@gmail.com Hello, I've just created my

Re: [Sugar-devel] Is there a way to delete my project repository (in order to restart a new one) ?

2013-09-16 Thread Gonzalo Odiard
If you go to Edit repository page, will see a button to delete it. It takes a while to learn Git, be patient, it's worth. Gonzalo On Mon, Sep 16, 2013 at 10:46 AM, laurent bernabe laurent.bern...@gmail.com wrote: Hello, as I am not very comfortable with git, and I've done too problems on my

Re: [Sugar-devel] Is there a way to delete my project repository (in order to restart a new one) ?

2013-09-16 Thread laurent bernabe
OK thanks, I'll delete my old version of the project, and restart a new one (this time, without forgetting the git init command). Yes, you're right. I should be more comfortable with as I use it. 2013/9/16 Gonzalo Odiard gonz...@laptop.org If you go to Edit repository page, will see a button

[Sugar-devel] I don't manage to put code in my project repository

2013-09-16 Thread laurent bernabe
Hello again, sorry for the trivial question again, but I don't manage to push my code on my project HitTheBalls (user : loloof64). This is the error from my terminal (I set up the alias HitTheBallsProject as gitori...@git.sugarlabs.org:hittheballs/hittheballs.git)

Re: [Sugar-devel] 0.100 schedule

2013-09-16 Thread Gonzalo Odiard
What you (and other in the community) think about organize weekly chat meetings form now, and until 0.100 release, to help coordinate triage, and solve the more important issues pending? Gonzalo On Thu, Sep 5, 2013 at 12:15 PM, Daniel Narvaez dwnarv...@gmail.com wrote: As discussed in the code

[Sugar-devel] Sugar Digest 2013-09-16

2013-09-16 Thread Walter Bender
== Sugar Digest == 1. The 'New York Times' had an article about the tablet invasion, No Child Left Untableted, in this Sunday's magazine section [1]. The author of the article was a skeptical of the approach taken by the Murdoch-backed Amplify tablet. I've not seen the Amplify tablet yet, so it

Re: [Sugar-devel] I don't manage to put code in my project repository

2013-09-16 Thread Alan Jhonn Aguiar Schwyn
If you read , it says that the default behavior changes.There are 2 modes: push all or the default simple. To push with simple mode: git push origin master You need specify where put your specify branch. Regards! Alan Date: Mon, 16 Sep 2013 16:47:09 +0200 From: laurent.bern...@gmail.com To:

Re: [Sugar-devel] I don't manage to put code in my project repository

2013-09-16 Thread laurent bernabe
Thanks, Now I managed to push on my repository (I hadn't notice that Git had a different behaviour). Regards 2013/9/16 Alan Jhonn Aguiar Schwyn alan...@hotmail.com If you read , it says that the default behavior changes. There are 2 modes: push all or the default simple. To push with

Re: [Sugar-devel] 0.100 schedule

2013-09-16 Thread Walter Bender
+1 On Mon, Sep 16, 2013 at 12:14 PM, Gonzalo Odiard gonz...@laptop.org wrote: What you (and other in the community) think about organize weekly chat meetings form now, and until 0.100 release, to help coordinate triage, and solve the more important issues pending? Gonzalo On Thu, Sep 5,

[Sugar-devel] Consulta

2013-09-16 Thread Flavio Danesse
En el interprete de python obtengo un paquete de la siguiente forma: x = __import__(paquete) Pero si ese código intento ejecutarlo dentro de un archivo python, no funciona. Funciona solo con paquetes y modulos de python y gtk, pero no con paquetes personalizados. Alguien sabe como se hace?

Re: [Sugar-devel] Consulta

2013-09-16 Thread Walter Bender
Try: from importlib import import_module x = import_module(package, []) 2013/9/16 Flavio Danesse fdane...@gmail.com: En el interprete de python obtengo un paquete de la siguiente forma: x = __import__(paquete) Pero si ese código intento ejecutarlo dentro de un archivo python, no funciona.

Re: [Sugar-devel] Consulta

2013-09-16 Thread Alan Jhonn Aguiar Schwyn
Yo suelo usar el imp. Si tenés un archivo llamado modulo.py dentro: def imprimir(x): print x Desde python podés hacer: import impmod = imp.load_source('modulo', 'modulo.py')f = getattr(mod, 'imprimir') y luego la usás como cualquier función: f(4) Saludos! alan Date: Mon, 16 Sep 2013 20:36:29

Re: [Sugar-devel] Consulta

2013-09-16 Thread Flavio Danesse
A ver: Tengo un directorio con archivos .py y un __init__.py o sea un paquete. Yo quiero importar el paquete como tal para poder hacer cosas como esta: import JAMediaObjects JAMediaObjectsPath = JAMediaObjects.__path__[0] Eso funciona bien desde el interprete y desde un archivo python, pero

Re: [Sugar-devel] Consulta

2013-09-16 Thread Flavio Danesse
Lo que más me extraña es que esto: x = __import__(paquete) Funciona bien en el interprete pero no si está dentro de un archivo. El 16 de septiembre de 2013 22:17, Flavio Danesse fdane...@gmail.comescribió: A ver: Tengo un directorio con archivos .py y un __init__.py o sea un paquete. Yo

Re: [Sugar-devel] Consulta

2013-09-16 Thread Alan Jhonn Aguiar Schwyn
Puede ser problema de rutas..En la documentación: http://docs.python.org/2/library/functions.html#__import__ recomiendan el importlib.import_module() Date: Mon, 16 Sep 2013 22:29:49 -0300 From: fdane...@gmail.com To: alan...@hotmail.com CC: sugar-devel@lists.sugarlabs.org;

[Sugar-devel] adobe flash, vmeta, firefox, olpc os version 13.2.0 and XO4

2013-09-16 Thread Basanta Shrestha
Hi all, I am trying to make flash and vmeta to work for XO4. Few months ago when I was developing on version 12.1.0 for XO1.75 I made use of http://dev.laptop.org/~martin/12.1.0-xo175-vmeta/vmeta-fusion.repofor XO1.75 and everything had been perfect. I was wondering if someone is working to