[I've received this bounce (sent from an unsubcribed address, I guess)]

---------------------------------------------------------------
Hi,

I am trying to bundle an application using PyTables 2.0.4 with 
PyInstaller.
Running the bundled executable (on Windows XP if it matters -- didn't 
try
Linux yet) I get a traceback ending with:

  File "hdf5Extension.pyx", line 11, in hdf5Extension
  File "C:\pyinstaller\iu.py", line 427, in importHook
    raise ImportError, "No module named %s" % fqname
ImportError: No module named utilsExtension

In hdf5Extension.pyx I see this line:

from utilsExtension cimport malloc_dims, get_native_type

and wonder if it should be:

from tables.utilsExtension cimport malloc_dims, get_native_type

but I don't know anything about pyrex.

Anyone? Thanks.

--
sk
--- Begin Message ---
The attached message has been automatically discarded.
--- Begin Message ---
Hi,

I am trying to bundle an application using PyTables 2.0.4 with PyInstaller.
Running the bundled executable (on Windows XP if it matters -- didn't try
Linux yet) I get a traceback ending with:

  File "hdf5Extension.pyx", line 11, in hdf5Extension
  File "C:\pyinstaller\iu.py", line 427, in importHook
    raise ImportError, "No module named %s" % fqname
ImportError: No module named utilsExtension

In hdf5Extension.pyx I see this line:

from utilsExtension cimport malloc_dims, get_native_type

and wonder if it should be:

from tables.utilsExtension cimport malloc_dims, get_native_type

but I don't know anything about pyrex.

Anyone? Thanks.

--
sk



--- End Message ---

--- End Message ---
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to