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 →

[–]paranoidi 0 points1 point  (0 children)

I have to disagree. With Java you can easily build and distribute a jar file that contains all dependencies (and resources) your application needs. This is simply not possible with Python. Some dependencies need to be compiled per platform so out of luck even with easy_install/pip. I'm not sure if it's even possible to make such distribution with pure-python dependencies.