AttributeError: attribute "CompilerSink" of "namespace#" object is read-only
+1
A:
My guess is you're using a version of pyc.py against a version of IronPython for which it is not intended. The latest versions of IronPython include pyc.py in the Tools\Scripts directory of the installation dir.
Dino Viehland
2010-02-17 05:31:04
Thank you Dino. Though now I'm getting another in some situations
Pablo
2010-02-17 11:47:34