BatchCommander error
- From:
- Azzaddine Amjahed
- Date:
- 2010-06-22 @ 23:10
Hi for all,
Thanks for the soft.
When I like to start BatchCommander for bin folder with ./bcommander.py
I have the message :
/*
Traceback (most recent call last):
File "./bcommander.py", line 33, in <module>
from batchcommander import BatchCommander
File "/usr/local/lib/python2.6/
dist-packages/batchcommander/__init__.py", line 34, in <module>
from PyQt4 import QtGui, QtCore
ImportError: No module named PyQt4
*/
Help !
With my best regards
Azzaddine Amjahed
Oujda/Morocco
Re: [batchcommander] BatchCommander error
- From:
- ricardo lafuente
- Date:
- 2010-06-23 @ 10:12
On 06/23/2010 12:10 AM, Azzaddine Amjahed wrote:
> ImportError: No module named PyQt4
It looks like you don't have the python-qt4 package installed. If you're
on Ubuntu, try
sudo aptitude install python-qt4
And then try running Batch Commander again.