Actions

icon Post
text/html Subscribe
text/html Unsubscribe

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

qmtest reports error when I try the first step of tutorial


  • To: <qmtest@xxxxxxxxxxxxxxxx>
  • Subject: qmtest reports error when I try the first step of tutorial
  • From: Haiping Wu <hwu@xxxxxxxxxxxxxxxxxxxx>
  • Date: Fri, 8 Mar 2002 11:32:57 -0500 (EST)

I download x86 GNU/Linux Binaries and tar it in my directory. When I try
the first step:
  > qmtest gui
it reports the following errors. What is the problem?

__________ error messages ______________________________________________
  File "/home/hwu/test/qm-1.1.1/lib/qm/qm/test/qmtest.py", line 93, in ?
    command.Execute(sys.stdout)
  File "/home/hwu/test/qm-1.1.1/lib/qm/qm/test/cmdline.py", line 403, in
Execute
    self.__database = base.load_database(db_path)
  File "/home/hwu/test/qm-1.1.1/lib/qm/qm/test/base.py", line 138, in
load_database
    "database", None)
  File "/home/hwu/test/qm-1.1.1/lib/qm/qm/test/base.py", line 324, in
get_extension_class
    database))
  File "/lib/qm/qm/common.py", line 685, in load_class
  File "/lib/qm/qm/common.py", line 641, in load_module
  File "/home/hwu/test/qm-1.1.1/lib/qm/qm/test/xmldb.py", line 43, in ?
    import qm.fields
  File "/lib/qm/qm/fields.py", line 52, in ?
  File "/lib/qm/qm/web.py", line 43, in ?
  File "/home/hwu/test/qm-1.1.1/lib/qm/qm/test/__init__.py", line 93, in ?
    # End:
ImportError: /lib/libc.so.6: version `GLIBC_2.1.3' not found (required by
/home/hwu/test/qm-1.1.1/lib/qm/zope-dtml/ExtensionClass/ExtensionClass.so)
------------ error message end ------------------------------------------

--Haiping