You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Install pcaspy (under sudo) in linux via pip install pcaspy
2. python -c "import pcaspy"
What is the expected output? What do you see instead?
The output is
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib64/python2.6/site-packages/pcaspy/__init__.py", line 1, in <module>
from driver import Driver, SimpleServer, PVInfo, SimplePV
File "/usr/lib64/python2.6/site-packages/pcaspy/driver.py", line 1, in <module>
import cas
ImportError: No module named cas
What version of the product are you using? On what operating system?
0.5
Please provide any additional information below.
Original issue reported on code.google.com by zunbe...@gmail.com on 3 Oct 2014 at 11:33
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
zunbe...@gmail.com
on 3 Oct 2014 at 11:33The text was updated successfully, but these errors were encountered: