Re: [Distutils] pip behavior

2016-06-28 Thread Steve Spicklemire
Indeed! I've typed “pip install -U pip” so many times I thought they were all up to date. thanks, -steve > On Jun 27, 2016, at 7:57 PM, Robert Collins wrote: > > Its almost certainly the version of pip within each environment. > > -Rob > > On 27 June 2016 at 23:45

[Distutils] pip behavior

2016-06-27 Thread Steve Spicklemire
Hi Distutils-SIG Folks, If this is not the best place for a ‘pip’ question, please direct me to a better destination. I have several virtual environments. As far as I know they should all be about the same WRT the python binary that was used to create them (home-brew python2.7.11/OSX). However

Re: [Distutils] Packaging today

2014-01-11 Thread Steve Spicklemire
Thanks Chris, >From earlier in the thread the statement was made: > i.e would the same binary wheel work for both? > > It should, and we will fix issues if they come up. in reference to Windows builds against MSVC 2008. I was asking if this "binary compatibility with python.org python" also a

Re: [Distutils] Packaging today

2014-01-09 Thread Steve Spicklemire
taller for Mac that loads on top of python.org python and our current VPython installer. All working, so crisis averted. ;-) I'll look into binary wheels when the dust settles. thanks for all the suggestions! -steve On Jan 8, 2014, at 2:09 PM, Steve Spicklemire wrote: > This is good new

Re: [Distutils] Packaging today

2014-01-08 Thread Steve Spicklemire
This is good news. I'll experiment! thanks, -steve On Jan 8, 2014, at 1:48 PM, David Cournapeau wrote: > > > > On Wed, Jan 8, 2014 at 6:44 PM, Chris Barker wrote: > On Wed, Jan 8, 2014 at 1:48 AM, David Cournapeau wrote: > We don't use mingw to build packages distributed within canopy (at

[Distutils] Packaging today...

2014-01-07 Thread Steve Spicklemire
#x27;ve noticed the recent conversion about binary dependencies, but from the discussion it seemed to be mostly about the future...) Where should I go to get the 'latest' advise/documentation on distribution for a package that I want to distribute today (rather than pestering you folks)?

Re: [Distutils] Packaging today

2014-01-06 Thread Steve Spicklemire
Thanks Chris for the detailed reply. On Jan 6, 2014, at 4:55 PM, Chris Barker wrote: > Either/or? As an instructor, I'd recommend you pick one and go with it -- if > you need wx, that means Canopy for now. Alternatively, you suggest the > python.org builds, and point your users to binaries the

[Distutils] Packaging today

2014-01-06 Thread Steve Spicklemire
thanks! -steve (P.S., I tried to send this earlier today, but it appears to have failed. Apologies if you've gotten this twice) Steve Spicklemire University of Indianapolis Dept. of Physics and Earth Space Sciences spicklem...@uindy.edu (317) 788-3313 _

Re: [Distutils] Trouble building visual python extension on MacOSX 10.8... with python3.2

2013-02-18 Thread Steve Spicklemire
Aha! I think this turned out to be the trouble. THANK YOU! Having said that, I didn't specify -framework Python explicitly, but distutils put that *and* the correct '-I' (but not '-L') line for the corresponding include directory within the correct version of the framework. I guess it was gett

Re: [Distutils] Trouble building visual python extension on MacOSX 10.8… with python3.2

2013-02-18 Thread Steve Spicklemire
08776 Feb 18 06:44 cvisual.so On Feb 18, 2013, at 10:07 AM, Steve Spicklemire wrote: > Finally.. I thought I'd try to inspect the produced .so file. With otool I > figured out how to dump the symbol table (-vI) and found that while they have > exactly the same size, they h

[Distutils] Trouble building visual python extension on MacOSX 10.8… with python3.2

2013-02-18 Thread Steve Spicklemire
Hi Distutils Folks, I'm hoping someone on the distutils list may have some hints about discovering the incantation necessary to produce a working boost-linked python extension for ptyhon.org Python-3.2.3 on MacOS 10.8. Here's my situation. I'm attempting to help out with a wxPython port of visu