mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[cxFreeze] add import of encodings to embed them in packaging
This commit is contained in:
parent
98d772659a
commit
1c98e2afde
1 changed files with 7 additions and 0 deletions
|
@ -13,6 +13,13 @@ import pkgutil
|
|||
|
||||
import sys
|
||||
|
||||
try:
|
||||
import encodings.ascii
|
||||
import encodings.idna
|
||||
import encodings.utf_8
|
||||
except:
|
||||
pass
|
||||
|
||||
from meshroom.core.submitter import BaseSubmitter
|
||||
from . import desc
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue