Python stack trace on blocked running script.

2006-07-25 Thread Rich Burridge
Hi all, If this is a frequently asked question, then just slap me silly and point me in the right direction. We are currently experiencing a hanging problem with Orca [1], a screen reader/magnifier written in Python. We know how to get a stack trace of the current thread in a Python problem, but

vendor-packages directory

2005-09-20 Thread Rich Burridge
t; + sys.version[:3], + "vendor-packages")] else: sitedirs = [prefix, os.path.join(prefix, "lib", "site-packages")] if sys.platform == 'darwin': Is this someth