Online help #249
Replies: 3 comments 6 replies
-
Have you done, what I told you in #244? |
Beta Was this translation helpful? Give feedback.
-
where am i missing i added all of the images and the error result what is your advice ? |
Beta Was this translation helpful? Give feedback.
-
What .dll have you chose (Win32, Win64 or Legacy)? import sys
def is_64bit() -> bool:
return sys.maxsize > 2**32 Since you are using Pycharm, do you have created a virutal enviroment for your project or not (Pycharm usually asks if it should create one, when you create a new Project)? If you have created an virtual enviroment, your Path for the dlls will be wrong. I would prefere then to throw them into the Windows/system32 folder or create another folder and add that one to Path, like you did with D:\Python. |
Beta Was this translation helpful? Give feedback.
-
Can someone give me an online help for the installing this library ?
Beta Was this translation helpful? Give feedback.
All reactions