> > Andrew Colin Kissa <andrew@...> writes: > > > > > > > On 05 Feb 2013, at 7:37 AM, bpbp wrote: > > > > > Same issue on Debian Squeeze, stock python 2.6 > > > > > > Noah Mehl <noah <at> ...> writes: > > > > > >> > > >> I am seeing this on a brand new centos 6.3 install, stock python > > >> 2.6 > > >> > > >> Error - <type 'exceptions.AttributeError'>: 'NoneType' object has > > >> no > attribute > > > 'two phase' > > > > > > > Can you post the full trace back the we can get the context in which > > the > exception > > occurs. > > > > Also having the same issue in Debian 7.0, Python 2.7. I used the > documentation from > http://pythonhosted.org/baruwa/community/install.html#source-install. I > got an error installing pyparsing so to get it to install I had to set > it to > 1.5.7 ("pyparsing==1.5.7" in requirements.txt). I also changed all > instructions referring to python 2.6 to 2.7. I'm going to attempt a > python > 2.6 based install now. > > Trace: > > http://pastebin.com/JpzuW9P8
I'd just do a sed -i -e 's:pyparsing:pyparsing==1.5.7:' /home/baruwa/requirements.txt to set pyparsing to 1.5.7 before running pip install. _______________________________________________ http://pledgie.com/campaigns/12056

