running install_egg_info
Writing /usr/local/lib/python3.3/dist-packages/pystan-0.1.1.egg-info
running install_clib
creating /usr/local/lib/python3.3/dist-packages/pystan/bin
copying build/temp.linux-x86_64-3.3/libstan.a -> /usr/local/lib/python3.3/dist-packages/pystan/bin/
root@CYBERPOWERPC:/tmp/pystan# updatedb
root@CYBERPOWERPC:/tmp/pystan# mlocate -b pystan
/usr/local/lib/python3.3/dist-packages/pystan
/usr/local/lib/python3.3/dist-packages/pystan-0.1.1.egg-info
goodrich@CYBERPOWERPC:/tmp/pystan$ python3
Python 3.3.2+ (default, Jun 13 2013, 11:56:31)
[GCC 4.8.1] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pystan
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "./pystan/__init__.py", line 8, in <module>
from pystan.api import stanc, stan
File "./pystan/api.py", line 12, in <module>
import pystan._api # stanc wrapper
ImportError: No module named 'pystan._api'
Thanks,
Ben