Pablo
Pablo

Reputation: 5087

Error in IronPython Command Line Compiler

AttributeError: attribute "CompilerSink" of "namespace#" object is read-only

Upvotes: 1

Views: 205

Answers (1)

Dino Viehland
Dino Viehland

Reputation: 6486

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.

Upvotes: 1

Related Questions