Re: [Sugar-devel] New activity. ReSiStance.

2011-06-14 Thread Chus Picos
Christoph, thanks for your help! I'm going to review it.


2011/6/13 Christoph Derndorfer christoph.derndor...@gmail.com

 On Mon, Jun 13, 2011 at 3:00 PM, Christoph Derndorfer 
 christoph.derndor...@gmail.com wrote:

 On Mon, Jun 13, 2011 at 4:37 PM, Chus Picos chuspi...@gmail.com wrote:

 Hi.

 I'm a Software Engineering student at the Universidade da Coruña (Galicia
 - Spain). I have just done my final year proyect. I have developed an
 activity for Sugar. It is an RSS reader. You can download it from:

 http://madsgroup.org/staff/juanjo/ReSiStance-1.xo

 I want to know your opinion, suggestions...

 Regards and thank you very much.


 Hi Chus,

 interesting stuff, I'll definitely give this activity a shot later today.


 Hi again,

 I just tried running the activity on the latest development build (11.2.0
 os22 - http://wiki.laptop.org/go/11.2.0#Download) on an XO-1.5HS machine
 and the activity failed to start.

 I'm copying the log below, hope it helps you figure out what the issue
 could be.

 Thanks,
 Christoph

 --- LOG ---

 ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
 Traceback (most recent call last):
   File /usr/bin/sugar-activity, line 21, in module
 main.main()
   File /usr/lib/python2.7/site-packages/sugar/activity/main.py, line 121,
 in main
 module = __import__(module_name)
   File /home/olpc/Activities/ReSiStance.activity/ReSiStanceActivity.py,
 line 33, in module
 from src.ReSiStance.settings import Settings
   File
 /home/olpc/Activities/ReSiStance.activity/src/ReSiStance/settings.py, line
 26, in module
 from configobj import ConfigObj
 ImportError: No module named configobj
 1307952847.033687 DEBUG root: _cleanup_temp_files
 Exited with status 1, pid 3921 data (None, open file 'fdopen', mode 'w'
 at 0xb332b78, '07c289065be801b61442e679e7aeb473be3da17e')

 --- /LOG ---

 --
 Christoph Derndorfer
 co-editor, olpcnews
 url: www.olpcnews.com
 e-mail: christ...@olpcnews.com

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] New activity. ReSiStance.

2011-06-14 Thread Chus Picos
Hi!

I have just updated the activity. Now you can run the activity without
install configobj. The activity is in the same URL:

http://madsgroup.org/staff/juanjo/ReSiStance-1.xo

Thanks!

Chus.

2011/6/14 Chus Picos chuspi...@gmail.com

 Christoph, thanks for your help! I'm going to review it.



 2011/6/13 Christoph Derndorfer christoph.derndor...@gmail.com

 On Mon, Jun 13, 2011 at 3:00 PM, Christoph Derndorfer 
 christoph.derndor...@gmail.com wrote:

 On Mon, Jun 13, 2011 at 4:37 PM, Chus Picos chuspi...@gmail.com wrote:

 Hi.

 I'm a Software Engineering student at the Universidade da Coruña
 (Galicia - Spain). I have just done my final year proyect. I have developed
 an activity for Sugar. It is an RSS reader. You can download it from:

 http://madsgroup.org/staff/juanjo/ReSiStance-1.xo

 I want to know your opinion, suggestions...

 Regards and thank you very much.


 Hi Chus,

 interesting stuff, I'll definitely give this activity a shot later today.


 Hi again,

 I just tried running the activity on the latest development build (11.2.0
 os22 - http://wiki.laptop.org/go/11.2.0#Download) on an XO-1.5HS machine
 and the activity failed to start.

 I'm copying the log below, hope it helps you figure out what the issue
 could be.

 Thanks,
 Christoph

 --- LOG ---

 ** Message: pygobject_register_sinkfunc is deprecated (HippoCanvasBox)
 Traceback (most recent call last):
   File /usr/bin/sugar-activity, line 21, in module
 main.main()
   File /usr/lib/python2.7/site-packages/sugar/activity/main.py, line
 121, in main
 module = __import__(module_name)
   File /home/olpc/Activities/ReSiStance.activity/ReSiStanceActivity.py,
 line 33, in module
 from src.ReSiStance.settings import Settings
   File
 /home/olpc/Activities/ReSiStance.activity/src/ReSiStance/settings.py, line
 26, in module
 from configobj import ConfigObj
 ImportError: No module named configobj
 1307952847.033687 DEBUG root: _cleanup_temp_files
 Exited with status 1, pid 3921 data (None, open file 'fdopen', mode 'w'
 at 0xb332b78, '07c289065be801b61442e679e7aeb473be3da17e')

 --- /LOG ---

 --
 Christoph Derndorfer
 co-editor, olpcnews
 url: www.olpcnews.com
 e-mail: christ...@olpcnews.com



___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


Re: [Sugar-devel] (no subject)

2010-04-08 Thread Chus Picos
Hi Rafael.

We think that ReSiStance is a good base for our work because it has a simple
graphic interface. But first, we want to know if a feed reader is a useful
activity in Sugar.

Thanks.

2010/4/8 Rafael Enrique Ortiz Guerrero dir...@gmail.com

 Hi Chus.


 This idea was also light up on olpc-uruguay and olpc-sur so i guess it
 has some audience :).


 in wich feed reader are you looking to base your work on ?.



 Rafael Ortiz



 On Wed, Apr 7, 2010 at 10:30 AM, Chus Picos chuspi...@gmail.com wrote:
  Hi.
 
  I'm a Software Engineering student at the Universidade da Coruña (Galicia
 -
  Spain). Now I'm taking my first steps with Sugar. I want to do my final
 year
  project developing an activity for this platform. If it is possible, I
 would
  like your help to know what kind of activity could be more interesting.
 
  After a small study with my project supervisor, we thought it might be
  useful to develop an RSS reader. We know that there is already an
 activity
  called News Reader that implements this functionality, but it seems not
 to
  be very updated. We are considering to re-take it or to write something
 new,
  maybe based on some other RSS reeder, and would like to know your insight
  about this.
 
  But as I said, that is just an idea and we are open to your suggestions..
 
  Regards and thank you very much.
  ___
  Sugar-devel mailing list
  Sugar-devel@lists.sugarlabs.org
  http://lists.sugarlabs.org/listinfo/sugar-devel
 
 

___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel


[Sugar-devel] (no subject)

2010-04-07 Thread Chus Picos
Hi.

I'm a Software Engineering student at the Universidade da Coruña (Galicia -
Spain). Now I'm taking my first steps with Sugar. I want to do my final year
project developing an activity for this platform. If it is possible, I would
like your help to know what kind of activity could be more interesting.

After a small study with my project supervisor, we thought it might be
useful to develop an RSS reader. We know that there is already an activity
called News Reader that implements this functionality, but it seems not to
be very updated. We are considering to re-take it or to write something new,
maybe based on some other RSS reeder, and would like to know your insight
about this.

But as I said, that is just an idea and we are open to your suggestions..

Regards and thank you very much.
___
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel