Hi,
I've a question about how PyInstaller works: in the analysis phase PyInstaller compile all the pure python module and I would like to know why. I'm developing the possibility to choose whether to bundle or not the system libpython (I've already sent an email to this group) but if the developer machine has a earlier python's version than the one on destination machine the feature doesn't work. To make it work I think I need the .py so I can use this with the version of python on destination machine. Sorry for my English. Thanks for your help. Matteo -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
