You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[etucker: ]$ ./fapws.py
Traceback (most recent call last):
File "fapws.py", line 2, in <module>
import fapws.evwsgi as evwsgi
File "fapws.py", line 2, in <module>
import fapws.evwsgi as evwsgi
ImportError: No module named evwsgi
I've tried install fapws3 from both PIP and compiling from source. It does not work.
This is on both Fedora and Amazon EC2 using Python 2.7.
The text was updated successfully, but these errors were encountered:
I agree - the way packages are installed via PIP and able to go to multiple locations (lib / lib64, python2.7 / python3.4, site-packages / dist-packages) is very confusing and probably a source of this headache.
That being said, other packages just seem to "work" when installed via PIP. I don't feel comfortable using a system which does not work unless installed from source. PIP installs should work, do you not agree?
http://www.fapws.org/getting-started
I've tried install fapws3 from both PIP and compiling from source. It does not work.
This is on both Fedora and Amazon EC2 using Python 2.7.
The text was updated successfully, but these errors were encountered: