Installation
Installing CogPy:
- Download the most recent version of CogPy
- Unzip and place the "cogpy" folder on your Python path
- Usually located at .../Python/lib or .../Python/lib/site-packages
- To find all folders on your python path, enter the following code in your Python interpreter:
import sys
print sys.path
Dependencies:
wxPython
CogPy requires the wxPython package to function properly. You can download it at one of two locations:
wxPython also comes packaged with many of the non-standard distributions of Python, including Portable Python and Python(x,y).