pyimreg / python-register

Linear and non-linear image registration methods, using scipy and numpy.
Other
62 stars 34 forks source link

Setup scripts do not work. #1

Closed nfaggian closed 13 years ago

nfaggian commented 13 years ago

The setup scripts do not correctly build or install the package, right now the following is needed to run the examples:

Nathan-Faggians-MacBook-Pro:Desktop nfaggian$ cd python-register/ Nathan-Faggians-MacBook-Pro:python-register nfaggian$ export PYTHONPATH=pwd Nathan-Faggians-MacBook-Pro:python-register nfaggian$ cd register/samplers/ Nathan-Faggians-MacBook-Pro:samplers nfaggian$ python setup.py buildrunning build running build_ext Nathan-Faggians-MacBook-Pro:samplers nfaggian$ ln -s build/lib.macosx-10.6-x86_64-2.7/libsampler.so .

This needs to be fixed, the package needs to be installable easily.