On 8 June 2012 19:14, gelin yan <[email protected]> wrote: > I use cx_freeze heavily to deploy our app on server side (I mean there is no > GUI). cx_freeze is the only tool I found to support twisted, cython & > multi-platform (I deploy app on linux & windows) flawlessly. Thanks for your > work anyway.
Thank Anthony - it's really his work, I'm just responding on the mailing list because he's very busy. ;-) > Due to pypy only supports limited C-Python API so I guess there is no way > to let cx_freeze work with pypy easily. Once pypy is able to support C-API > fully, I think it would be possible. I'm not sure quite what it would take. I know pypy often encourages using ctypes to interact with C libraries, which might make it hard to automatically detect those libraries. But if you look into it, I'm sure people would be interested. Best wishes, Thomas ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cx-freeze-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/cx-freeze-users
