> I found an msi install of zeromq for windows and ipython now works on > windows. Now for Mac!
I wrote up a step by step guide of what I did to compile the dependencies for the qtconsole for mac at https://github.com/sympy/sympy/wiki/Installing-the-IPython-qtconsole-in-Mac-OS-X. The notebook should be much easier, and you can skip many of the steps, like qt. In particular, pyqt was the hardest thing for me to compile (the only way I could get it to work was by using homebrew). Note that this probably isn't the best way to do some of the things listed there, but if you get stuck, there might be a tip on that page. Aaron Meurer -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
