Ronald Oussoren wrote:
> My explanation seems to be bad, I meant to say sharing extensions across
> different builds of the same Python version. One might install a normal
> unix build in /opt/python and a framework build in /Library/Frameworks.

Sorry, I didn't read your message carefully enough. This isn't a problem
in Unix/ELF: you (normally) only put the name of the library into the
resulting executable/library, not the absolute path. You then use
the library search path (system-defined or LD_LIBRARY_PATH) to find the
library.

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to