Re: [Distutils] issues with namespace packages on Debian Squeeze and Python 2.6

2011-03-23 Thread Reinout van Rees
On 22-03-11 18:57, Carl Meyer wrote: Only: buildout cannot detect the eggs in their non-standard locations as buildout obviously doesn't have the ubuntu setuptools' fix... This sounds more likely to be caused by not having the site.py changes I mentioned above. IIRC buildout 1.5 uses python

Re: [Distutils] issues with namespace packages on Debian Squeeze and Python 2.6

2011-03-23 Thread Leonardo Rochael Almeida
Maybe not a debian-specific workaround, but a setting like: [buildout] additional-site-packages = /usr/lib/python2.6/dist-packages /usr/local/lib/python2.6/dist-packages On Wed, Mar 23, 2011 at 14:42, Reinout van Rees rein...@vanrees.org wrote: On 22-03-11 18:57, Carl Meyer

Re: [Distutils] issues with namespace packages on Debian Squeeze and Python 2.6

2011-03-23 Thread Jim Fulton
On Wed, Mar 23, 2011 at 9:42 AM, Reinout van Rees rein...@vanrees.org wrote: On 22-03-11 18:57, Carl Meyer wrote: Only: buildout cannot detect the eggs in their non-standard locations as  buildout obviously doesn't have the ubuntu setuptools' fix... This sounds more likely to be caused by

Re: [Distutils] issues with namespace packages on Debian Squeeze and Python 2.6

2011-03-22 Thread Reinout van Rees
On 11-03-11 14:27, Barry Warsaw wrote: I have tried with system default python 2.5, and namespace packages works. The same when I create a virtual environment with python 2.6. The problem seems to just be with system default python 2.6. I'm using the original setuptools (installed from

Re: [Distutils] issues with namespace packages on Debian Squeeze and Python 2.6

2011-03-22 Thread Carl Meyer
On 03/22/2011 06:50 AM, Reinout van Rees wrote: On 11-03-11 14:27, Barry Warsaw wrote: I have tried with system default python 2.5, and namespace packages works. The same when I create a virtual environment with python 2.6. The problem seems to just be with system default python 2.6. I'm

Re: [Distutils] issues with namespace packages on Debian Squeeze and Python 2.6

2011-03-11 Thread Barry Warsaw
On Mar 03, 2011, at 11:05 PM, Manlio Perillo wrote: It seems I'm having some trobles with setuptools and namespace packages under Debian Squeeze and Python 2.6. Can you be more specific about what problems you're having? One thing to say about Python 2.6 on Debian Squeeze is that local packages

[Distutils] issues with namespace packages on Debian Squeeze and Python 2.6

2011-03-03 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi. It seems I'm having some trobles with setuptools and namespace packages under Debian Squeeze and Python 2.6. One thing to say about Python 2.6 on Debian Squeeze is that local packages are installed under /usr/local/lib/python2.6/dist-packages/.