qct 0.4 released

Steve Borho steve at borho.org
Mon Dec 18 15:27:50 CST 2006


On Monday 18 December 2006 3:14 pm, Georg wrote:
> 2006/12/18, Steve Borho <steve at borho.org>:
> > Qt Commit Tool
> >
> > Available here:         http://www.borho.org/~steve/qct-0.4.tar.gz
> > ...
>
> What runtime environment does it need? I have hg 0.9.3, python-qt4
> 4.0.1, qt4-4.2.0, (Ubunto 6.10 packages), and I get:
>
> hunter[13]$ qct
> Traceback (most recent call last):
>   File "/usr/bin/qct", line 45, in ?
>     dialog = CommitTool(vcs)
>   File "/usr/lib/python2.4/site-packages/qctDialogLogic.py", line 30,
> in __init__
>     self.ui.setupUi(self)
>   File "/usr/lib/python2.4/site-packages/ui_qctDialog.py", line 58,
> in setupUi
>     self.commitTextEntry.setTextInteractionFlags(
> QtCore.Qt.TextEditorInteraction)
> AttributeError: setTextInteractionFlags
> hunter[14]$
>
> Does this indicate an incompatibility between QT and python-qt?

I have python-qt 4.1, which is most likely the source of this problem.
I've found that I can delete that line (58) from ui_qctDialog.py and the
app still runs ok for me.

Could you give that a try and let me know if it works?  If it does I'll 
make a new release.

-- 
Steve Borho (steve at borho.org)
http://www.borho.org/~steve/steve.asc
Key fingerprint = 2D08 E7CF B624 624C DE1F  E2E4 B0C2 5292 F2C6 2C8C


More information about the Mercurial mailing list