[Distutils] Skipping namespace file?

Kurt Schwehr schwehr at gmail.com
Wed Jan 3 16:47:17 CET 2007


Hi All,

I am working on packaging pydap and am getting some strange behavior.

Here is the install phase...

/sw/bin/python2.4 setup.py install --root=/sw/src/fink.build/root-
dap-py24-2.2.5.7-1 --single-version-externally-managed


And when it gets to the __init__.py file for dap, it skips it.  This causes
the package to not work.  Anyone have an idea why it is doing this?

copying dap/wsgi/paster_templates/template/index.tmpl ->
build/lib/dap/wsgi/paster_templates/template
running install_lib
Skipping installation of
/sw/src/fink.build/root-dap-py24-2.2.5.7-1/sw/lib/python2.4/site-packages/dap/__init__.py
(namespace package)
copying dap/client.py -> /sw/src/fink.build/root-dap-py24-2.2.5.7-1
/sw/lib/python2.4/site-packages/dap


I am using this version of pydap:

http://cheeseshop.python.org/packages/source/d/dap/dap-2.2.5.7.tar.gz


This install proceedure works well with other packages in mac osx/fink.  I
also see the behavior without the --single-version-externally-managed flag.
Anyone have a suggestion as to what's going on?

Thanks!!
-kurt
http://schwehr.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/distutils-sig/attachments/20070103/262a59e2/attachment.htm 


More information about the Distutils-SIG mailing list