Re: [Sugar-devel] Journal Backup Code.

2013-03-07 Thread Matias Basso
Hi again. I can said that I finish to port to GTK-3 (Now the program can run), but I have an issue that i can't solve. I need to make a call to the Journal-Backup from my code, but when I do the windows showsup and crush instantly. *This is the code:* from jarabe.journal.processdialog import

Re: [Sugar-devel] Journal Backup Code.

2013-03-07 Thread Daniel Narvaez
Is the code somewhere? Hard to make a guess without a backtrace and without the code :) On Thursday, 7 March 2013, Matias Basso wrote: Hi again. I can said that I finish to port to GTK-3 (Now the program can run), but I have an issue that i can't solve. I need to make a call to the

Re: [Sugar-devel] Journal Backup Code.

2013-03-07 Thread Martin Abente
It should be at dextrose code base :) On Thu, Mar 7, 2013 at 2:18 PM, Daniel Narvaez dwnarv...@gmail.com wrote: Is the code somewhere? Hard to make a guess without a backtrace and without the code :) On Thursday, 7 March 2013, Matias Basso wrote: Hi again. I can said that I finish to

Re: [Sugar-devel] Journal Backup Code.

2013-03-07 Thread Matias Basso
Sorry.! Wrong list. XD 2013/3/7 Martin Abente martin.abente.lah...@gmail.com It should be at dextrose code base :) On Thu, Mar 7, 2013 at 2:18 PM, Daniel Narvaez dwnarv...@gmail.comwrote: Is the code somewhere? Hard to make a guess without a backtrace and without the code :) On

[Sugar-devel] Journal Backup Code.

2013-02-28 Thread Matias Basso
Hi all! I have a code that use GTK-2, and in it I made an import: from jarabe.journal.processdialog import VolumeBackupDialog The problem is the next: I'm using now a Fedora-18 image in wich use GTK-3 (Sugar) and when I run the program this is what shows up: from jarabe.journal.processdialog

Re: [Sugar-devel] Journal Backup Code.

2013-02-28 Thread Daniel Narvaez
You cannot mix gtk2 and gtk3 code (more precisely static and dynamic gobject bindings). You will have to port the code to gtk3. On 28 February 2013 14:40, Matias Basso mba...@plan.ceibal.edu.uy wrote: Hi all! I have a code that use GTK-2, and in it I made an import: from

Re: [Sugar-devel] Journal Backup Code.

2013-02-28 Thread Matias Basso
Thx Daniel ! That was one of the solution I had in mind. So, i will start to port to GTK3 Thanks a lot! 2013/2/28 Daniel Narvaez dwnarv...@gmail.com You cannot mix gtk2 and gtk3 code (more precisely static and dynamic gobject bindings). You will have to port the code to gtk3. On 28