Shane Hathaway wrote: > I just updated a trunk checkout of Zope 2. When I use 'python setup.py > build_ext -i', I get this: > > Traceback (most recent call last): > File "setup.py", line 32, in ? > import zpkgsetup.package > ImportError: No module named zpkgsetup.package > > 'make' fails the same way. My checkout has nothing called zpkgsetup.
It does, zpkgsetup is in 'buildsupport'. setup.py mangles 'buildsupport' into sys.path first thing. That must fail somehow. It's hard to say why since it works over here. Philipp _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope )