3

ImportError: No module named eppy

I am trying to run an eppy script. I checked that eppy is installed in the Python27 directory but it gives me the following error. Any pointers would be appreciated.

image description

Javed's avatar
273
Javed
asked 2018-05-28 03:50:51 -0500
__AmirRoth__'s avatar
4.4k
__AmirRoth__
updated 2018-05-30 10:39:11 -0500
edit flag offensive 0 remove flag close merge delete

Comments

Hey Javed! Do you have multiple python installations?

Piyush's avatar Piyush (2018-05-29 04:11:11 -0500) edit
add a comment see more comments

1 Answer

3

It is probably a problem with the Python IDE you use. If you use Canopy, make sure you have the eppy package installed in the virtual environment of Canopy. You can check this in Canopy, by opening tools --> Canopy command prompt and typing pip freeze or pip list. If eppy is not listed here, try pip install eppy in this Canopy command prompt, then restart Canopy.

If this doesn't work, try to search for solution on Stack overflow, as it is more of a programming issue, you can probably find good advice there.

adambgnr's avatar
749
adambgnr
answered 2018-05-28 06:20:45 -0500, updated 2018-05-29 01:32:49 -0500
edit flag offensive 0 remove flag delete link

Comments

Thank you everyone for your response. Now the problem has been resolved by - Uninstalling the Python 2.7 - Installed Canopy and installed the eppy through Canopy Command prompt - this works OK

Thank you so much.

Javed's avatar Javed (2018-05-31 00:05:39 -0500) edit
add a comment see more comments