Re: freeWrap problem



Manfred Stelzhammer wrote:
write in the main application

lappend auto_path /Sauli/TNC-project/TNC/lib/Bwidget1.8" ;
full path but without drive letter !

Regeard Manfred

I have added:
-------------
lappend auto_path /Sauli/TNC-project/TNC/lib/bwidget1.8
lappend auto_path /Sauli/TNC-project/TNC/lib/tile0.7.8
lappend auto_path /Sauli/TNC-project/TNC/lib/itcl3.3

package require BWidget
package require tile
package require Itcl
-------------

and now I get:
------------
Error sourcing /Sauli/TNC_project/TNC/tnc.tcl: can't find package BWidget
(TNC) 1 %
------------

I have tried tenths of variations of path, no success.
I'll become sceptic. Has sameone ever get these wrapped?

Sauli
.



Relevant Pages

  • Re: Bugs in Tk 8.6 sources...
    ... If I load the tile package, then my theme does not register at all. ... functionality equivalent that is Ttk, ... should the separate tile package, ...
    (comp.lang.tcl)
  • Re: tile package provide
    ... Since I would like to use the TILE package in both Windows and Linux ... "Practical programming in TCL and TK" to include a package in my ... Just create a directory inside your app, and install tile in there. ...
    (comp.lang.tcl)
  • Re: tile package provide
    ... TCL has the nice feature that the code does not have to be compiled, ... % package require Ttk ... The Tile code was renamed a few months ago to Ttk. ... it tries to compile the C code. ...
    (comp.lang.tcl)
  • Re: tile package provide
    ... "Practical programming in TCL and TK" to include a package in my ... If you have installed tile ... Just create a directory inside your app, and install tile in there. ...
    (comp.lang.tcl)
  • Re: Whats the magic to using Incr Tcl
    ... You probably need to either qualify the commands with the itcl:: ... just a package require Itcl, ... mc1 ShowInt ...
    (comp.lang.tcl)