DiegoSanjuan / pysphere

Automatically exported from code.google.com/p/pysphere
0 stars 0 forks source link

This line/command "import pysphere" generates this: "ImportError: cannot import name VIProperty" #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
fixed in r68

Original comment by argo...@gmail.com on 12 Apr 2012 at 4:10

GoogleCodeExporter commented 8 years ago

Original comment by argo...@gmail.com on 24 Apr 2012 at 11:00