Results 49 comments of David Gleich

Did we fix this? If so, you should have listed the commit number that closes it ... e.g. https://help.github.com/articles/closing-issues-via-commit-messages

What version of Matlab are you using? Have you placed MatlabBGL on your path?

What happens if you run ``` cd H:\thesis\simulation\matlab_bgl a = inplace(ones(5)); ```

Hmm... not sure, I don't have a version of 2015. So I can't test. Do you need inplace? It isn't essential.

If you can post any info on how windows deals with mex files now, that'd be useful to look at. You may have to recompile this for 64-bit windows or...

I'm not really doing much on this library anymore. Sorry.

After installing cython, which should be required ``` (bvg)dgleich@recurrent:~/scratch$ pip install pylibbvg Downloading/unpacking pylibbvg Downloading pylibbvg-2.0.4.tar.gz Running setup.py egg_info for package pylibbvg Traceback (most recent call last): File "", line...

This is still not working as of 2.0.12 Do you have install_requires? http://ogirardot.wordpress.com/2013/01/05/state-of-the-pythonpypi-dependency-graph/ David

Please send me a report on this issue on Monday. The sequence of commands -- ``` virtualenv bvg . bvg/bin/activate pip install pylibbvg ``` Must work.

This still fails for me. ``` Downloading pylibbvg-2.0.21.tar.gz (151Kb): 151Kb downloaded Running setup.py egg_info for package pylibbvg Traceback (most recent call last): File "", line 14, in File "/home/dgleich/scratch/bvg/build/pylibbvg/setup.py", line...