RE: Python Launcher released

2008-04-01 Thread Jeffrey Barish
[EMAIL PROTECTED] wrote: > It's a bit strange because it uses "which" to discover the real path. Did > you put your script in a visible path (e.g.: /usr/bin) with execution flag > (chmod +x)? If you run "which myapplication.py" it returns a valid path? Before Python Launcher, I always started mya

RE: Python Launcher released

2008-03-31 Thread luciano.wolf
our app freezes. Thanks for your reports and interest! -Original Message- From: [EMAIL PROTECTED] on behalf of ext Jeffrey Barish Sent: Mon 31-Mar-08 12:04 To: maemo-developers@maemo.org Subject: Re: Python Launcher released Luciano Miguel Wolf wrote: > Pylauncher shows this message

Re: Python Launcher released

2008-03-31 Thread Jeffrey Barish
Luciano Miguel Wolf wrote: > Pylauncher shows this message when wasn't possible to find the script to > be executed. Try to use "python ./myapplication.py" or the full path to > the script. > > Regards, > Luciano Wolf Yes, prefixing ./ does the trick. Seems a little strange, though, that Pylaun

Re: Python Launcher released

2008-03-31 Thread Luciano Miguel Wolf
Hi Jeffrey, Pylauncher shows this message when wasn't possible to find the script to be executed. Try to use "python ./myapplication.py" or the full path to the script. Regards, Luciano Wolf ext Jeffrey Barish wrote: > I installed Python Launcher. It appears to be running: > > $ ps aux > 51

Re: Python Launcher released

2008-03-29 Thread Jeffrey Barish
I installed Python Launcher. It appears to be running: $ ps aux 5142 user 18352 SW /usr/bin/python-launcher-daemon -f5 However, when I try to run my application, I get: $ python myapplication.py Realloc script: Success Possible incorrect script name. I have no idea what that error messa

Re: Python Launcher released

2008-03-28 Thread Luciano Miguel Wolf
ext Kemal Hadimli wrote: > Great news! Tried with kagu didn't work though. Kagu does "import gtk" > and not "import pygtk", should I convert all "import gtk" and "gtk." > references to pygtk? (or maybe "import pygtk as gtk"?) > I'll do some more tests with kagu. If you run "Kagu Music Scanner" be

Re: Python Launcher released

2008-03-28 Thread Marius Gedminas
On Fri, Mar 28, 2008 at 02:08:08AM +0200, Kemal Hadimli wrote: > Great news! Tried with kagu didn't work though. Kagu does "import gtk" > and not "import pygtk", should I convert all "import gtk" and "gtk." > references to pygtk? (or maybe "import pygtk as gtk"?) No, 'gtk' and 'pygtk' are differen

Re: [pymaemo] Python Launcher released

2008-03-27 Thread Eduardo Lima (Etrunko)
On 3/28/08, Eduardo Lima (Etrunko) <[EMAIL PROTECTED]> wrote: > > Great news indeed! Would it be hard to port this GUI to an applet for > the control panel? IMHO, that's the appropriate place for it. > Forgot to add the link for the tutorial: http://maemo.org/development/documentation/tutorials/

Re: [pymaemo] Python Launcher released

2008-03-27 Thread Eduardo Lima (Etrunko)
On 3/27/08, Luciano Miguel Wolf <[EMAIL PROTECTED]> wrote: > There is a GUI to configure startup behavior. Selecting "at startup" the > daemon will be load automatically at boot time. "first py app" will > force daemon to be loaded just after the first py app is loaded. This > saves memory, but

Re: Python Launcher released

2008-03-27 Thread Kemal Hadimli
Great news! Tried with kagu didn't work though. Kagu does "import gtk" and not "import pygtk", should I convert all "import gtk" and "gtk." references to pygtk? (or maybe "import pygtk as gtk"?) The proper url for the maemo.org page should be http://maemo.org/downloads/product/OS2008/pylauncher/ b

Re: Python Launcher released

2008-03-27 Thread Luciano Miguel Wolf
I've just forgot to mention: The main idea comes from Johan Dahlin (PyGTK). This PythonLauncher for Maemo is a C implementation of Johan's idea. The first post: http://blogs.gnome.org/johan/2007/01/18/introducing-python-launcher/ Luciano Miguel Wolf wrote: > I am pleased to announce Python Laun

Python Launcher released

2008-03-27 Thread Luciano Miguel Wolf
I am pleased to announce Python Launcher for Maemo OS2008. This release is available from[1]: Maemo webpage -> Downloads -> OS2008 -> System What's it? -- Python Launcher is a daemon to speedup Python applications, mainly those using pygtk. It runs a daemon, responsible for importing mo