On Wednesday, October 24, 2012 3:49:48 PM UTC+1, Martin Z wrote:

> David McKeone píše v St 24. 10. 2012 v 07:37 -0700: 
> > So it is just some combination of Flask-Babel and something in my 
> > package that is causing some kind of conflict.  Any help or traceback 
> > deciphering would be greatly appreciated! 
>
> Hi David, 
>
> you might try freeze just oneline imports: 
>
>   import plistlib 
>
> or 
>
>   import babel 
>

Thanks Martin.  Basically that is what I've been trying to do, but I was 
hoping that the error message I'm seeing might point to an area more 
directly.  Failing any other recommendations I will continue to parse all 
the different packages I'm using out of my project and try and limit it to 
a more limited failure case.

As of right now the simple failure case would be:

import flask import Flask
from flaskext import babel
import mypackage 


 

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyinstaller/-/Rp9vjmKgzqQJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to