Richard Gerum
Richard Gerum
It seems to be an error with installing PyQt5. Maybe you could try to install a different version of PyQt5? I don't have a mac around to test the installation...
I fixed a couple of errors for the release I just published. Maybe your problem is solved now. If the problem persists feel free to open the issue again.
Could you provide a list of installed packages with versions (e.g. Matplotlib version, pylustrator version and pyqt version) and an example code to reproduce? Then I can have a look...
Hmm strange, I cannot reproduce if it I run it in a virtual environment with these packages. It seems somehow to be a problem with Qt and Numpy interacting with...
Now looking at it again it seems it was some issue with int and float numbers. [JoostScheffer](https://github.com/JoostScheffer) made a pull request https://github.com/rgerum/pylustrator/pull/46 that fixes issues with int and floats. it...
I made the toolbar resizable. But now the left bar also extends when resizing the window. I am not sure how to convince Qt otherwise...
The panel is now properly resizeable. Took me a while to figure out how to best implement that with the Qt sizing policies.
This seems very strange as it crashes directly when importing natsort. Could you try to update natsort?
I will close the issue for now. If you still have problems feel free to open the issue again.
I am not sure if i want to recommend people using pickel files as they are not intended for long term storage as the serialisation can change between python versions....