RPW is not working in Dynamo or ATOM

Hi, Friends
I’m new in the python, I want to use RPW with Dynamo and ATOM(with autocomplete-python), but the Revit Python Wrapper working is not good.
like the below snapshot. Have u meet this problem. Thanks for your any suggestion.:grinning:

4

From what I can tell from here you need to import the revit module from rpw

from rpw import revit
doc = revit.doc
1 Like

Thanks you so much:joy: