Hi I am trying to install the latest version of treectrl ( http://tktreectrl.sourceforge.net/ ) however if i run teacup install file://C:/tktreeunzipFolder it errors can't overwrite file.
THe file is a file in the temp folder which is generated by the script. What is the correct way to install a package from a directory/tar.gz with teacup?
(I would like to use the local version, since I want to use column headers in the new way of 2.4.1, since I expect the other method to become depreciated soon)
I would also like to know how to use a package with a precompiled part without installing it. I.e. are there any special steps I need to mkae the package accessible once I have the package file in a subdirectory of the skript I run. (I am not allowed to install packages on one machine but would like to use them anyhow in one script). Do I have to register the files (dll/so) somehow? (note I can't sudo on linux).
Adding the dll/package to a subdir of the workingdirectory yields the following error (under windows):
couldn't load library "Z:/files/tcl/encounterXtract/treectrl_win/treectrl24.dll": invalid argument while executing "load Z:/files/tcl/encounterXtract/treectrl_win/treectrl24.dll treectrl" ("package ifneeded treectrl 2.4.1" script) invoked from within "package require treectrl"
sidenote:
under linux/unix it is fine to just put the files in a subdirectory and add it to auto_path with
lappend auto_path path_to_sub_dir