I had installed git cola on my computer and when I type cola from git bash, I get the following error.....
Also the git cola shortcut, when I trying to open, does not respond....Please check below the error & environment details...
----------------------------------------------
sprabhu@SPRABHU ~
$ cola
Traceback (most recent call last):
File "d:/git-cola/bin/git-cola.pyw", line 48, in <module>
from cola import cmds
File "d:\git-cola\share\git-cola\lib\cola\cmds.py", line 12, in <module>
from cola import difftool
File "d:\git-cola\share\git-cola\lib\cola\difftool.py", line 1, in <module>
from PyQt4 import QtGui
ImportError: No module named PyQt4
----------------------------------------------
System Details:
Windows XP 32 bit
Git-1.8.4-preview20130916
Git cola - 1.9.3
Python - 2.7
Thanks in advance, any help with regard to this is highly appreciated....
- Sunil