On Thursday 23 of October 2014 15:29:52 Paul Baker wrote:
> Are there any plans to support alternative implementations of the
> language - in particular PyPy?

There are no specific plans to support PyPy. Is is more place for possible 
contributions.

PyInstaller is sensitive to the way how CPython is packaged. PyPy is packaged 
differently so you could expect different issues with paths.

PyInstaller depends on python.dll.  In PyPy there is   libpypy-c.dll. If 
libpypy-c also provides the same ABI as python.dll it should not be that hard 
to add support for pypy.

Another source of issues could be that pypy contains different set of built-in 
modules than c-python and it might be necessary to fix some import hooks.

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to