I want to connect cache database to python, but a problem occurred to me, I can import intersys
, but I can't import intersys.pythonbind3
.there's an error showed like this ModuleNotFoundError: No module named 'intersys.pythonbind31'
Asked
Active
Viewed 204 times
0

Mayank Patel
- 3,868
- 10
- 36
- 59

DylanLeeee
- 31
- 1
-
ModuleNotFoundError pythonbind31 ? – Zhubei Federer Jun 03 '19 at 05:10
-
I already figured it out, i forgot to add cache path to environment, thank you all the same! – DylanLeeee Jun 04 '19 at 06:42