Re: [Ironpython-users] setuptools

2012-03-13 Thread Slide
It does not seem to work with distribute (it exits with a StackOverflowException). I'll dig into it a little more. slide On Wed, Mar 7, 2012 at 3:59 PM, Jeff Hardy wrote: > On Wed, Mar 7, 2012 at 2:54 PM, Slide wrote: > > Just as an FYI, I committed some fixes today that should allow > setupto

Re: [Ironpython-users] setuptools

2012-03-07 Thread Jeff Hardy
On Wed, Mar 7, 2012 at 2:54 PM, Slide wrote: > Just as an FYI, I committed some fixes today that should allow setuptools to > be used with IronPython. I was able to bootstrap setuptools correctly with > these fixes. Can you try it with distribute (http://pypi.python.org/pypi/distribute) as well?

[Ironpython-users] setuptools

2012-03-07 Thread Slide
Just as an FYI, I committed some fixes today that should allow setuptools to be used with IronPython. I was able to bootstrap setuptools correctly with these fixes. https://github.com/IronLanguages/main/commit/f975d2f68412fd761939d19f0bfbb44fffea0fcc -- Website: http://earl-of-code.com