module not found error

54 views
Skip to first unread message

usman ul muazzam

unread,
Nov 18, 2020, 11:11:38 PM11/18/20
to DEVSIM TCAD
Hi,

I have installed devsim _win64_v1.4.14, I have installed Microsoft Visual C++ Redistributable for 64 bit. I have anaconda python installed (version 3.8.3) which satisfies all the dependencies, but I am only able to import devsim module if I try to load any other module I got the following output:
>>> import devsim
>>> import simple_physics
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'simple_physics'

Could anyone know how to resolve this issue or anything else need to be installed.

Thanking  in anticipation

Regards

Usman       

Juan Sanchez

unread,
Nov 19, 2020, 11:09:03 AM11/19/20
to dev...@googlegroups.com
Hello,

The proper syntax is either:
from devsim.python_packages.simple_physics import *

or:

import devsim.python_packages.simple_physics

There are sample scripts in the examples and testing directory.

Regards,

Juan
> --
> You received this message because you are subscribed to the Google
> Groups "DEVSIM TCAD" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to devsim+un...@googlegroups.com
> <mailto:devsim+un...@googlegroups.com>.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/devsim/2dd5d09c-297f-4af0-af29-10026ba83451n%40googlegroups.com
> <https://groups.google.com/d/msgid/devsim/2dd5d09c-297f-4af0-af29-10026ba83451n%40googlegroups.com?utm_medium=email&utm_source=footer>.

Reply all
Reply to author
Forward
0 new messages