Re: Installing scratchbox on Fedora 8: PERMISSION PROBLEMS

2008-10-24 Thread Darren Enns
Eero Tamminen wrote: > HI, > > ext Darren Enns wrote: >>>> Hello! I have just sent a reply to my previous reply :) I have >>>> gotten >>>> a bit further by 'cheating', but since you are a Fedora user, can you >>>> confirm to

Re: Installing scratchbox on Fedora 8: PERMISSION PROBLEMS

2008-10-23 Thread Darren Enns
Felipe Contreras wrote: > On Thu, Oct 23, 2008 at 8:40 PM, Darren Enns <[EMAIL PROTECTED]> wrote: > >> Hello! I have just sent a reply to my previous reply :) I have gotten >> a bit further by 'cheating', but since you are a Fedora user, can you >> co

Re: Installing scratchbox on Fedora 8: PERMISSION PROBLEMS

2008-10-23 Thread Darren Enns
nfigures scratchbox by making a number of symbolic > links. > > I run maemo SDK on Fedoras since day one with no problems so far. > > If you have any more questions, feel free to ask. > > --Vlad > > > On Thu, 2008-10-23 at 12:25 -0500, Darren Enns wrote:

Re: Installing scratchbox on Fedora 8: PERMISSION PROBLEMS

2008-10-23 Thread Darren Enns
Eero Tamminen wrote: > Hi, > > ext Darren Enns wrote: >> Today, I determined to 'once again' try to install 'scratchbox' on my >> Fedora 8 machine. I have now tried to do so twice today, with the >> same final disappointing result when trying to r

Re: Installing scratchbox on Fedora 8: PERMISSION PROBLEMS

2008-10-23 Thread Darren Enns
Darren Enns wrote: > Fred wrote: >> Darren Enns a écrit : >>> Fred wrote: >>>> Eero Tamminen a écrit : >>>>> Hi, >>>>> >>>>> ext Darren Enns wrote: >>>>>> Today, I determined to 'once again&#

Re: Installing scratchbox on Fedora 8: PERMISSION PROBLEMS

2008-10-23 Thread Darren Enns
Fred wrote: > Darren Enns a écrit : >> Fred wrote: >>> Eero Tamminen a écrit : >>>> Hi, >>>> >>>> ext Darren Enns wrote: >>>>> Today, I determined to 'once again' try to install 'scratchbox' on >

Re: Installing scratchbox on Fedora 8: PERMISSION PROBLEMS

2008-10-23 Thread Darren Enns
Fred wrote: > Eero Tamminen a écrit : >> Hi, >> >> ext Darren Enns wrote: >>> Today, I determined to 'once again' try to install 'scratchbox' on >>> my Fedora 8 machine. I have now tried to do so twice today, with >>&g

Installing scratchbox on Fedora 8: PERMISSION PROBLEMS

2008-10-23 Thread Darren Enns
Hello folks: Today, I determined to 'once again' try to install 'scratchbox' on my Fedora 8 machine. I have now tried to do so twice today, with the same final disappointing result when trying to run 'python2.5' (after needing to install it with 'apt-get'): [sbox-N800: ~] > python2.5 /scratch

Re: Help with hildon.NumberEditor: IN PYTHON

2008-04-04 Thread Darren Enns
Darren Enns wrote: > Lauro Moura wrote: >> On Wed, Apr 2, 2008 at 4:28 PM, Darren Enns <[EMAIL PROTECTED]> >> wrote: >> >>> Help please! >>> >>> I am slowly learning OOP-style PyGTK code, and have recently >>> discovered how >

Re: Help with hildon.NumberEditor: IN PYTHON

