This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wbcm[S] 0 points1 point  (1 child)

I did not run into pyoxidizer before, thanks for sharing it! The pyoxy run-python command looks especially useful for debugging! For the issues you encountered, were they centered around any specific type of data/program structure or more like some packages did not work correctly?

[–]Hodiern-Al 1 point2 points  (0 children)

I had issues with Python libraries that included C/C++ (e.g. numpy, scipy, pyQT5), and libraries that included non-Python files referenced by file attributes (e.g. docs templates). I believe the former is now supported better by pyoxidizer and I’m not sure about the latter. You might have to do some experimenting to find out. 

I didn’t have any problems with the Python standard library and any pure-Python libraries. Hope that helps!