On 06/10/14 14:25, George Elias Ferreira da Silva wrote:
Hi Steve and Hartmut,

First of all, thank you very much for replying.

I'm very sorry for not being clear before.

pp is:

from matplotlib.backends.backend_pdf import PdfPages


pp = PdfPages('mx3_monitor_log.pdf')


So pp is not a unicode-string.

Any other ideas?

But in both your script and your pyinstaller application what do you get printed if you add, (just before the failing line):

print "pp Is:" pp, type(pp)

If it says it is None, type<<None>> in the app, (but not in the script), the probable problem is that PdfPages, or one of its dependencies, has failed to be included in the pyInstaller bundle.

Gadget/Steve

--
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to