Page 1 of 1

help me please

Posted: Tue Aug 30, 2016 5:06 pm
by deuce12
someone could help me with this error that appears in the pyspades.
I install all the accessories, and open the run_server, I get error with statusever

sorry for mi bad english

Image

Re: help me please

Posted: Wed Aug 31, 2016 4:27 pm
by Heatguts
Are you trying to compile it yourself or use the binary?

It looks to me like you're missing a python module called "image".

If you just want to run the server then find the binary which should be precompiled. Not sure what the pyspades binary looks like myself but I doubt it has the build scripts. If you're trying to build it, good luck you're in the same boat I am. You can start by installing python 2.7, then install pip for python then run pip and use it to install all the necessary modules (if you miss one the compile will give you an error telling you what you're missing), then get stuck because it won't compile anyways.

Re: help me please

Posted: Sat Sep 09, 2017 4:49 pm
by notafile
You need to install PIL, the python imaging library.

Re: help me please

Posted: Sat Feb 02, 2019 9:16 pm
by notafile
Please make a new thread if you're going to ask something new