Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-11 Thread John Gill
t for users and developers of Python for .NET Subject: Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet Agreed - had no problem building in VS. I did have some problems in setup.py, that I pointed out (but only having to do with my registry keys not aligning with what the script

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-05 Thread Adam Klein
is mind blowing. Kudos once again. From: PythonDotNet [mailto:pythondotnet-bounces+aklein=bmcm@python.org] On Behalf Of David Anthoff Sent: Wednesday, June 04, 2014 3:38 PM To: 'A list for users and developers of Python for .NET' Subject: Re: [Python.NET] homebrew pythonnet, versus pi

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread Tony Roberts
riedman > *Sent:* Wednesday, June 4, 2014 9:49 AM > *To:* A list for users and developers of Python for .NET > *Subject:* Re: [Python.NET] homebrew pythonnet, versus pip install --pre > pythonnet > > Umm. As an asside: seriously? You are only supporting setup.py builds > f

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread David Anthoff
Bradley Friedman Sent: Wednesday, June 4, 2014 11:36 AM To: pythondotnet@python.org Subject: Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet Yes. But the problem is: before the migration, those things DID work. And it was the pip/setup.py that needed to be fixed up

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread Bradley Friedman
n the system path and/or pythonpath if it is not registered in > the GAC. > > From: PythonDotNet [mailto:pythondotnet-bounces+btribble=ea@python.org] > On Behalf Of Adam Klein > Sent: Tuesday, June 03, 2014 4:02 PM > To: pythondotnet@python.org > Subject: [Python.NET

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread David Anthoff
Friedman Sent: Wednesday, June 4, 2014 9:49 AM To: A list for users and developers of Python for .NET Subject: Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet Umm. As an asside: seriously? You are only supporting setup.py builds from this branch? That's a pr

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread Brad Friedman
r pythonpath if it is not >>> registered in the GAC. >>> >>> From: PythonDotNet [mailto:pythondotnet-bounces+btribble=ea@python.org] >>> On Behalf Of Adam Klein >>> Sent: Tuesday, June 03, 2014 4:02 PM >>> To: pythondotnet@python.org

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread Adam Klein
n…) From: Adam Klein Sent: Wednesday, June 04, 2014 8:55 AM To: A list for users and developers of Python for .NET Subject: RE: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet Sorry for not being clear – 1) I’m not building on homebrew on mac :) I am building myself using

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread Adam Klein
2014 4:02 PM To: pythondotnet@python.org<mailto:pythondotnet@python.org> Subject: [Python.NET<http://Python.NET>] homebrew pythonnet, versus pip install --pre pythonnet Hi All, Amazing library, first of all! I am experimenting with integrating ipython / numpy / pandas for interactive

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread Adam Klein
irm others see this behavior as well. From: PythonDotNet [mailto:pythondotnet-bounces+aklein=bmcm@python.org] On Behalf Of Tony Roberts Sent: Wednesday, June 04, 2014 6:15 AM To: A list for users and developers of Python for .NET Subject: Re: [Python.NET] homebrew pythonnet, versus pip install

[Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread Adam Klein
Sorry if this is duplicated… I’m not getting confirmation that my emails are reaching the mailing list… From: Adam Klein Sent: Wednesday, June 04, 2014 10:18 AM To: 'A list for users and developers of Python for .NET' Subject: RE: [Python.NET] homebrew pythonnet, versus pip ins

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread Adam Klein
: pythondotnet@python.org Subject: RE: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet I think I found one problem ... in FindAssembly (in assemblymanager.cs), the name it passes for assembly dependencies seems to be of the following form: "c:\\path\\Assembly, Version=2.0.0.0, Cu

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread Adam Klein
thonDotNet [mailto:pythondotnet-bounces+aklein=bmcm@python.org] On Behalf Of Adam Klein Sent: Tuesday, June 03, 2014 7:02 PM To: pythondotnet@python.org Subject: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet Hi All, Amazing library, first of all! I am experimenting with i

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-04 Thread Tony Roberts
Of *Adam > Klein > *Sent:* Tuesday, June 03, 2014 4:02 PM > *To:* pythondotnet@python.org > *Subject:* [Python.NET] homebrew pythonnet, versus pip install --pre > pythonnet > > Hi All, > > Amazing library, first of all! > > I am experimenting with integrating ipython /

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-03 Thread Bradley Friedman
and/or pythonpath if it is not registered in > the GAC. > > From: PythonDotNet [mailto:pythondotnet-bounces+btribble=ea@python.org] > On Behalf Of Adam Klein > Sent: Tuesday, June 03, 2014 4:02 PM > To: pythondotnet@python.org > Subject: [Python.NET] homebrew python

Re: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-03 Thread Tribble, Brett
014 4:02 PM To: pythondotnet@python.org Subject: [Python.NET] homebrew pythonnet, versus pip install --pre pythonnet Hi All, Amazing library, first of all! I am experimenting with integrating ipython / numpy / pandas for interactive data analysis with our large existing C# codebase. We are usin

[Python.NET] homebrew pythonnet, versus pip install --pre pythonnet

2014-06-03 Thread Adam Klein
Hi All, Amazing library, first of all! I am experimenting with integrating ipython / numpy / pandas for interactive data analysis with our large existing C# codebase. We are using the Anaconda 2.0 release from ContinuumIO. With `pip install -pre pythonnet`, everything goes as expected (great!)