Packaging a proprietary Python library for multiple OSs

Michael Herrmann michael.herrmann at heliumhq.com
Thu Dec 5 10:50:38 EST 2013


On Thursday, December 5, 2013 4:26:40 PM UTC+1, Kevin Walzer wrote:
> On 12/5/13, 5:14 AM, Michael Herrmann wrote:
> If your library and their dependencies are simply .pyc files, then I 
> don't see why a zip collated via py2exe wouldn't work on other 
> platforms. Obviously this point is moot if your library includes true 
> compiled (C-based) extensions.

As I said, I need to make my *build* platform-independent.

Thanks,
Michael



More information about the Python-list mailing list