[Ironpython-users] line ending normalization in ipy-2.7-maint

2015-01-31 Thread Pawel Jasinski
Hi, I have performed normalization of line ending over the ipy-2.7-maint in IronLanguages/main. The normalization steps are documented on wiki: https://github.com/paweljasinski/IronLanguages/wiki/Line-ending-normalization The changes fix our trouble with mixed line ending (eradicated on commit) ,

[Ironpython-users] Fwd: Error when installing package with pip

2015-01-31 Thread Pawel Jasinski
-- Forwarded message -- From: Pawel Jasinski Date: Sat, Jan 31, 2015 at 3:18 PM Subject: Fwd: [Ironpython-users] Error when installing package with pip To: "ironpython-users@python.org" I always hit the wrong reply :-( -- Forwarded message -- From: Pawel Jasinsk

[Ironpython-users] Fwd: Error when installing package with pip

2015-01-31 Thread Pawel Jasinski
I always hit the wrong reply :-( -- Forwarded message -- From: Pawel Jasinski Date: Sat, Jan 31, 2015 at 9:11 AM Subject: Re: [Ironpython-users] Error when installing package with pip To: aqw 31 when I try on my machine (not exactly 2.7.5), $ bin/Debug/ipy.exe -X:Frames -m pip

Re: [Ironpython-users] Error when installing package with pip

2015-01-31 Thread Pawel Jasinski
on the second thought, I checked where it trips, and it is a certificate extraction/validation. Are you using private pip repo? Can you show the certificate provided by the repo? --pawel On Fri, Jan 30, 2015 at 12:31 AM, aqw 31 wrote: > Hello, > > I get an error when I try to install a package vi