|
From: Jeffrey B. <jef...@gm...> - 2021-02-04 19:47:04
|
you can try using includes option.
setup(
options = {
“py2exe”: {
“includes”: [“sip”, “cffi”],
}
}
)
you can also use py2exe.mf.AddPackagePath
Thanks,
Jeff
Thanks,
Jeff
|