A few days ago I thought I was running test code from the 'redraw'
branch, but actually most imports got resolved to the 'trunk' branch.

Clearly, site.py was adding trunk's path to sys.path.  My first hack
was simply to remove this path by brute force.

Today I got around to adding traces to site.py to find out how it
happened.  The culprit was site-customize/easy_install.pth  There was
an entry for the trunk directory that stayed around even after I
removed leo from the site-customize directory.  The fix was to comment
out this entry

So this is something to be aware of: site-customize/easy_install.pth
can create surprising entries in sys.path.

Edward
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to leo-editor@googlegroups.com
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