Package Details: m4baker 0.1.91-3

Package Base: m4baker
Description: Bake full-featured m4b-audiobooks
Upstream URL: http://code.google.com/p/m4baker/
Category: multimedia
Licenses: GPL
Submitter: crabman
Maintainer: None
Last Packager: None
Votes: 6
First Submitted: 2010-03-16 13:01
Last Updated: 2011-01-21 15:01

Latest Comments

Comment by crabman

2013-05-23 13:25

since google axed googlecode download, im abandonning this package. Please switch to m4baker-git since it probably more stable anyway

Comment by graysky

2012-05-20 20:49

Great util, thanks!

Comment by crabman

2011-01-22 09:10

try updating to 0.1.91-3, its updated in this version

Comment by NobodySpecial

2011-01-22 05:15

To work, must change depends 'pyqt' to 'python2-qt'

Comment by crabman

2010-10-26 17:22

Thanks, i fixed it

Comment by Sheepy

2010-10-26 13:03

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

2010-10-26 12:56

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