#88: Support for wxmpl v1.3
-----------------------------------+----------------------------------------
Reporter: sneakypete81 at gmail | Owner: giovannibajo
Type: defect | Status: new
Priority: normal | Milestone: PyInstaller 1.4
Component: PyInstaller | Version: PyInstaller 1.4
Severity: normal | Keywords:
-----------------------------------+----------------------------------------
The latest wxmpl version requires matplotlib.numerix.ma, which is not
picked up by pyinstaller.
I left the ma module off [601] for some reason, so here it is:
hooks/hook-matplotlib.numerix.py:
{{{
@@ -3,4 +3,5 @@
hiddenimports = ['fft',
'linear_algebra',
'random_array',
+ 'ma',
]
}}}
NOTE: Matplotlib are about to remove numerix from their library - future
versions of wxmpl will probably not require this hook.
--
Ticket URL: <http://www.pyinstaller.org/ticket/88>
Pyinstaller <http://www.pyinstaller.org>
PyInstaller Project
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
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
-~----------~----~----~----~------~----~------~--~---