wrapping tkcon
- From: arlie <arlie.c@xxxxxxxxx>
- Date: Sat, 30 Jun 2007 02:11:59 -0700
I tried wrapping tkcon but I kept getting this:
can't find tkcon package while executing "package require tkcon"
I created:
tkcon.vfs
|
+--- main.tcl
| package require starkit
| starkit::startup
|
| package require tkcon
|
|
+---lib
|
+--------tkcon
| |
+-----tkcon.tcl
|
| package provide tkcon
| if {$tcl_version <
8.0} {
| return -code error
"tkcon requires at least Tcl/Tk8"
| } else {
| package require Tk
| }
|
+-----pkgIndex.tcl
package ifneeded tkcon
[list source [file join $dir tkcon.tcl]]
Please help.
.
- Prev by Date: Re: starkit path
- Next by Date: Re: Passing list as multiple arguments to proc
- Previous by thread: Is there already a "sourcecode to optimized converter" for tcl?
- Index(es):
Relevant Pages
|