Thank-you for your ongoing encouragement - it is really appreciated. The note says, "Works in python interpreter; works with pyd files; doesn't work with pyinstaller - see run-time "ImportError cannot import name Random" message. Note that source files do not directly use random or random.Random." ie.
a. the project was tested with the Python interpreter and it worked > b. the project was tested with calling just the .pyd (generated with > cython) and it worked. > c. the project was tested with pyinstaller using the .pyd and it didn't > work. I have also tested on very little numpy/scipy code and slightly larger (as in the uploaded sample example) and in all cases the resulting error was identical. I'll be happy to upload the tiny sample example if that makes it easier for you? -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
