← Back to team overview

ffc team mailing list archive

Python 2.3 compatibility

 

Hi!

An incompatibility with Python 2.3 seems to have been introduced
recently. This is the output from "ffc Poisson.form" with changeset
503:891e9a91f4d0 (Thu Dec 21 15:40:01 2006) and Python 2.3.4:

...
    __build_form(form, format, options)
  File "/afs/nada.kth.se/home/o/u1mb1o3o/usr/lib/python2.3/site-packages/ffc/compiler/compiler.py", line 174, in __build_form
    cK_used  = set()
NameError: global name 'set' is not defined

Does a compatibility "set" module exist for 2.3, or is there another
solution?

  Johan



Follow ups