Skip to content
This repository has been archived by the owner on Aug 15, 2017. It is now read-only.
/ Python-OSX-support Public archive

A meta-package for building a version of Python that can be embedded into an OS/X app

License

Notifications You must be signed in to change notification settings

pybee/Python-OSX-support

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: This project is DEPRECATED

It has been replaced by the multi-platform Python-Apple-support package

Python OS/X Support

This is a meta-package for building a version of Python that can be embedded into an OS/X app.

It works by downloading, patching, and building OpenSSL and Python.

This repository branch builds a packaged version of Python 3.4.2. Other Python versions are available by cloning other branches of the main repository.

Quickstart

Pre-built versions of the frameworks can be downloaded, and added to your OS/X project.

Alternatively, to build the frameworks on your own, download/clone this repository, and then in the root directory, and run:

$ make

This should:

  1. Download the original source packages
  2. Patch them as required for OS/X compatibility
  3. Build the packages.

The build products will be in the build directory.

About

A meta-package for building a version of Python that can be embedded into an OS/X app

Resources

License

Stars

Watchers

Forks

Packages

No packages published