running .py files on Linux

2010-05-06 Thread Tingting HAN
Dear Officer, I want to run two .py files to generate .h5 files. hantingt...@tityro:~$ python2.5 Python 2.5.4 (r254:67916, Jan 20 2010, 21:43:02) [GCC 4.4.1] on linux2 Type help, copyright, credits or license for more information. When ruuning gentest_sphere.py, the problem is as following:

Re: running .py files on Linux

2010-04-27 Thread Tingting HAN
2010/4/27 Tingting HAN hihigh...@gmail.com I did as you say: hantingt...@tityro:~/Downloads$ ls hdfview_install_linux32.bin PythonPyTables triMC3D triMC3D_v1.0.0.tar.gz hantingt...@tityro:~/Downloads$ md5sum triMC3D_v1.0.0.tar.gz triMC3D.md5 hantingt...@tityro:~/Downloads$ ls

Re: running .py files on Linux

2010-04-27 Thread Tingting HAN
to download it because I am afraid I can not find the right place exactly. 2010/4/27 Chris Rebert c...@rebertia.com On Tue, Apr 27, 2010 at 3:54 AM, Tingting HAN hihigh...@gmail.com wrote: snip gentest_empty.py Traceback (most recent call last): File gentest_empty.py, line 8, in module

Re: running .py files on Linux

2010-04-27 Thread Tingting HAN
2010/4/27 Chris Rebert c...@rebertia.com On Tue, Apr 27, 2010 at 3:54 AM, Tingting HAN hihigh...@gmail.com wrote: snip gentest_empty.py Traceback (most recent call last): File gentest_empty.py, line 8, in module from tables import * File /usr/lib/python2.6/dist-packages

running .py files on Linux

2010-04-26 Thread Tingting HAN
Dear Officer, I downloaded a C code packet which contains many .py files. When I try to run these.py files on my computer with Linux system, for every .py file the following error occurs: hantingt...@tityro:~/Downloads/triMC3D/python$ python Python 2.6.4 (r264:75706, Dec 7 2009, 18:43:55) [GCC

problem when running .py file

2010-04-23 Thread Tingting HAN
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