> I've placed a DMG with an installer for a universal build of > 2.4.2. This is an initial release of this installer, there are > probably issues with it. > ... <snip>
Guidance requested. 1) Does this installation still require TigerPython24Fix to be applied? Hmm, the TigerPython24Fix-r2.mpkg refuses to install it anyways: Under Select a Destination: "You cannot install TigerPython24Fix (r2) on this volume. Make sure your system meet the requirements" Other .mpkg packages didn't complain and seem to work fine. 2) As is having problems with building extensions: Happy-Happy-Joy-Joy:~/Desktop/vector3-0.6 iv$ python2.4 setup.py install running install running build running build_ext building 'vector3' extension Traceback (most recent call last): File "setup.py", line 46, in ? ext_modules = [ File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/core.py", line 149, in setup dist.run_commands() File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/dist.py", line 946, in run_commands self.run_command(cmd) File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/dist.py", line 966, in run_command cmd_obj.run() File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/command/install.py", line 506, in run self.run_command('build') File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/cmd.py", line 333, in run_command self.distribution.run_command(command) File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/dist.py", line 966, in run_command cmd_obj.run() File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/command/build.py", line 112, in run self.run_command(cmd_name) File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/cmd.py", line 333, in run_command self.distribution.run_command(command) File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/dist.py", line 966, in run_command cmd_obj.run() File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/command/build_ext.py", line 279, in run self.build_extensions() File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/command/build_ext.py", line 405, in build_extensions self.build_extension(ext) File "/Library/Frameworks/Python.framework/Versions/2.4//lib/ python2.4/distutils/command/build_ext.py", line 442, in build_extension sources = self.swig_sources(sources, ext) TypeError: swig_sources() takes exactly 2 arguments (3 given) 3) The included $PATH modifier doesn't work. Perhaps this is by design and is included just for testing, in this case apologies. Currently, ~/.profile is modified to include: | # Setting PATH for MacPython 2.4 | # The orginal version is saved in .cshrc.pysave | PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:$ {PATH}" a) for *csh missing setenv to actually make the change outside the script b) default shell since panther is bash, needs export c) should this be a global setting anyways? ie. i-Installer latex installation add this to /etc/profile | ## setloginpath added /usr/local/bin start at Mon Mar 6 16:18:17 EST 2006 | ## Do not remove the previous line | if [ `whoami` != "root" ] | then | PATH="$PATH:/usr/local/bin" | export PATH | fi | ## Do not remove the next line | ## setloginpath added /usr/local/bin end at Mon Mar 6 16:18:17 EST 2006 Regards, Ivan. _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig