Could not find module #1348
-
Hello, I am creating an application with pylibdmtx library. This application is working correctly in my computer when i create and install a windows installer with cx_Freeze, however, when I send this application to a new computer (a virtual machine for example), I can install it normally, but when I run it, it gives this error: (This files directory "C:\Users\raul4\Desktop" is in my computer, not in the virtal machine. is this really correct?) My 'build.py' code:
I found many "solutions" on the internet but none solved my problem, can someone help me please? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Yes, it is. To change this, see replace_paths
libmtdx-64.ddl is compiled in MSVC, so probably it depend of its runtime, so try include_msvcr |
Beta Was this translation helpful? Give feedback.
Yes, it is. To change this, see replace_paths
libmtdx-64.ddl is compiled in MSVC, so probably it depend of its runtime, so try include_msvcr
More info: FAQ