What steps will reproduce the problem?
Using the code in the SVN trunk
Doing 'python ./setup.py install'
Then at an interactive python (v2.6) prompt, typing:
import pysphere
This results in the following output:
[ ... ]
File "pysphere/vi_performance_manager.py", line 31, in <module>
from pysphere import VIProperty
ImportError: cannot import name VIProperty
>>>>
This happens on Linux (Ubuntu 10.04.03), as well as on MacOSX (Python 2.7 in
that environment).
Applying the attached patch (then re-installing) resolved this problem for me.
Original issue reported on code.google.com by daniel...@gmail.com on 9 Apr 2012 at 7:21
Original issue reported on code.google.com by
daniel...@gmail.com
on 9 Apr 2012 at 7:21Attachments: