Randy Kleinman said the following on 11/15/2013 03:39 PM:
> Peter, I am not sure if your pip install failed or not based on your
> response.
It installed via pip OK for me...
> Incidentally, installing using pip with python 2.7.5 works for me, but
> importing the module gives me the same error afterwards.
I can import it just fine:
(wsme-demo)peter@Blizzardme:~/apps/GPUTest$ python
Python 2.7.5+ (default, Sep 19 2013, 13:48:49)
[GCC 4.8.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import wsme
>>>
> So I don't think this is an installation problem.
> >> pip freeze
> WSME==0.4
> WebOb==1.2.3
> simplegeneric==0.8.1
> six==1.4.1
> wsgiref==0.1.2
>
Hmmm... PIP installs 0.5b6 and you have 0.4
(wsme-demo)peter@Blizzardme:~/apps/GPUTest$ pip freeze
WSME==0.5b6
WebOb==1.2.3
argparse==1.2.1
simplegeneric==0.8.1
six==1.4.1
wsgiref==0.1.2
http://pythonhosted.org/WSME/changes.html
Looking at the CHANGELOG... 0.4 is over a year old at this point. 0.5b6
came out last month (October).
Maybe try the latest version...???