From owner-nwchem-users@emsl.pnl.gov Tue Feb 5 16:47:47 2008 Received: from odyssey.emsl.pnl.gov (localhost [127.0.0.1]) by odyssey.emsl.pnl.gov (8.14.1/8.14.1) with ESMTP id m160lkAn009736 for ; Tue, 5 Feb 2008 16:47:47 -0800 (PST) Received: (from majordom@localhost) by odyssey.emsl.pnl.gov (8.14.1/8.14.1/Submit) id m160lkpG009735 for nwchem-users-outgoing-0915; Tue, 5 Feb 2008 16:47:46 -0800 (PST) X-Authentication-Warning: odyssey.emsl.pnl.gov: majordom set sender to owner-nwchem-users@emsl.pnl.gov using -f X-IronPort-AV: E=Sophos;i="4.25,309,1199692800"; d="scan'208";a="43211500" X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: RE: [NWCHEM] ImportError: No module named nwgeom Date: Tue, 5 Feb 2008 16:47:19 -0800 Message-ID: <1692FA5FE0EBFD40B2B4097DAFEA887C03290A6E@EMAIL02.pnl.gov> In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [NWCHEM] ImportError: No module named nwgeom Thread-Index: AchoVylrnsJvKAbHSdeND5wRMt2pKgAAksuQ References: From: "DeJong, Wibe A" To: "Oliveira, Osmair V" , X-OriginalArrivalTime: 06 Feb 2008 00:47:44.0519 (UTC) FILETIME=[E2B8A970:01C86859] Sender: owner-nwchem-users@emsl.pnl.gov Precedence: bulk Osmair,=20 Please make sure that your PYTHONPATH includes a path to the contrib/python containing the .py python modules. These modules are necessary to run the example. Thanks, Bert de Jong, Ph.D. Chief Scientist Capability Steward / NWChem developer High Performance Software Development Environmental Molecular Science Laboratory Pacific Northwest National Laboratory P.O. Box 999, Mail Stop K8-91 Richland, WA 99352 Phone: (509) 371-6476 Email: bert.dejong@pnl.gov Fax: (509) 371-6445 Room: EMSL 1371 Web: http://mscf.emsl.pnl.gov -----Original Message----- From: owner-nwchem-developers@emsl.pnl.gov [mailto:owner-nwchem-developers@emsl.pnl.gov] On Behalf Of Oliveira, Osmair V Sent: Tuesday, February 05, 2008 4:28 PM To: nwchem-users@emsl.pnl.gov Subject: [NWCHEM] ImportError: No module named nwgeom Hi, I try to run the folling example: start geometry h -1.14021826 0.50306614 -0.36446418 o -0.65375296 -0.24492314 0.08947821 o 0.65375296 0.24492314 0.08947821 h 1.14021826 -0.50306614 -0.36446418 end basis h library sto-3g o library sto-3g end print none python from nwgeom import scan_input input =3D ''' geometry adjust noprint zcoord torsion 1 2 3 4 hooh %f constant end end ''' scan_input(input, [-125.0], [+125.0], 24, 'scf', task_optimize) end task python But, I found the following error occurr: >Traceback (most recent call last): > File "nwchem.py", line 1, in > from nwgeom import scan_input >ImportError: No module named nwgeom > ------------------------------------------------------------------------ > python failed 0 >=20 >----------------------------------------------------------------------- >- >=20 >----------------------------------------------------------------------- >- > current input line : > 29: task python Someone can I help me?. For instance, I have been install NWChem with python and its work fine Thanks Osmair V Oliveira