Leonardo Tonetto

Results 3 issues of Leonardo Tonetto

Tiny fix for issue #62, compiles fine and `pip install .` now works. The problem was a simple typo.

After a clean python2.7 install (anaconda), python setup.py build was returning this error. The solution was to simply move the attribute declarations from the .pyx file into the .pxd. Reference:...

I'm trying to build it but it's failing in `python setup.py build` Here are the logs for the error as well as `conda list` [error.log](https://github.com/LIBOL/SOL/files/2039943/error.log) [conda.list.log](https://github.com/LIBOL/SOL/files/2039947/conda.list.log)