Replies: 1 comment 3 replies
-
All great ideas. I agree, sending Python projects in particular to non-programmers can be a big challenge. I have used Pyinstaller before and have coded some of the classpath stuff to accommodate Pyinstaller's needs, but I haven't gotten around to giving it a try. Theoretically this should be possible but I know it would require recipients to have Java 11 installed already. Unless if that could be packaged along with the other files...I do fear that if this worked the package size would be huge. I already have py5 working on mybinder: https://mybinder.org/v2/gh/hx2A/py5examples/HEAD?urlpath=lab Don't try py5bot through there because I inexplicably botched that part of the release. The other stuff works though. You might be interested in the Py5SketchPortal. |
Beta Was this translation helpful? Give feedback.
-
I was thinking about @tabreturn's comments about portability, like packaging a self contained modified Thonny IDE, and also thinking about this keynote by Russell Keith-Magee (of beeware.org fame) I re-watched recently https://youtu.be/ftP5BQh1-YM?t=1253
Sending your project to non-programmer friends is a big challenge.
If we could have some helpers/templates for that it would be great. I see some paths one could explore:
Beta Was this translation helpful? Give feedback.
All reactions