Opened 10 years ago
Closed 10 years ago
#1854 closed defect (fixed)
auto_path (TOL-GNU)
Reported by: | Jorge | Owned by: | Pedro Gea |
---|---|---|---|
Priority: | normal | Milestone: | Mantainance |
Component: | Kernel | Version: | head |
Severity: | normal | Keywords: | |
Cc: |
Description
Añadir el lib de TOL al auto_path de tcl cuando se carga TclCore. de lo contrario, no sepuede cargar tcom (package require tcom) cuando, por ejemplo, se carga SaddExcel.
Change History (2)
comment:1 Changed 10 years ago by
Owner: | changed from Jorge to Pedro Gea |
---|---|
Status: | new → accepted |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
(In [6773]) Closes #1854
Refs #1853
Se usa la ubicación de
NameBlock TolCore
para encontrar la ruta de instalación de TOL y con ella la carpeta lib. See #1853.Se incorpora esta ruta al
::auto_path
.