Quote:
Originally Posted by kovidgoyal
@jackie_w: some_text is not defined in viewer.py
|
I don't understand? Am I having a brain fade?
Code:
def main(some_text):
...
w = QLabel(some_text)
...
What are you suggesting I change?
Quote:
Originally Posted by kovidgoyal
And if you need to pass in dummy images I would suggest you simply create a temporary directory, copy in the dummy images into that directory and pass the path to th edirectory
|
I don't want to even think about this until I see evidence of run_calibre_debug doing
something with the trivial example I posted.