ext Andrew Flegg <[email protected]> writes: > On Tue, Oct 20, 2009 at 08:17, Marius Vollmer <[email protected]> > wrote: >> ext Anderson Lizardo <[email protected]> writes: >> >>> 1) hack Python to not rely on paths returned by readlink() >> >> What about only ignoring the result of readlink when it starts with >> /opt/maemo? I.e., symlinks into /opt/maemo are not considered to be >> symlinks at all. > > Where would you consider that change made? Every point in Python where > it calls readlink()?
Yes. Every point where it uses the result of readlink to adjust its module load path. There can't be that many... _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
