Re: [Distutils] [issue24] Rename easy_install

2008-06-18 Thread Dave Peterson
Phillip J. Eby wrote: At 06:27 PM 6/16/2008 -0500, Dave Peterson wrote: Phillip J. Eby wrote: At 12:57 PM 6/16/2008 +1200, Greg Ewing wrote: Any discussion of that sort seems to get hopelessly bogged down, so bikeshedding is all that's left for people to do. What about testing patches?

[Distutils] ImportError running 'test' on namespace package - other package in namespace not found

2008-06-18 Thread Jason R. Coombs
I've got two projects: mynamespace.myprojectA and mynamespace.myprojectB myprojectB depends on myprojectA. I'm using setuptools 0.6c8 to manage both projects. Both projects are registered using 'setup develop'. Both projects are accessible from an interactive interpreter: PS