Replies: 1 comment 1 reply
-
|
Sorry for taking so long to see this. You can test the PR with: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I cant freeze my script with zebra module. After build i receive error:
File "C:\Users\bartek\AppData\Roaming\Python\Python310\site-packages\cx_Freeze\initscripts_startup_.py", line 138, in run
module_init.run(name + "main")
File "C:\Users\bartek\AppData\Roaming\Python\Python310\site-packages\cx_Freeze\initscripts\console.py", line 16, in run
exec(code, module_main.dict) # pylint: disable=exec-used
File "test.py", line 1, in
File "C:\Users\bartek\AppData\Roaming\Python\Python310\site-packages\zebra.py", line 25, in
import win32print
ImportError: DLL load failed while importing win32print: Nie można odnaleźć określonego modułu.
my script (simplified):
any ideas how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions