Re: [Factor-talk] loading of webapps.site-watcher

2010-11-21 Thread Shaping
near the bottom. The data stack shows T { local-allocation-error } and a path to /adhoc/adhoc.sqlite. At this point the adhoc directory exists, but the adhoc.sqlite file does not. Shaping From: Jim mack [mailto:j...@less2do.com] Sent: 2010-November-18, 12:46 To: factor-talk@list

Re: [Factor-talk] loading of webapps.site-watcher

2010-11-20 Thread Shaping
"adhoc" home prepend-path "Look in: " prepend . doesn't make a directory. It only makes the full path to folder adhoc, and then displays the path. Shaping From: Jim mack [mailto:j...@less2do.com] Sent: 2010-November-18, 12:46 To: factor-talk@lists.sourcefo

Re: [Factor-talk] loading of webapps.site-watcher

2010-11-18 Thread Jim mack
We can't seem to get the below simple high level db-tuple example going, which may be easier to debug if it is sqlite problem. Shaping, this prints a folder to 'Look in:'. Does it actually create that folder? If not, we have a permissions problem, perhaps. A file called "adhoc.sqlite" should app

Re: [Factor-talk] loading of webapps.site-watcher

2010-11-18 Thread Shaping
Hi Shaping, Hi Slava. A top-level form in the site-watcher vocabulary makes calls to initialize a SQLite database. Since you do not have SQLite installed, you get this error when the vocabulary is loaded. You can either not call load-all, ignore the error, or install SQLite. I copied