Menu

Error on Ubuntu 10.04

Help
fxulusoy
2010-08-02
2012-08-14
  • fxulusoy

    fxulusoy - 2010-08-02

    Hello,

    I have installed openconfigurator successfully. When I try to create a
    project, I get an error message. I am using default MN configuration file.
    When I select default one and click OK button, I get the message with
    "'Application Error" title. After that small windows with a "In Progress"
    title pops up, but it shows nothing and it looks doing nothing. Do you have
    any idea?

    I am using Ubuntu 10.04 32 bit. I try to install it with compilation. I am not
    successful for it neither.

    And here is the message content:

    invalid command name "ttk::progressbar"

    invalid command name "ttk::progressbar"

    while executing

    "ttk::progressbar .prog -mode indeterminate -orient horizontal -length 200 "

    (procedure "ImportProgress" line 13)

    invoked from within

    "ImportProgress start"

    (procedure "StartProgress" line 2)

    invoked from within

    "StartProgress"

    invoked from within

    "thread::send "StartProgress" "

    (procedure "ChildWindows::NewProjectCreate" line 42)

    invoked from within

    "ChildWindows::NewProjectCreate $tmpPjtDir $tmpPjtName $tmpImpDir $conf
    $ra_proj $ra_auto"

    invoked from within

    ".newprj.frame2.frame2_2.bt_next invoke"

    ("uplevel" body line 1)

    invoked from within

    "uplevel #0

    • "
      (procedure "tk::ButtonUp" line 22)

    invoked from within

    "tk::ButtonUp .newprj.frame2.frame2_2.bt_next"

    (command bound to event)

    Best Regards.

     
  • Powerlink-team Kalycito

    The openCONFIGURATOR is designed to work in Tk8.5. In 10.04 Tk8.4 was pre-
    installed and the tool is running in it (even though Tk8.5 is installed) which
    is causing the issue.

    This can be fixed by

    In the Linux installer, "GUI" folder, in file openCONFIGURATOR replace the
    lines

    66c66

    < exec wish8.5 "$0" ${1+"$@"}


    exec wish "$0" ${1+"$@"}

    And reinstall the tool.

    This will make the tool run in the Tk8.5 shell, regardless if other versions
    Tk are present.

    Best Regards,

    Kalycito Powerlink-team

     
  • fxulusoy

    fxulusoy - 2010-08-09

    Thanks for your reply.

    I have done your changes and now it works.

    Best Regards.

     

Log in to post a comment.