ufoym / agpy

Automatically exported from code.google.com/p/agpy
MIT License
1 stars 0 forks source link

plfit setup.py has the wrong path for Cython #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the plfit directory, run:
python setup.py build_ext --inplace

Problem: Cython.__path__ is a list, directory list needed the directory
extended, not appended

Report by G. Ciampaglia

Original issue reported on code.google.com by keflavich on 25 Mar 2010 at 1:18