[Zope-dev] Re: zpkgsetup

2006-01-14 Thread Shane Hathaway

Philipp von Weitershausen wrote:

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.


Just now, I entered the 'buildsupport' directory and typed 'svn up', and 
the zpkgsetup directory magically appeared this time.  Either someone 
fixed this or Subversion is doing something mysterious.  Thanks.


Shane
___
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 )


[Zope-dev] Re: zpkgsetup

2006-01-14 Thread Philipp von Weitershausen
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 )