Has anybody tried to use mpltools (https://github.com/tonysyu/mpltools) 
with pyInstaller? mpltools provide styles for matplotlib. I can get 
pyInstaller to generate the exe and everything runs fine without the 
mpltools. As soon as I include the mpltools, running the exe gives the 
following error:

Traceback (most recent call last):
  File "<string>", line 48, in <module>
  File "c:\XYZ\SoftwareProjects\pyinstaller-2.0\PyInstaller\loader\iu.py", 
line 386, in importHook
    mod = _self_doimport(nm, ctx, fqname)
  File "c:\XYZ\SoftwareProjects\pyinstaller-2.0\PyInstaller\loader\iu.py", 
line 480, in doimport
    exec co in mod.__dict__
  File 
"C:\XYZ\SoftwareProjects\QCmonitor\installer\build\pyi.win32\runQC\out00-PYZ.pyz\supportFunctions",
 
line 54, in <module>
  File 
"C:\XYZ\SoftwareProjects\QCmonitor\installer\build\pyi.win32\runQC\out00-PYZ.pyz\mpltools.style.core",
 
line 33, in use
KeyError: 'ggplot'

I am trying to use the 'ggplot' style in mpltools.
Any suggestions?
Thanks.

-- 
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to