Hi. Just wanted to share that I was able to get bpython working on Windows by using the Unofficial Windows Binaries for Python Extension Packages by Christoph Gohlke, Laboratory for Fluorescence Dynamics, University of California, Irvine. [1]
Prior to this I received an error : >>> ImportError: No module named _curses The README file wasn't very encouraging: The idea is to provide the user with all the features in-line, much like modern IDEs, but in a simple, lightweight package that can be run in a terminal window, so curses seemed like the best choice. Sorry if you use Windows. After installing the executable associated with Python 3.2, everything worked. I'm very excited about this because bpython looked very attractive when I first saw it. Hope this helps anyone else who'd like to use bpython on Windows. Billy [1] http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses -- You received this message because you are subscribed to the Google Groups "bpython" group. To view this discussion on the web visit https://groups.google.com/d/msg/bpython/-/uhvSWQ0bKcIJ. 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/bpython?hl=en.
