Gary Poster wrote
long term: yeah, this needs to be fixed. Jim's aware of it. Has to do with how eggs are built. AIUI, fixing it would probably happen in setuptools.
Right, setuptools builds the pycs in a temporary directory and then moves them to the final location. Because the pycs include the full path as of the time they were built, they then point to the wrong place. Gary's suggestion forces them to be rebuilt with correct paths.
-- Benji York Senior Software Engineer Zope Corporation _______________________________________________ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users