tcstewar / nstbot

Python library for controlling and emulating robots from the Neuroscientific System Theory at TUM
GNU General Public License v2.0
5 stars 9 forks source link

Cannot show image on OS X #2

Open thddaniel opened 8 years ago

thddaniel commented 8 years ago

In the retinabot.py, does the quick mode work on OS X system? I have tried different versions of matplotlib, but it cannot startup when I use show_image function. Another approach, "pylab.pause(1e-8)" is also not working on my computer.

tcstewar commented 8 years ago

Good question... I don't think I've ever tried it on OS X, and I wouldn't be surprised if it doesn't work -- matplotlib has all sorts of weird variants. I'd love to sit down and get a good fast implementation on OS X....

thddaniel commented 8 years ago

Thank you a lot. In addition, do you know is there any library which can support omnibot using nengo2.0?