Bug 289334 - tcl can't phrase dll's package
Summary: tcl can't phrase dll's package
Status: NEW
Alias: None
Product: DLTK
Classification: Technology
Component: Tcl (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: dltk.tcl-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 06:48 EDT by loulis CLA
Modified: 2009-09-14 06:48 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description loulis CLA 2009-09-14 06:48:21 EDT
1. i configed a lib in interpreter system libraries, this lib is composed of a dll and a pkgIndex.tcl,

2. the pkgIndex.tcl 's  content is :
"package ifneeded tterm 8.3 [list load [file join $dir PowerTTermTcl83.dll]]"

3. but the dltk tcl editor can't find the tterm package, also can't popup this package by the editor content assistant(use "alt + /" shortcut);
 in the editor,there is a error : "unkonw package tterm";

4. when i type "package require tterm" forcibly,and run the  script,the result is correct.

so i think in the dltk 1.0 , editor only phrase the "package provide" scripts, and use these results as the packages which can be required.

pls help me thanks~~