Re: [Pyobjc-dev] newbie question: How do I use my fink python installation?
Brought to you by:
ronaldoussoren
From: <bb...@ma...> - 2002-12-14 14:07:08
|
On Saturday, Dec 14, 2002, at 02:54 US/Eastern, William Scott wrote: > Is there any simple way to get this to play nice with /sw/bin/python > and all its modules? Either hardwire the path in the bin-python-main.m to /sw/bin/python or set the default PythonBinPath to point to /sw/bin/python (for you, that could be 'defaults write -globalDomain PythonBinPath /sw/bin/python' to set it across your machine.) > Many thanks, and I apologize in advance for what may be a series of > really stupid basic questions. Not stupid -- there isn't any documentation! -- Larger question: is there any reason why the various modules you have built via Fink cannot be built against the Apple supplied Python 2.2? What is the list of modules? For distribution purposes-- i.e. if you wanted to create a standalone app that'll work on any 10.2.x machine, it would be better to build against the system provided python 2.2. b.bum |