Hi Steve,

I see your point.

Just running the script:

<matplotlib.backends.backend_pdf.PdfPages object at 0x7fa78777a310>

Running the compiled binary:

<matplotlib.backends.backend_pdf.PdfPages object at 0x7fee0a674b50>

So I guess it's another issue. =(

Thanks for replying,
George

On Monday, October 6, 2014 2:00:32 PM UTC-3, Steve Barnes wrote:
>
> 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