qct 0.4 released

Steve Borho steve at borho.org
Mon Dec 18 06:17:51 GMT 2006


On Monday 18 December 2006 00:17, Martin Pool wrote:
>
> Thanks for adding a bzr backend and announcing it here.  Feel free to
> post to bazaar-announce at lists.canonical.com too in future.

Right.  Thanks.

> > I'm looking for feedback about the bazaar back-end and about the layout
> > in general.
>
> When I tried to test it from the tarball I get
>
> mbp at hope% qct --bzr
> Traceback (most recent call last):
>   File "/home/mbp/bin/qct", line 45, in ?
>     dialog = CommitTool(vcs)
>   File "/home/mbp/work/qct-0.4/qctDialogLogic.py", line 30, in __init__
>     self.ui.setupUi(self)
>   File "/home/mbp/work/qct-0.4/ui_qctDialog.py", line 58, in setupUi
>    
> self.commitTextEntry.setTextInteractionFlags(QtCore.Qt.TextEditorInteractio
>n) AttributeError: setTextInteractionFlags
> zsh: exit 1     qct --bzr

This was reported by one other person.  I think it's a version issue in PyQt
(as in, my version is newer than yours).   You might try commenting out that 
line to see if it works without it.

> I see something in INSTALL about how ui_qctDialog gets built and
> installed, but it seems to be OK here?

Did you try building it yourself?  That would be pretty odd if pyuic4 
generates python code that it's own libraries cannot load.

> It would be nice to make this something that can also be installed as a
> bzr plugin.

See bzrplugin/qctBzrPlugin.py

-- 
Steve Borho (steve at borho.org)




More information about the bazaar mailing list