[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] Psycollider on Mac OSX
On Tue, 14 Dec 2004 01:10:46 +0100, Benjamin Golinvaux
<Benjamin.Golinvaux@xxxxxxxxxxx> wrote:
> hi
>
> yes it should run on the mac. nothing is windows-specific in there
> i need to find some time to
> create an xcode project for the python extension (or a python setup
> script which can be easier maybe.... i never coded python extensions
> on osx)
If there is nothing specific to an operating system, using Python's
distutils system would be a better option. It's been a long time since
I've used Python on Windows, but the distutils option should allow it
to be used on all Unices with a "python setup.py build" command.
Distutils exists to make it easier to package, distribute, and build
Python modules, packages, and even extension code written in C.
At that point, all a user would have to have on their Mac OS X system
is 'gcc' and Python, but not xcode.
See
http://www.python.org/doc/2.3.4/ext/building.html