Samuel Garcia píše v Čt 26. 04. 2012 v 17:02 +0200: > > Does .pyd file are concerned by theses hidden ? > > Samuel
Yes, .pyd suffix is on windows for native python extensions. In the case of cython .pyx files are compiled to .pyd files on windows. -- 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.
