[Zope-dev] Re: zpkgsetup

Philipp von Weitershausen philipp at weitershausen.de
Sun Jan 15 00:54:57 EST 2006


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


More information about the Zope-Dev mailing list