Hi, I am using pyinstaller to generate an executable of a python program. Trying several ways, everytime I run executables generated, say ./test
File "_draw.pyx", line 1, in init skimage.draw._draw (skimage/draw/_draw.c:7257) ImportError: No module named geometry I tried to import geometry from sympy in the source file, it could not do it. Could you please let me know what can I do to resolve this problem? Best Regards, -Binod -- 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.
