Hi, How can I create an executable on Solaris11 with Python 2.6.8 installed?
pyinstaller fails, because there is no objdump on Solaris11. According to the documentation (https://github.com/pyinstaller/pyinstaller#experimental-ports), there are experimental ports for objdump and ldd for Solaris, but I need to build the bootloader first. When I try to do it, I get "ImportError: No module named sysconfig", which is expected as sysconfig was introduced in Python 2.7. Is there any way to solve the problem? Thanks. -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
