From: <bc...@wo...> - 2001-09-12 17:34:24
|
[dman] >... I have been getting "can't write to cache" errors >lately but I have no idea why (windows/cygwin, dir is writable). I >have "new" jars pretty frequently anyways. Commonly seen when moving a jython installation to a different directory. The cache index (packages.idx) contains absolute path names to the the individual jar indexes (.pkc). After a move the paths insode packages.idx doesn't exists anymore and it can't updated them. Normally the workaround is easy: just delete cachedir regards, finn |