[Python-Dev] Problem with module loading on multi-arch?
Thomas Wouters
thomas at python.org
Fri Mar 17 11:48:39 CET 2006
On 3/17/06, Neal Becker <ndbecker2 at gmail.com> wrote:
> OK, let's talk about it.
>
> 1. Does it make sense to have both
>
> <site-dep>/app/subpackage
> and
> <site-indep>/app/subpackage
> ?
>
> My answer: definitely yes.
>
Nope. It would make sense to have .py files in site-indep and .pyc, .pyo and
.so files in site-dep, but Python doesn't allow that (in 2.x, anyway;
3.xfeature?) I believe it should all be in site-dep.
--
Thomas Wouters <thomas at python.org>
Hi! I'm a .signature virus! copy me into your .signature file to help me
spread!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-dev/attachments/20060317/a59bec00/attachment.htm
More information about the Python-Dev
mailing list