distutils package_dir newbie

peter Peter.Vandersteegen at gmail.com
Wed Aug 3 06:55:03 EDT 2005


hello Robert

I've tried your setup.py file and now it seems to work...
I've made the following fault in the setup:
I did use:
setup(..., packages = ['project_dev'], ...) instead of the correct one:
setup(..., packages = ['project_user'], ...)

you have been a great help

Peter




More information about the Python-list mailing list