Re: [Pythonmac-SIG] Python development on OSX

2011-01-19 Thread Charles Hartman
On Wed, Jan 19, 2011 at 2:10 PM, Christopher Barker wrote: > > > Do I need/want to use py2app to distribute my app(s)? >>> >> >> Never happens. >> > > fair enough. > But this is where Bill J's use-case departs drastically from those of many users, perhaps most, and certainly the majority of th

Re: [Pythonmac-SIG] Python development on OSX

2011-01-19 Thread Aahz
On Wed, Jan 19, 2011, Christopher Barker wrote: > > OK -- well, I'd say the solution to that is simple: DON'T DO THAT. > We say time and time again that you should NEVER mess with Apple's > python. Just to repeat for emphasis: NEVER mess with ANYONE'S system python. Doesn't matter whether it's Mac

Re: [Pythonmac-SIG] Python development on OSX

2011-01-19 Thread Christopher Barker
NOTE: I'm not trying to persuade Bill of anything -- he's clearly found a method that works well for him, but for future googlers, I think a few clarifications are in order: On 1/18/11 4:29 PM, Bill Janssen wrote: Bill -- I'm really curious what issues you've had -- In general, there are

Re: [Pythonmac-SIG] Python development on OSX

2011-01-19 Thread Andrew Jaffe
On 17/01/2011 22:41, Tony Cappellini wrote: I do want 2.7 because it's a requirement at work. I want to have the same versions & packages to avoid compatibility issues. I can put Python2.7 in a different directory and leave 2.6 there but I want the 2.7 installation to be the default one. For