yuzhang92

Results 4 comments of yuzhang92

> Can you try to import `Crypto` first? e.g. `import Crypto` at the beginning? > > I think there is some issue in pysv that not be able to pick...

> It looks like the module is imported correctly, but the submodule is not. Can you copy and paste the generated C++ code here? It should have the python path...

> Just to make sure, you ran pysv inside the venv environment right? > > The python path is generated from this code: > > https://github.com/Kuree/pysv/blob/3c8f05b939bbb9074686cb2f997eeada33bbd499/pysv/codegen.py#L474-L485 > > Does your...

> Hmm, looks like the import logic might not be correct. I can try to reproduce it on my end. What is the pypi package name for that module? >...