Hello all - thus far I've been using a standalone version of psychopy. However, now I'd like to explore some of the psydat files that were created, and I'd like to use ipython as my interactive environment to explore them.
This means I need to install psychopy libraries, but I'm having a really hard time getting this to work. I have tried using easy_install and pip, but I get an error when gui tries to import wx.
/Users/choldgraf/anaconda/lib/python2.7/site-packages/psychopy/gui.py in <module>()
6 from psychopy import logging
7 #from wxPython import wx
----> 8 import wx
9 import numpy
10 import string, os
ImportError: No module named wx
I've tried pip install wxPython, but this is called wxPython, not wx (as the developers know, considering the commented line above).
Anyone have suggestions for getting this to work? I'm using the anaconda distribution, so no enpkg for me :P
Thanks