Hi, I noticed that plain distutils and numpy.distutils differ in where they put the files specified with the keyword 'data_files' ( at least on windows XP). With distutils they go to 'PREFIX' and with numpy.distutils they go to 'PLATLIB', i.e. relative to the package installation directory. I guess this is for backward compatibility with python 2.3 which lacks a 'package_data' option. How can I install files to 'PREFIX' with numpy.disutils? Some data I really don't want to have lying around in the package dir, like e.g. documentation files, examples, etc.
Regards, Christian ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/numpy-discussion