Am 25.02.2015 um 15:27 schrieb PmB: > Traceback (most recent call last): > File "Segment_Image.py", line 97, in <module> > image_type = itk.Image[itk.F, 3] > NameError: name 'itk' is not defined
Whatever ITK is: This does not look like a PyInstaller problem but an ITK problem. The only think I can imagine is that ITK uses some hand-crafted import mechanism which does not set the variable `itk` in any case. You should check the source of Segment_Image.py whether you find something like this there. Otherwise: https://github.com/pyinstaller/pyinstaller/wiki/If-Things-Go-Wrong -- Schönen Gruß Hartmut Goebel Dipl.-Informatiker (univ), CISSP, CSSLP Information Security Management, Security Governance, Secure Software Development Goebel Consult, Landshut http://www.goebel-consult.de Blog: http://www.goebel-consult.de/blog/kleiner-erfahrungsbericht-mit-online-ocr-diensten Kolumne: http://www.cissp-gefluester.de/2010-01-hinterturen-allen-ortes -- 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.
smime.p7s
Description: S/MIME Cryptographic Signature