2008-04-02 Thread Darren Enns
Lauro Moura wrote: > On Wed, Apr 2, 2008 at 4:28 PM, Darren Enns <[EMAIL PROTECTED]> wrote: > >> Help please! >> >> I am slowly learning OOP-style PyGTK code, and have recently discovered how >> 'nasty' gtk.Spinbutton looks on Maemo :( >> &g

Help with hildon.NumberEditor: IN PYTHON

2008-04-02 Thread Darren Enns
Help please! I am slowly learning OOP-style PyGTK code, and have recently discovered how 'nasty' gtk.Spinbutton looks on Maemo :( OK, so I was just going to make some quick changed to my Python code to use 'hildon.NumberEditor' instead, but it is not as much a 'drop-in-replacement' as a newb

hildon widget source code: For 'hildon.TimePicker'?

2008-03-20 Thread Darren Enns
I am writing an application (PyGTK) which requires user input of latitude and longitude on my N800. I suppose that I could struggle to create my own module using 'gtk.Entry', but (perhaps) it would be a lot easier if I modified the source of 'hildon.TimePicker' to allow the range of values poss

Packaging Python Applications for Maemo: python-setuptools/eggs or PyPackager/debian?

2008-03-17 Thread Darren Enns
Forgive my likely confusion-of-terminology used in this email title :) Long story short: I have ported some python libraries to the Armel/maemo platform, and had successfully used 'PyPackager' to create a nice Debian-package for those to install with. When I asked the original coder for an opin

Re: PyGame with GStreamer: HELP?

2008-02-25 Thread Darren Enns
Kees Jongenburger wrote: > On Mon, Feb 25, 2008 at 3:27 AM, Darren Enns <[EMAIL PROTECTED]> wrote: > >> Forgive my poor terminology, but I am writing a PyGame python program >> for my N800, and I would like to integrate some GStreamer video-playback >> abilit

PyGame with GStreamer: HELP?

2008-02-24 Thread Darren Enns
Forgive my poor terminology, but I am writing a PyGame python program for my N800, and I would like to integrate some GStreamer video-playback ability as well (looks like the OLPC have already done this just fine). I want to be able to control the size/location of where the video from GStreame

Re: hildon.TimePicker: HOW TO SET INITIAL TIME?

2008-02-21 Thread Darren Enns
Daniel Martin Yerga wrote: > It means you need to use something like this: > > time_picker = hildon.Timepicker(parent) > time_picker.set_time(hours, minutes) > > In the docs, it may not be easy to understand the hildon.Class.set..., > especially if you are learning python, as in your case. T

hildon.TimePicker: HOW TO SET INITIAL TIME?

2008-02-20 Thread Darren Enns
OK, my ignorance is showing again... http://maemo.org/development/documentation/apis/3-x/python-maemo-3.x/pyhildon_timepicker.html I know how to call 'hildon.Timepicker', but the widget starts up with '06:00' as the initial value. From the docs, it *looks* like I should be able to override thi

Re: PyGTK/Hildon: CLOSING CHILD WINDOW PROPERLY?

2008-02-20 Thread Darren Enns
Chris Lord wrote: > [snip] > >>window2.connect("destroy", gtk.main_quit) >> > [snip] > > Get rid of that line :) > > --Chris > > > Thanks, Chris! As you say, removing the line entirely seems to work best of all! :) Dare ___ maemo-dev

Re: PyGTK/Hildon: CLOSING CHILD WINDOW PROPERLY?

2008-02-19 Thread Darren Enns
Daniel Martin Yerga wrote: > Try changing the line: > window2.connect("destroy", gtk.main_quit) > > with: > window2.connect("destroy", window2.destroy) > > You have more information about gtk.main_quit function in: > http://pygtk.org/docs/pygtk/gtk-functions.html#function-gtk--main-quit > > Yipp

PyGTK/Hildon: CLOSING CHILD WINDOW PROPERLY?

2008-02-19 Thread Darren Enns
I am trying to convert my command-line Python program into a PyGTK/Hildonized version for my Nokia N800. I am *very new* at doing this, so the best that I can do is look for examples that other people have written, and this is what I have been using for my 'child' window, but it does not work -