Quote:
Originally Posted by beckywc
When I try this I get this error:
calibre, version 0.9.22
ERROR: Invalid tweaks: The tweaks you entered are invalid, try resetting the tweaks to default and changing them one by one until you find the invalid setting.
Traceback (most recent call last):
File "site-packages\calibre\gui2\preferences\tweaks.py", line 417, in commit
File "<string>", line 572
Qt = <class 'PyQt4.QtCore.Qt'>
^
SyntaxError: invalid syntax
I've followed the instructions carefully, but no go.
|
@beckywc
it should look something like this - note the single quotes ('), commas (,) and crunchies (#)
Code:
['#meta', '#metachecked', '#status', '#last_action_date', '#last_action']
obviously with your column names
BR