Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-06 Thread Aleksey Lim
On Tue, Dec 06, 2011 at 01:04:18AM +0100, laurent bernabe wrote: Ok, that answer make really sense to me : particularly the distro changing avoidment ^^ I'll make all tests you want me too, if it can help to find what is wrong. (I've saved my system in a ghost image on last morning ^^) Since

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-06 Thread laurent bernabe
Yes i am still on ubuntu 11.04 ^^ I am installing the sweet sdk with the command = sweets -S sdk/sugar:emulator Next i'll upgrade to sweets 1.05 as you advises me 2011/12/6 Aleksey Lim alsr...@activitycentral.org On Tue, Dec 06, 2011 at 01:04:18AM +0100, laurent bernabe wrote: Ok, that

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-06 Thread laurent bernabe
Finally sweets sdk installation aborded : -- PackageKit install failed: The following packages have unmet dependencies: python-abiword: Depends: libabiword-2.8 (= 2.8.6-0.3) but 2.8.6-0.3build1 is to be installed (dep-resolution-failed) -- Use -D argument for debug info, -DD for full debuging

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-06 Thread Aleksey Lim
On Tue, Dec 06, 2011 at 09:53:51PM +0100, laurent bernabe wrote: Finally sweets sdk installation aborded : -- PackageKit install failed: The following packages have unmet dependencies: python-abiword: Depends: libabiword-2.8 (= 2.8.6-0.3) but 2.8.6-0.3build1 is to be installed

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-06 Thread laurent bernabe
Ok, I'm doing it right now :) 2011/12/6 Aleksey Lim alsr...@activitycentral.org On Tue, Dec 06, 2011 at 09:53:51PM +0100, laurent bernabe wrote: Finally sweets sdk installation aborded : -- PackageKit install failed: The following packages have unmet dependencies: python-abiword:

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-06 Thread laurent bernabe
I've - lauched command sweets -S sdk/sugar:emulator - updated sweets But which path must I precise to command sweets build [PATH] ? 2011/12/6 laurent bernabe laurent.bern...@gmail.com Ok, I'm doing it right now :) 2011/12/6 Aleksey Lim alsr...@activitycentral.org On Tue, Dec 06,

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-06 Thread Aleksey Lim
On Wed, Dec 07, 2011 at 12:34:16AM +0100, laurent bernabe wrote: I've - lauched command sweets -S sdk/sugar:emulator - updated sweets But which path must I precise to command sweets build [PATH] ? The path to your activity, or cd there and type only sweets build. In fact, there is

[Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
Hello everyone, I am following the ActivitiesGuideSugar pdf from august 2010. - I've fetched tutorial source code for etext activity (chapter 5 : inheriting from Activity.activity) - I've modified, carefully i think, the svg picture with Inkscape and edited the xml structure - I

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread James Simmons
Laurent, I don't have experience with Sweets, but normally you would install the version of Sugar that comes with your distribution. When you launch this Sugar comes up in a window. So you have your GNOME desktop where you do your development work, plus you have this window that contains a

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
Ok, thank you for your answer, I've well understood. I'm going to apply your advice. Regards 2011/12/5 James Simmons nices...@gmail.com Laurent, I don't have experience with Sweets, but normally you would install the version of Sugar that comes with your distribution. When you launch this

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
Unfortunately, I can't launch setup.py from the host system terminal = no module called sugar.activity And that error disappear if I launch setup.py from the sugar emulator 2011/12/5 laurent bernabe laurent.bern...@gmail.com Ok, thank you for your answer, I've well understood. I'm going to

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread James Simmons
Laurent, This may be an issue with sweets. If you are using Fedora then all you really need to do is to install the Sugar RPM's that come with the distribution. Other distributions should have something similar. The module sugar.activity is a set of Python classes. It should be available to

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
Thank you, You're right, I just want to develop activities, not hacking Sugar (at least, not right now, as I am just starting). My current Linux system is Xubuntu : - First, I had tried the sugar-emulator provided by Canonical = I did not find which package to install in order to have the

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread James Simmons
Laurent, I found a web page where it says to run this: sudo aptitude install sugar sugar-activities sugar-emulator With RPM's on Fedora dependencies are handled automatically. I don't see why this would be any different. It sounds like you're getting Python libraries that are only visible

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread James Cameron
On Mon, Dec 05, 2011 at 06:28:15PM +0100, laurent bernabe wrote: Hello everyone, I am following the ActivitiesGuideSugar pdf from august 2010. * I've fetched tutorial source code for etext activity (chapter 5 : inheriting from Activity.activity) * I've modified, carefully i

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread James Cameron
On Mon, Dec 05, 2011 at 09:00:40PM +0100, laurent bernabe wrote: Unfortunately, I can't launch setup.py from the host system terminal = no module called sugar.activity And that error disappear if I launch setup.py from the sugar emulator This means that the shell environment is different.

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
dpkg --listfiles python-sugar-toolkit-0.90 | grep bundlebuilder = /usr/share/pyshared/sugar/activity/bundlebuilder.py I tried to print the command env | sort outputfile on the sugar emulator, but I can't use the AltGr Key without the emulator to validate the line and prevent me from going on.

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread James Cameron
On Mon, Dec 05, 2011 at 11:32:02PM +0100, laurent bernabe wrote: I forgot to mention that the only way I got most of Pippy examples to work, was by installing Sweet distribution = with the standard emulator given in xubuntu packages, I did not manage. So maybe it is a bigger problem than

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread Aleksey Lim
On Mon, Dec 05, 2011 at 06:28:15PM +0100, laurent bernabe wrote: Hello everyone, I am following the ActivitiesGuideSugar pdf from august 2010. - I've fetched tutorial source code for etext activity (chapter 5 : inheriting from Activity.activity) - I've modified, carefully i

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
Ok, Thanks. As James Simons advised me, I uninstalled Sweet distribution from my linux system. I would like to make the standard sugar emulator (this wich is given by Canonical) to work with Pippy, and to work with activities setup.py But it seems that many things are still to set ... 2011/12/5

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread Aleksey Lim
On Mon, Dec 05, 2011 at 10:49:21PM +, Aleksey Lim wrote: On Mon, Dec 05, 2011 at 06:28:15PM +0100, laurent bernabe wrote: Hello everyone, I am following the ActivitiesGuideSugar pdf from august 2010. - I've fetched tutorial source code for etext activity (chapter 5 :

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
Do you think an installation of Trisquel-Gnome-Sugar5.0-Alpha instead of Xubuntu will solve my problems ? 2011/12/5 laurent bernabe laurent.bern...@gmail.com Ok, Thanks. As James Simons advised me, I uninstalled Sweet distribution from my linux system. I would like to make the standard sugar

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
Oh sorry Aleskey, but I did not understand many things in your crossed post (the one you posted at 23:57 from a Paris meridian - UTC+1 ?) 2011/12/6 laurent bernabe laurent.bern...@gmail.com Do you think an installation of Trisquel-Gnome-Sugar5.0-Alpha instead of Xubuntu will solve my problems

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread Thomas C Gilliard
Ubuntu 11.04 based: If you do not require a desktop plus sugar and do not need non free software Try Trisquel-sugar-5.0 http://wiki.sugarlabs.org/go/Trisquel_On_A_Sugar_Toast Boot CD and try it and if it is OK then install it to HD or use this .img to dd write a persistent USB

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread James Cameron
On Mon, Dec 05, 2011 at 11:55:44PM +0100, laurent bernabe wrote: Ok, Thanks. As James Simons advised me, I uninstalled Sweet distribution from my linux system. You could install it again. Use what works for you. I would like to make the standard sugar emulator (this wich is given by

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread James Simmons
Laurent, My advice was based on my experience with Fedora. Based on what you're seeing it would make sense to uninstall Canonical's Sugar (since it seems to have the same issue with not having the sugar libraries in the PYTHONPATH that Sweets does) and give Sweets another try. It sounds like

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
Unfortunately, I will need some of the non-free packages (above all for music and proprietary drivers of my graphic card). So, maybe I should avoid Trisquel 2011/12/6 Thomas C Gilliard satel...@bendbroadband.com Ubuntu 11.04 based: If you do not require a desktop plus sugar and do not need

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
I don't have any XO bundle, so I can give all my attention to the integration of Sugar on my laptop. So sweet is the best solution, I'm going to put it back. So that the only problem will remain the launchment of setup.py install. ___ Sugar-devel

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread James Cameron
On Tue, Dec 06, 2011 at 12:19:20AM +0100, laurent bernabe wrote: I don't have any XO bundle, so I can give all my attention to the integration of Sugar on my laptop. An .xo bundle is created by dist_xo option of setup.py. You can do this (creating an .xo bundle) using python setup.py dist_xo

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread Aleksey Lim
On Tue, Dec 06, 2011 at 12:02:02AM +0100, laurent bernabe wrote: Do you think an installation of Trisquel-Gnome-Sugar5.0-Alpha instead of Xubuntu will solve my problems ? Well, the whole purpose for Sweets is to avoid situation when people need to install the whole GNU/Linux distribution only

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread Alan Jhonn Aguiar Schwyn
Subject: Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py) On Tue, Dec 06, 2011 at 12:19:20AM +0100, laurent bernabe wrote: I don't have any XO bundle, so I can give all my attention to the integration of Sugar on my laptop. An .xo bundle

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread laurent bernabe
Ok, that answer make really sense to me : particularly the distro changing avoidment ^^ I'll make all tests you want me too, if it can help to find what is wrong. (I've saved my system in a ghost image on last morning ^^) 2011/12/6 Aleksey Lim alsr...@activitycentral.org On Tue, Dec 06, 2011 at

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread James Cameron
On Mon, Dec 05, 2011 at 11:52:44PM +, Alan Jhonn Aguiar Schwyn wrote: I try the Peppy activity (version 34) and works all except the camera... It will never work unless someone tells me what it says is wrong! It works fine for me. I've tested version 40 and 43. Perhaps you should try the

Re: [Sugar-devel] [Sugar emulator][Ubuntu 11.04] I can't install an activity (with the setup.py)

2011-12-05 Thread Alan Jhonn Aguiar Schwyn
It will never work unless someone tells me what it says is wrong! It works fine for me. I've tested version 40 and 43. Perhaps you should try the latest version instead of version 34? Sorry, I'm wrong.. The Peppy version was 43... Actually, camera example in Pippy uses pygame and gst.