Re: [gobolinux-devel] Developer meeting saturday 26th April 20:00 UTC

2008-04-22 Thread Lucas C. Villa Real
On Tue, Apr 22, 2008 at 7:41 AM, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > This is a call for the developer meeting this saturday 26th at 20:00 > UTC. Dates and times for different time zones is below: > > * Saturday 26, 20:00 UTC > * Saturday 26, 13:00 - US west coast (UTC-7) > * Saturday 26

Re: [gobolinux-devel] Vim Addons Recipes

2008-04-22 Thread Aitor PƩrez Iturri
El mar, 22 abr 2008, Michael Homer escribió: > Could you explain a little more how the addons system for vim works? > I'm a little uncomfortable managing files under ~; is the usual way to > install them just to copy the files into a directory and have them > automatically included, or to modify ~

[gobolinux-devel] Developer meeting saturday 26th April 20:00 UTC

2008-04-22 Thread Jonas Karlsson
This is a call for the developer meeting this saturday 26th at 20:00 UTC. Dates and times for different time zones is below: * Saturday 26, 20:00 UTC * Saturday 26, 13:00 - US west coast (UTC-7) * Saturday 26, 17:00 - Brazil (UTC-3) * Saturday 26, 22:00 - Central Europe (UTC+2) * Sunday 27, 08:00

Re: [gobolinux-devel] python .pth file support in /System/Links/Librarys/python2.X/site-packages

2008-04-22 Thread Jonas Karlsson
On 22/04/2008, Daniele Maccari <[EMAIL PROTECTED]> wrote: > 2008/4/21 Christian Holzberger <[EMAIL PROTECTED]>: > > > ok after some talk to mohjive on irc we even came up with a better > > solution > > > > the attached recipe handles the site-packages correctly and makes > > gobolinux.pth obsolete.

Re: [gobolinux-devel] Scripts and Compile pre-releases

2008-04-22 Thread Jonas Karlsson
On 17/04/2008, Jonas Karlsson <[EMAIL PROTECTED]> wrote: > On 17/04/2008, Carlo Calica <[EMAIL PROTECTED]> wrote: > > On Tue, Apr 15, 2008 at 10:55 PM, Jonas Karlsson > > > > <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > > > > > New major features > > > Scripts: > > > * "unsudoing

Re: [gobolinux-devel] python .pth file support in /System/Links/Librarys/python2.X/site-packages

2008-04-22 Thread Christian Holzberger
hi, what do you mean by putting it into a subdir named after the actual python installation? the sitecustomize.py is in the python2.5 dir, and it must be there because site.py imports the module sitecustomize. it has to be in a module path known to python before the system wide module paths are r

Re: [gobolinux-devel] python .pth file support in /System/Links/Librarys/python2.X/site-packages

2008-04-22 Thread Daniele Maccari
It seems a fairly good solution to me, though maybe putting the .py in a lib subdir named after the actual python installation would be better, wouldn't it? I think there should surely be a way to do that, with python -V and some command subsitution, I believe. Daniele 2008/4/21 Christian Holzber