Posted to tcl by venks at Wed Dec 10 23:43:51 GMT 2008view raw

  1. can't find package msgcat 1.4
  2. while executing
  3. "package require msgcat 1.4"
  4. ("uplevel" body line 2)
  5. invoked from within
  6. "uplevel \#0 {
  7. package require msgcat 1.4
  8. if { $::tcl_platform(platform) eq {windows} } {
  9. if { [catch { package require registry 1.1 }] } {
  10. ..."
  11. (file "C:/users/venkat/prg/fiesta/cvxt/win/lib/tcl8.6/clock.tcl" line 23)
  12. invoked from within
  13. "source -encoding utf-8 [file join $TclLibDir clock.tcl]"
  14. (procedure "::tcl::clock::format" line 3)
  15. invoked from within
  16. "clock format 1230248418"
  17. ("uplevel" body line 1)
  18. invoked from within
  19.  
  20.  

Comments

Posted by venks at Thu Dec 11 00:56:52 GMT 2008 [text] [code]

Resolved. Problem was that the app release did not copy the new lib/tcl8/8.3 lib/tcl8/8.4 lib/tcl8/8.5 dirs over.