1

I have tried following

  1. when I tried to import the class from the file named plyparser.py of pycparser(https://github.com/eliben/pycparser/blob/master/pycparser/plyparser.py) using the following statement

    from pycparser.plyparser import Coord
    
  2. But, I am unable to import function parameterized from plyparser of pycparser using the following statement

    from  pycparser.plyparser import parameterized
    Traceback (most recent call last):
    File "<stdin>", line 1, in <module>
    ImportError: cannot import name parameterized
    

    How to resolve this issue.

0TTT0
  • 1,288
  • 1
  • 13
  • 23
Tom
  • 904
  • 1
  • 7
  • 21

0 Answers0