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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Please tell me how to use "package"!

Status
Not open for further replies.

jjjjffff

Programmer
Aug 3, 2003
7
CN
Hi,how are you !
I have never used the command "package",i don't know how to wrap my program,Please give me an example.
Thanks a lot!
 

Hi
step1 execute wishx
this would take u 2 wish prompt.

step 2 execute package names

this would show you all the packages which are available.

step 3 . execute package require <name of any package>

this will show you the version number of that particular package.

i hope this info helps

ADY

 
Yup,

Poise90 is right. You could also put the package require <package name> statements in the beginning of your source tcl file.

package require Bwidget

Hope this helps.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top