Menu

Not possible to launch ccg-edit

Help
mila
2008-04-27
2013-04-08
  • mila

    mila - 2008-04-27

    Hello,

    is anybody here who can help me?
    When I want to launch ccg edit I always get the message:

    C:\>ccg-edit
    python: can't open file 'C:\Programme\openccg\bin\ccg-editor.py': [Errno 2] No s
    uch file or directory

    python is installed:

    C:\>python
    Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>>

    I do not know what to do.

     
    • mila

      mila - 2008-04-27

      I think the problem was that file was named ccg_editor.py and not ccg-editor.

      But now when I want to launch ccg-edit I get the message:

      C:\>ccg-edit
      Traceback (most recent call last):
        File "C:\Programme\openccg\bin\ccg-editor.py", line 28, in ?
          import ccg2xml
        File "C:\Programme\openccg\bin\ccg2xml.py", line 40, in ?
          import lex, yacc
      ImportError: No module named lex

      C:\>

      Anyone an idea?

       
      • Jason Baldridge

        Jason Baldridge - 2008-05-05

        You need to install PLY:

        http://www.dabeaz.com/ply/

         

Log in to post a comment.