Prev: Declarative programming for the Model part of an application
Next: xml.dom.minidom character encoding
From: Tingting HAN on 23 Apr 2010 17:43 Dear Officer, I first apologize that I am totally new for python. I have downloaded a code packet triMC3D from online, and within it there is a file configuration.py.I downloaded and installed python and some related packages, tried very hard, but there is still the following error: the Traceback (most recent call last): File "E:\TingTing\triMC3D-1.0.0\python\configuration.py", line 8, in ? from tables import * File "C:\Python23\Lib\site-packages\tables\__init__.py", line 31, in ? from tables.utilsExtension import getPyTablesVersion, getHDF5Version ImportError: DLL load failed: The specified procedure could not be found. The first attached The system of my computer is Windows XP. The first attached file is the README file for triMC3D code. It says they used python 2.3 so I used the version python-2.3.5. The second attached is the file configuration.py I want to run. I sincerely hope that you could try to run it, see what is the problem and give me some tips. -- Best regards, Sofia ETSI de Telecomunicación - office C-203-1 Dpto. Ingeniería Electrónica Ciudad Universitaria s/n Madrid 28040, Spain TEL: +34 65 232 4340
From: Gabriel Genellina on 23 Apr 2010 22:23
En Fri, 23 Apr 2010 18:43:41 -0300, Tingting HAN <hihighsky(a)gmail.com> escribió: > I first apologize that I am totally new for python. I have downloaded a > code > packet “triMC3D” from online, and within it there is a file > “configuration.py”.I downloaded and installed python and some related > packages, tried very hard, but there is still the following error: > > > > the Traceback (most recent call last): > File "E:\TingTing\triMC3D-1.0.0\python\configuration.py", line 8, in ? > from tables import * > File "C:\Python23\Lib\site-packages\tables\__init__.py", line 31, in ? > from tables.utilsExtension import getPyTablesVersion, getHDF5Version > ImportError: DLL load failed: The specified procedure could not be > found. Looks like some dependecies are incomplete. triMC3D home page at http://trimc3d.et.tudelft.nl/index.php?n=Main.Installation says: "triMC3D depends on several libraries in order to be built: libhdf5 and libhdf5_hl libgsl an MPI implementation, like mpich2, in order to compile the parallel version Furthermore, python 2.x and packages pytables, scipy, VTK and numarray/numpy are extensively used for model preparation and post-processing of simulation data." Did you install all of them? triMC3D doesn't appear to be widely used, so better ask the author for further advice. -- Gabriel Genellina |