Re: Package Requires CSV?
Apple schrieb:
What package or tar ball do I need to obtain to
execute this tcl/tk script?
TIA
Error in startup script: can't find package csv
while executing
"package require csv"
(procedure "Radio::main" line 5)
invoked from within
"Radio::main"
(file "./bcd396t.tcl" line 721)
You need the named package (csv) which is contained in the tcllib
bundle:
http://mini.net/tcl/tcllib
http://sourceforge.net/projects/tcllib/
Torsten
.
Relevant Pages
- Package Requires CSV?
... What package or tar ball do I need to obtain to ... execute this tcl/tk script? ... Error in startup script: can't find package csv ... (comp.lang.tcl) - Nested packages not firing events when executed via .NET interop
... This works fine on individual packages, but when I execute a package ... void PackageEvents.OnError(string EventSource, int ErrorCode, ... (microsoft.public.sqlserver.dts) - Re: Using Python in ActiveX task - works when run as separate step
... when executing the package. ... Peter Yang, if you can detail some of what you did to get Perl working, I'd ... >> was trying to use Python in this case because I know it a little better than ... >>>You could execute the step in DTS package window. ... (microsoft.public.sqlserver.dts) - Re: alter index (Oracle Text index) rebuild on different schema => no rights
... I put the "alter index" statement in a stored procedure and put it in ... The execution of the package has to ... Execute it dynamically as a workaround. ... REBUILD statement without proper PARAMETERS clause (which ... (comp.databases.oracle.misc) - Not all steps in DTS package execute
... When run through DTS Designer, all steps execute except the last one (Step ... DTSRun OnFinish: DTSStep_DTSActiveScriptTask_2 ... Microsoft Data Transformation Services Package ... (microsoft.public.sqlserver.dts) |
|