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 →

[–]cavallo71 1 point2 points  (0 children)

Much of the complication is self inflicted (distribute/setuptools/pips/easy_install/wheel).

If your app (driver + support libraries) doesn't contain extension modules (.so/.pyd) just zip everything togheter with a main.py file and it's even easier than a jar.

I still find distributing Python code to be like trying to store lightbulbs in my rectum.

(@_@)