A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/pythonmac-sig/2003-October/008999.html below:

[Pythonmac-SIG] PackMan - in defence of Python code in the database

[Pythonmac-SIG] PackMan - in defence of Python code in the databaseJack Jansen Jack.Jansen at cwi.nl
Fri Oct 10 05:22:10 EDT 2003
I started working on a PackMan database for Panther yesterday, and I
ran into two cases that I think I couldn't have solved without the 
ability
to run Python code from the database:

1. binary distributions are specific to the install location of Python,
    they're basically tar files. So, a binary distribution for 
Apple-MacPython
    is different from a binary distribution for JackJansen-MacPython.
    We work around this for per-user installs, but at a cost (such as C 
header
    files not being installed). So, I needed a new test to see where 
sys.prefix
    was pointing.
2. In Apple-installed Python sys.prefix/include/python2.3 is root-owned 
and
    readonly. This makes installers like Numeric fail (which want to 
write there).
    So I needed a new test for this (with the description being an 
explanation
    of the unix commands to run to fix this).

All of these could have been handled in pimp itself, of course, but pimp
is already out there, as distributed by Apple...
--
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma 
Goldman


More information about the Pythonmac-SIG mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4