Reputation: 663
Does PyPy work with Py2Exe? If it doesn't, are there any similar solutions?
Upvotes: 18
Views: 1605
Reputation: 9232
I'm pretty sure the answer is "no". py2exe appears to depend on CPython's C API, which I'm pretty sure PyPy doesn't support. (That is, I can't see why PyPy would support the CPython API, nor did I see any mention it in any of the obvious places on their website...)
Upvotes: 1