Hi all,

After installation of
1) numpy-1.5.0b1-win32-superpack-python2.6.exe (may be this is not
relevant) and
2) tables-2.2.win32-py2.6.exe
I got after the import:
***********************************************************
>>> import tables
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "c:\Python26\Lib\site-packages\tables\__init__.py", line 84, in
<module>
    from tables.file import File, openFile, copyFile
  File "c:\Python26\Lib\site-packages\tables\file.py", line 65, in <module>
    from tables.table import Table
  File "c:\Python26\Lib\site-packages\tables\table.py", line 38, in <module>
    from tables import tableExtension
  File "tableExtension.pyx", line 33, in init tables.tableExtension
(tables\tabl
eExtension.c:12260)
  File "c:\Python26\Lib\site-packages\tables\conditions.py", line 23, in
<module
>
    from numexpr.necompiler import stringToExpression, NumExpr
ImportError: No module named necompiler
***********************************************************

The reason is the obvious name collision of the `numexpr` package and the
tables' `numexpr` sub-package (a directory having __init__.py) that
certainly dosn't have the requested `numexpr.necompiler`.

I wander how you guys go over this? Have I missed something simple but
important?.. Please help!

Regards,
Konstantin



------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to