开发者

Create a python distribution

开发者 https://www.devze.com 2023-04-01 00:25 出处:网络
So the title kind of says it all. We are working on a project that is starting to g开发者_开发百科et a very large number of dependencies. So far we were using setuptools but more and more of these dep

So the title kind of says it all. We are working on a project that is starting to g开发者_开发百科et a very large number of dependencies. So far we were using setuptools but more and more of these dependencies are either not easy installable (eg. wxPython) or are causing some problems on some machines with easy_install (eg. latest matplotlib or numpy).

So we are looking at another solution where we would create our own python distribution that would hold all our dependencies to make using our application as easy as possible to the users. (Something like Enthought or Python(x,y) but on a much lower scale). Now my question would be: how difficult would be to do somehthing like this, and if you would have any suggestion as to where to start/ some documentation on this domain/ some tools that might held with this.

Regards, Bogdan


conda constructor will allow you to create Anaconda like installer based on YAML config - python with modules in one self extracting archive - outcome packet no need compilation, no root access. Just run, and update PATH.


cx_Freeze will allow you to have not only a separate python distribution, but a stripped-down one

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号