pbfy0 / visvis

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

ImportError: No module named core #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I read requirements, then downloaded installer and when trying to import:

import visvis as vv

I get this error:
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "C:\Python26\lib\site-packages\visvis\__init__.py", line 54, in <module>
    from visvis.core import *
ImportError: No module named core

Am I missing something?

---------------
Windows 7 32b
Python 2.6.6

Original issue reported on code.google.com by klo...@gmail.com on 25 Jun 2011 at 1:41

GoogleCodeExporter commented 9 years ago
First thing that pops to mind is that you might have a directory called 
"visvis" somewhere on your PYTHONPATH.

Just to be sure, could you check whether your visvis installation has a "core" 
directory with content?

Original comment by almar.klein@gmail.com on 26 Jun 2011 at 9:35

GoogleCodeExporter commented 9 years ago
Unfortunately not

No. I tried installer, but now that you ask and I'm not sure if you are
implying 'core' directory as possible offender or necessity I reinstalled
with pip to same result

I attached install logs if they can tell you anything

Original comment by klo...@gmail.com on 26 Jun 2011 at 10:00

GoogleCodeExporter commented 9 years ago
Well, I found the error. It´s due to an error in the setup script. Completely 
my mistake, my apologies.

There´s a fixed version available for download.

Original comment by almar.klein@gmail.com on 26 Jun 2011 at 10:13

GoogleCodeExporter commented 9 years ago
And thanks for reporting this bug!

Original comment by almar.klein@gmail.com on 26 Jun 2011 at 10:19

GoogleCodeExporter commented 9 years ago
Thanks for your work

I reinstalled with pip, and everythings is as expected

Original comment by klo...@gmail.com on 27 Jun 2011 at 7:26

GoogleCodeExporter commented 9 years ago

Original comment by almar.klein@gmail.com on 1 Jul 2011 at 9:38