Menu

#134 Mac binary installs for scripting binding

2.2
open
nobody
None
5
2012-10-23
2008-07-07
No

As the title indicates, the Mac install should include optional packages for installing the scripting bindings.

Discussion

  • Anonymous

    Anonymous - 2011-08-30

    I believe this feature request should be considered, for a few reasons:
    - It can't be that hard: I mean, there are already binary bindings for Windows and Linux (the latter, unofficial).
    - Compiling requires extra software: Requiring people to install XCode, a multigigabyte download, just to compile less than a megabyte of code is unreasonable.
    - Compiling is a pain for end-users: I've developed a chemistry tool for OSX in Python. It should be able to run easily on any platform, but my users aren't developers and can't be expected to compile the libraries my program needs in order to run.

     
  • Geoff Hutchison

    Geoff Hutchison - 2011-08-30

    It's tricky, though. With every OS release, Apple delivers a new default Python version. So I'd need to support 10.7/Python2.7 and 10.6/Python2.6, etc.

    I can probably at least release 10.7/Python2.7 with the next release.