On Sun, Apr 6, 2008 at 11:12 AM, Ville M. Vainio <[EMAIL PROTECTED]> wrote: > On Sun, Apr 6, 2008 at 12:16 AM, Edward K. Ream <[EMAIL PROTECTED]> wrote: > > > On second thought, let's leave the trunk branch as it is--for > > development. I'll create a 'stable' branch that corresponds to the > > latest official release, plus any bug fixes. The advantage of leaving > > the trunk branch alone is that nobody's work flow will have to change. > > Yeah, and it's more in line with traditional concept of "trunk". > > BTW, there seems to be a problem; ipython.py plugin does not work. I get: > > @enabled-plugins found in myLeoSettings.leo > ipython plugin: can not import IPython.ipapi > ipython plugin: can not import IPython.Shell.IPShellEmbed > > I'm investigating the issue.
Seems that sys.path is broken when leo is starting up: ['C:\\p\\leo\\leo\\src', 'C:\\opt\\PyGTK\\Python\\python25.zip', 'C:\\opt\\PyGTK\\Python\\DLLs', 'C:\\opt\\PyGTK\\Python\\lib', 'C:\\opt\\PyGTK\\Python\\lib\\plat-win', 'C:\\opt\\PyGTK\\Python\\lib\\lib-tk', 'C:\\opt\\PyGTK\\Python', 'C:\\opt\\PyGTK\\Python\\lib\\site-packages', u'C:\\p\\leo\\leo', u'C:\\p\\leo\\leo\\config', u'C:\\p\\leo\\leo\\doc', u'C:\\p\\leo\\leo\\extensions', u'C:\\p\\leo\\leo\\modes', u'C:\\p\\leo\\leo\\plugins', u'C:\\p\\leo\\leo\\test'] It's missing all the fundamental stuff, normal sys.path is: ['', 'c:\\python25\\lib\\site-packages\\docutils-0.4-py2.5.egg', 'c:\\python25\\lib\\site-packages\\matplotlib-0.91.2-py2.5-win32.egg', 'c:\\python25\\lib\\site-packages\\numpy-1.0.4-py2.5-win32.egg', 'c:\\ipython', 'c:\\python25\\lib\\site-packages\\sphinx-0.1.61611-py2.5.egg', 'c:\\python25\\lib\\site-packages\\pygments-0.9-py2.5.egg', 'c:\\python25\\lib\\site-packages\\zc.buildout-1.0.1-py2.5.egg', 'C:\\Windows\\system32\\python25.zip', 'c:\\python25\\DLLs', 'c:\\python25\\lib', 'c:\\python25\\lib\\plat-win', 'c:\\python25\\lib\\lib-tk', 'c:\\python25', 'c:\\python25\\lib\\site-packages', 'c:\\python25\\lib\\site-packages\\PIL', 'c:\\python25\\lib\\site-packages\\gtk-2.0', 'c:\\python25\\lib\\site-packages\\wx-2.8-msw-unicode'] I wonder whether pygtk installation broke this... -- Ville M. Vainio - vivainio.googlepages.com blog=360.yahoo.com/villevainio - g[mail | talk]='vivainio' --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
