Propulsion
The buck stops here.
Which version did you use ?
git clone or release ?
git clone ? ( Warning 14.0.0.)
wget https://github.com/twisted/twisted/archive/twisted-13.2.0.tar.gz
# cd twisted-twisted-13.2.0
# grep "14.0.0" * -r
#
What are you thinking with this? Twistd says 13.2.0 try to compile 14.0.0?
Edit: ok recompliling with wget instead of Git Clone.
EDIT EDIT:
compiled from wget. A ton less errors now but still won't compile. make still fails.
Code:
python run_p2pool.py -help
~/p2ppol-drk/p2pool/util/pack.py:205: Deprecation
Warning: object.__new__() takes no parameters
return Type.__new__(cls, bits, endianness)
EDIT EDIT EDIT (*3)
downloaded python 2.7 Still above error. OS is too outdated. Can't compile on Debian Squeeze. AFAIK.
Last edited by a moderator: