since google axed googlecode download, im abandonning this package. Please switch to m4baker-git since it probably more stable anyway
Search Criteria
Package Details: m4baker 0.1.91-3
Package Actions
| Package Base: | m4baker |
|---|---|
| Description: | Bake full-featured m4b-audiobooks |
| Upstream URL: | http://code.google.com/p/m4baker/ |
| Category: | multimedia |
| Licenses: | |
| Submitter: | crabman |
| Maintainer: | None |
| Last Packager: | None |
| Votes: | 6 |
| First Submitted: | 2010-03-16 13:01 |
| Last Updated: | 2011-01-21 15:01 |
Dependencies (5)
Required by (0)
Sources
Latest Comments
Comment by crabman
Comment by graysky
Great util, thanks!
Comment by crabman
try updating to 0.1.91-3, its updated in this version
Comment by NobodySpecial
To work, must change depends 'pyqt' to 'python2-qt'
Comment by crabman
Thanks, i fixed it
Comment by Sheepy
I solved it:
python setup.py install --root=$pkgdir/ --optimize=1 || return 1
to:
python2 setup.py install --root=$pkgdir/ --optimize=1 || return 1
Comment by Sheepy
I get the following error:
Traceback (most recent call last):
File "/usr/bin/m4baker", line 2, in <module>
from m4baker.m4baker import main; main()
File "/usr/lib/python3.1/site-packages/m4baker/m4baker.py", line 23, in <module>
from PyQt4 import QtCore, QtGui
ImportError: No module named PyQt4