distutils - How do I create a built distribution for the OSX platform in Python? -


i have package of pure python modules i'd create nice bdist for apple users (i'm running windows 7 on amd64-pc).

do run rpm installer in distutils?

is there alternative distutils creates "platform agnostic" installers (i.e., installs source code , compiles bytecode using hosts interpreter).

ok...feel kinda dumb, found think answer:

https://pypi.python.org/pypi/bdist_mpkg/


Comments