Hi,
I am a Mac OS X user trying to get the Qt interface for Leo to work. I
have installed the Qt sdk, PyQt and qScintilla. When I run
$ python launchLeo.py --gui=qt
I get the following the message after the dashed line. What is going
on? I would really like to try Leo, but the interface seems a bit
clunky.
Thanks in advance,
Guilherme
---------------------------
gpfMBP:core guilherme$ launchLeo.py --gui=qt
reading settings in /Users/guilherme/lib/leo-editor/leo/config/
leoSettings.leo
Using menus from leoSettings.leo
reading /Users/guilherme/.leo/.leoRecentFiles.txt
qtGui.py: can not import Qt
Can not import qtGui from plugin qtGui
can not load enabled plugin: qtGui
qtGui.py: can not import Qt
Can not import qtGui from plugin qtGui
can not load enabled plugin: qtGui
Traceback (most recent call last):
File "/Users/guilherme/lib/leo-editor/leo/core/leoPlugins.py", line
425, in loadOnePlugin
init_result = result.init()
File "/Users/guilherme/lib/leo-editor/leo/plugins/plugins_menu.py",
line 248, in init
if g.app.gui.guiName() not in ("tkinter",'qt'):
AttributeError: 'NoneType' object has no attribute 'guiName'
qtGui.py: can not import Qt
Can not import qtGui from plugin qtGui
can not load enabled plugin: qtGui
qtGui created in /Users/guilherme/lib/leo-editor/leo/plugins/
open_with.pyc
Traceback (most recent call last):
File "/Users/guilherme/lib/leo-editor/leo/core/leoPlugins.py", line
425, in loadOnePlugin
init_result = result.init()
File "/Users/guilherme/lib/leo-editor/leo/plugins/open_with.py",
line 68, in init
g.enableIdleTimeHook(idleTimeDelay=1000) # Check every second.
File "/Users/guilherme/lib/leo-editor/leo/core/leoGlobals.py", line
3473, in enableIdleTimeHook
g.app.gui.setIdleTimeHook(g.idleTimeHookHandler)
AttributeError: 'NoneType' object has no attribute 'setIdleTimeHook'
qtGui.py: can not import Qt
Can not import qtGui from plugin qtGui
can not load enabled plugin: qtGui
qtGui created in /Users/guilherme/lib/leo-editor/leo/plugins/
mod_scripting.pyc
error reading package index file /Library/Tcl/tdbc1.0b1/pkgIndex.tcl:
expected version number but got "1.0b1"
loaded plugin: tkGui
doHook,doPlugins,loadHandlers,loadOnePlugin,init,createTkGui
tkGui created in /Users/guilherme/lib/leo-editor/leo/plugins/UNL.pyc
Leo Log Window...
Leo 4.6 beta 2, build 1.244 , June 22, 2009
python 2.5.4, Tk 8.4.7, Pmw 1.3
darwin
No word lists can be found for the language "en_US".
No word lists can be found for the language "en_US".
aspell checker not enabled
aspell checker not enabled
file not found: /Users/guilherme/.leo/workbook.leo
file not found: /Users/guilherme/.leo/workbook.leo
setting HOME to os.getenv('USER'): 'guilherme'
load dir: /Users/guilherme/lib/leo-editor/leo/core
global config dir: /Users/guilherme/lib/leo-editor/leo/config
home dir: /Users/guilherme
reading settings in /Users/guilherme/lib/leo-editor/leo/config/
leoSettings.leo
wrote recent file: /Users/guilherme/.leo/.leoRecentFiles.txt
wrote recent file: /Users/guilherme/.leo/.leoRecentFiles.txt
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---