[IronPython] ImportError: No module named parser

HEMMI, Shigeru textdirected at gmail.com
Tue Jul 25 09:19:15 CEST 2006


In IP, parser - an interface to Python's internal parser, is not implemented.
Is it a problem or not?

IronPython 1.0.60712 (Beta) on .NET 2.0.50727.42
Copyright (c) Microsoft Corporation. All rights reserved.
>>> import parser
Traceback (most recent call last):
  File , line 0, in <stdin>##3
  File , line 0, in __import__##7
ImportError: No module named parser
>>>



More information about the Ironpython-users mailing list