a a écrit : >> psyco.cannotcompile(??.GET) this gives an error message > invalid syntax
Oh, I assumed that you would replace the ?? by the correct expression. You need to specify the GET function of the class you've written in the file "codepsyco.py" (I don't know the class name. It does not appear in the error traceback) Depending on your architecture, this may be written this way: import codepsyco psyco.cannotcompile(codepsyco.YourClassHere.GET) -- Amaury -- http://mail.python.org/mailman/listinfo/python-list