pyxml-0.8.3 install problem on RedHat 9

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • jang, seungwook

    pyxml-0.8.3 install problem on RedHat 9

    >> python setup.py build

    running build
    running build.py
    no copying xml/FtCore.py (output up-to-date)
    blah blah ..

    running build_scripts
    not copying scripts/xmlproc-parse (up-to-date)
    not copying scripts/xmlproc_val (up-to-date)


    How can I fix it ?
    Please help me ~~



    Seungwook, Jang
  • Harry George

    #2
    Re: pyxml-0.8.3 install problem on RedHat 9

    jangseungwook@n ate.com (jang, seungwook) writes:
    [color=blue][color=green][color=darkred]
    > >> python setup.py build[/color][/color]
    >
    > running build
    > running build.py
    > no copying xml/FtCore.py (output up-to-date)
    > blah blah ..
    >
    > running build_scripts
    > not copying scripts/xmlproc-parse (up-to-date)
    > not copying scripts/xmlproc_val (up-to-date)
    >
    >
    > How can I fix it ?
    > Please help me ~~
    >[/color]

    Fix what? The "not copying" is the normal response if the files are
    current. This might happen if you had an older PyXML installation and
    were doing an update -- files that were the same would not need to be
    installed again.

    When you try importing one of the modules, does it work?
    [color=blue]
    >
    >
    > Seungwook, Jang[/color]

    --
    harry.g.george@ boeing.com
    6-6M31 Knowledge Management
    Phone: (425) 342-5601

    Comment

    Working...