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/
_______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
