On May 23, 2013, at 6:22 PM, Alex Hall wrote: When you say "pull the handlers into your scripts", do you mean literally paste them into every script? My programming training makes me wince at the lack of modularity, but if I have to do that, I have to. Still, using common functions across multiple scripts *should* work - Google has tons of pages on how to do it, and no pages on the problem I'm having. It makes me wince, too. But I'd be curious to see if pasting handlers into one of the misbehaving scripts (and eliminating library calls) would stop the error.
My own experience has taught me that taking many different approaches to problem solving will eventually lead to a solution. As often as not, what I try doesn't fix anything, but reveals the problem so that the solution becomes obvious. Alex, I hope you can pin down a cause.
Stan C.
|