On Thu, 6 Oct 2011 13:14:56 -0700 (PDT)
"Edward K. Ream" <[email protected]> wrote:

> import sitecustomize # Blender apparently does not load this automatically.
> import leo
> leo.run()

import sitecustomize
import leo
import threading
t = threading.Thread(target=leo.run)
t.start()

?

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to