Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-07 Thread laurent bernabe
Hello, here the camera.py modification 2011/12/7 Rafael Ortiz raf...@activitycentral.com On Tue, Dec 6, 2011 at 7:57 PM, James Cameron qu...@laptop.org wrote: On Wed, Dec 07, 2011 at 01:43:20AM +0100, laurent bernabe wrote: Yes, your last modifications made it work after about 2 or 3

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-07 Thread James Cameron
On Wed, Dec 07, 2011 at 10:41:22AM +0100, laurent bernabe wrote: here the camera.py modification Thanks, pushed. http://git.sugarlabs.org/pippy/mainline/commit/1c69184a9ad48d716469876cb6723d346396974b Would appreciate test reports on OLPC XO, I'm a bit sleepy. -- James Cameron

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-07 Thread Rafael Ortiz
On Wed, Dec 7, 2011 at 6:14 AM, James Cameron qu...@laptop.org wrote: On Wed, Dec 07, 2011 at 10:41:22AM +0100, laurent bernabe wrote: here the camera.py modification Thanks, pushed. http://git.sugarlabs.org/pippy/mainline/commit/1c69184a9ad48d716469876cb6723d346396974b Would appreciate

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-07 Thread James Cameron
On Wed, Dec 07, 2011 at 11:01:12AM -0500, Rafael Ortiz wrote: Tested on an xo-1.5, the pippy camera example works as expected. Good, thanks. -- James Cameron http://quozl.linux.org.au/ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread laurent bernabe
I can copy paste content from browse activity to terminal activity or pippy activity (there is a special icon in the border which appears), but I didn't manage to use this clipboard content in the host system. 2011/12/6 James Cameron qu...@laptop.org On Tue, Dec 06, 2011 at 02:03:35AM +0100,

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread James Cameron
On Tue, Dec 06, 2011 at 09:26:47AM +0100, laurent bernabe wrote: I can copy paste content from browse activity to terminal activity or pippy activity (there is a special icon in the border which appears), but I didn't manage to use this clipboard content in the host system. Yes, I know. But

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread laurent bernabe
Ok, Gonzalo Odiard : I've seen the logs, which one do you think I should post ? (Some of them talk about DBUS errors) James Cameron It's ok for pastbin, now i'm trying to use it in order to give you the stacktrace of camera application error in Pippy = but I can't copy any content from Pippy

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread Thomas C Gilliard
You can import and export items from the sugar journal with this complicated procedure : Insert a 2nd USB (required to be present for this to work) open the frame (upper right corner with mouse) highlight the desired lines in terminal or browser click the scissors up icon (copy) on the top bar

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread James Cameron
On Tue, Dec 06, 2011 at 02:44:06PM +0100, laurent bernabe wrote: Gonzalo Odiard : I've seen the logs, which one do you think I should post ? (Some of them talk about DBUS errors) I don't think any of these are a concern. James Cameron It's ok for pastbin, now i'm trying to use it in

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread laurent bernabe
At last, the stacktrace from the Pippy activity Camera example : Traceback (most recent call last): File camera, line 33, in module image = pygame.image.load('/tmp/pippypic.jpg') pygame.error: Unsupported image format 2011/12/7 James Cameron qu...@laptop.org On Tue, Dec 06, 2011 at

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread laurent bernabe
Another good news !!! I changed camera source code from 27 : time_sleep(1) to time_sleep(10) (yes, i voluntary exagerated the sleep time :P ) And it worked Thank you very much ^^ ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread James Cameron
On Wed, Dec 07, 2011 at 01:07:46AM +0100, laurent bernabe wrote: 2011/12/7 James Cameron qu...@laptop.org wrote: You might also try moving the setup of the gst stream to after the initialisation of pygame. Experiment, and let us know your results. Sorry but I did not understand this

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread laurent bernabe
Yes, your last modifications made it work after about 2 or 3 seconds. (I moved the gst initialisation and implemented the try/catch loop) Thanks 2011/12/7 James Cameron qu...@laptop.org On Wed, Dec 07, 2011 at 01:07:46AM +0100, laurent bernabe wrote: 2011/12/7 James Cameron qu...@laptop.org

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread James Cameron
On Wed, Dec 07, 2011 at 01:43:20AM +0100, laurent bernabe wrote: Yes, your last modifications made it work after about 2 or 3 seconds. (I moved the gst initialisation and implemented the try/catch loop) Please attach your finished camera example, then I can test it on XO, and merge it for the

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-06 Thread Rafael Ortiz
On Tue, Dec 6, 2011 at 7:57 PM, James Cameron qu...@laptop.org wrote: On Wed, Dec 07, 2011 at 01:43:20AM +0100, laurent bernabe wrote: Yes, your last modifications made it work after about 2 or 3 seconds. (I moved the gst initialisation and implemented the try/catch loop) Please attach

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-05 Thread laurent bernabe
Thank you Alan :) I've progressed ^^ - I've download the version 43 of Pippy and installed it on my home/Activities folder - when i restarted emulator, i was able to run XOlympic, Physics, Playsine and Sequence - the Camera example still send me an error = (line 35 of

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-05 Thread James Cameron
On Tue, Dec 06, 2011 at 01:40:45AM +0100, laurent bernabe wrote: * the Playwave and GetSoundList both seems to be requiring tam tam edit activity (which i will download and install) : the stacktrace is too long for me to copy it hand by hand, as I did not manage to copy/paste the

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-05 Thread laurent bernabe
No, it is the same computer for email and emulator : but when I click on Pippy terminal, my selection disappear and I'm not allowed to copy it. I did not manage with the toolbar neither (the copy menu did nothing in fact). 2011/12/6 James Cameron qu...@laptop.org On Tue, Dec 06, 2011 at

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-05 Thread laurent bernabe
: Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17 No, it is the same computer for email and emulator : but when I click on Pippy terminal, my selection disappear and I'm not allowed to copy it. I did not manage with the toolbar neither (the copy menu did nothing in fact). 2011/12/6

Re: [Sugar-devel] Sugar-devel Digest, Vol 38, Issue 17

2011-12-05 Thread James Cameron
On Tue, Dec 06, 2011 at 02:03:35AM +0100, laurent bernabe wrote: It does not work neither : I think that my host system clipboard is not connected to the emulator clipboard. Yes, that's one negative aspect of using emulator. So you can only paste using emulator. Browse activity? -- James