I have installed git-cola using the setup installer for windows. I pointed it to proper installs of git and python.
When I try to launch git-cola, nothing happens whatsoever.
Is there something I am missing here?
I have installed git-cola using the setup installer for windows. I pointed it to proper installs of git and python.
When I try to launch git-cola, nothing happens whatsoever.
Is there something I am missing here?
Copyright © 2021 Jogjafile Inc.
I had the same problem, in my case it was missing PyQt4 library. You can install PyQt4 by downloading an appropriate installer from Binary Packages section on PyQt4 Riverbank website.
How I investigated the issue
When I installed
git-cola
in a default directory and tried to run it using a command lineI got
Note
I have two Python 2.7 installations, one at
c:\program\Python27
and another atC:\Users\UserName\Anaconda2
, I used the first one. I also installed Python SIP some time ago, I'm not sure if it required by git-cola.