On Wed, Nov 12, 2008 at 3:16 PM, Edward K. Ream <[EMAIL PROTECTED]> wrote:
>
> On Tue, Nov 11, 2008 at 3:12 PM, Kent Tenney <[EMAIL PROTECTED]> wrote:
>>
>> How does one try the qt gui?
>> Is it possible from trunk?
>
> Get the qt branch:
> https://code.launchpad.net/~leo-editor-team/leo-editor/qt-plugin
>
> Launch leo with the --gui=qt option.

on Ubuntu 8.10, testing import code from qtGui.py after
$> sudo apt-get install python-qt4

$> python
>>> import qt_main
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named qt_main
>>> import PyQt4.QtCore as QtCore
>>> import PyQt4.QtGui as QtGui
>>> from PyQt4 import Qsci
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: cannot import name Qsci
>>>


>
> Edward
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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