Packaging a proprietary Python library for multiple OSs

Kevin Walzer kw at codebykevin.com
Fri Dec 6 10:35:26 EST 2013


On 12/5/13, 10:50 AM, Michael Herrmann wrote:
> 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.

Giving this further thought, I'm wondering how hard it would be to roll 
your own using modulefinder, Python's zip tools, and some custom code. 
Just sayin'.

--Kevin


-- 
Kevin Walzer
Code by Kevin/Mobile Code by Kevin
http://www.codebykevin.com
http://www.wtmobilesoftware.com



More information about the Python-list mailing list