klen / mixer

Mixer -- Is a fixtures replacement. Supported Django, Flask, SqlAlchemy and custom python objects.
Other
939 stars 96 forks source link

mixer and pyinstaller #114

Open Bernardoow opened 5 years ago

Bernardoow commented 5 years ago

Hi!

I tried use mixer and pyinstaler but when I execute the program this error happen AttributeError: 'MixerProvider' object has no attribute 'pybool'.

I think I need create some hook to use this. (https://pythonhosted.org/PyInstaller/hooks.html)

Someone have been use these both libs?