Re: [Zope] ZMySQLDA instal Import Error problem

2000-09-30 Thread Thomas Weiner
Richard Moon schrieb: > > Installing MySQLDA-0.1.2 and running > > python build.py > > I get the error > > Import Error: ./_mysqlmodule.so: undefined symbol: uncompress > > Any clues ? I've just installed the latest (3.23.25) MySQL rpms on Linux MySQL 3.23.25 needs the Zlib libraries. Append

Re: [Zope] sequence-item as a method argument

2000-06-14 Thread Thomas Weiner
Fabio Akita schrieb: > [ sequence-item in a python expression ] > > Error Type: NameError > Error Value: sequence > > Anyone knows what is going on? I think this must be a simple thing. Everything in quotes is taken as a python expression, therefore Zope wants to evaluate "sequence - item"; th