Imported python modules can't call nwchem functions


Click here for full thread
Clicked A Few Times
Thanks, Mernst.

I didn't know that "nwchem.py" was available as an intrinsic module.
With small (crucial) changes to the simple.py demo module, everything works.

### simple.py python module ###
import nwchem
def get_tag (tag=):
return nwchem.rtdb_get(tag)

-drh