Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Ansys 8.0 - Error in startup script 1

Status
Not open for further replies.

Wigoo1

Mechanical
Joined
Mar 23, 2006
Messages
1
Location
NL
I have installed Ansys 8.0, but whem I try to start the package I get an error saying: 'Error in startup script, can't find package Itcl, when executing, "package require Itcl"'

IK happens when i try to start ANSYSED or configure ANSYSED. The cd worked fine on another PC. Anybody know the awnser to this problem?
 
dID YOU SUCEEDED IN SOLVING YOUR PROBLEM? IF YES, I WOULD APPRECIATE YOUR SUGGESTIONS AS I EXPERIENCED THE SAME PROBLEM
 
Hello,

I have the answer to your problem ... I had the same one and here is the solution:

'Error in start up script'
'can't find package Itcl while executing
"package require Itcl"
(file "c:\documents and settings\user\program files\ansys inc\v##\commonfiles\launcher\launchermain.itcl" line41.

Add the following lines to the paths and the launcher will run. Please note that the TCL_LIBRARY and TK_LIBRARY are environment variables which are typically set on a Windows machine via Control Panel>System>Advanced>Environment Variables.

For TCL_LIBRARY

C:\Program Files\Ansys Inc\V80\CommonFiles\TCL\lib\tcl8.4

For TK_LIBRARY

C:\Program Files\Ansys Inc\V80\CommonFiles\TCL\lib\tk8.4

Doing this, you should solve your problema and Ansys will start normally !

Hoping it will be useful !

Alain
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top