[python-win32] Strange issues when using pywin32 to develop solidworks

2020-10-05 Thread nicolas jacky
I test below code snippets in vscode with enviroment of python 3.8, pywin32 build 228, solidworks 2017 API sets and created .py files by makepy, I get some strange errors. first snippet # -*- coding: utf-8 -*- from win32com.client import * from pythoncom import * swx = Dispatch("SldWorks.Applica

[python-win32] AES based win32crypt lib for python3

2020-10-05 Thread Raja Sekhar
Hi Team, I have seen win32crypt lib for python, And it is built on DES algorithm. I am searching for such library in Python using AES Algorithm. I have gone through pyAesCrypt, Crypto.Cipher which is taking an explicit key for encryption. I would be grateful if you could help me to find a