rkbennett
rkbennett
It shows it in the invocation, and the task completes fine, but it doesn't actually get set on the vm.
Well, reading the description of advanced_settings, IIRC it says that it can set values within the vmx file, which tools.syncTime is located in. That is why I was attempting it...
Exact same problem with CentOS and python 3.6
I know this is a fairly old issue, but also try skipping 16 and 8 as well. 16 worked for me in python 3.10, I've heard 8 also works potentially.
Quick update to this, I just released a new POC that I'm working on called [pythonmemimporter](https://github.com/rkbennett/pythonmemimporter), which I've found a way to load python modules with raw python using just...
I should also say, it's not currently integrated into my od_import package officially, but I have tested imports with it for things like lazagne (using pycrypto)
Let me know if/when you need help on something. I do have another repo that I should be releasing soon that will replicate my pyclrhost functionality with raw python as...
Which version of python are you using?
Sorry, also which pyds have you tried, that way I can test locally
Okay, so that's actually normal. The way they handle those pyds in Crypto and Cryptodome is different. They don't use the normal import mechanism because they're pyds in name only....