|
From: Frank T. <ft...@ne...> - 2003-05-19 06:47:41
|
pos...@sj..., on 2003-05-18, wrote: > debug: Pyzor: couldn't grok response "downloading servers from > http://pyzor.sourceforge.net/cgi-bin/inform-servers-0-3-x" > ------------------------------------------------------------ > > Have I done something wrong? No. SA reads pyzor's stderr (which it shouldn't), and the first time you run pzyor, it will spit out a message about downloading the server list. > One note, when I finished installing the package and ran "pyzor > discover" at the console it said "no command interpreter" & then I found > out it was looking for a program named "python2" while my machine only > had "python", so I simply did a "cp python python2" then it seemed to > run fine. Is this a mistake? IS this relevant? Interesting; if you install pyzor from the tarball it should point itself to the correct python executable. If you were using someone else's packaging of pyzor, there could be problems. Your workaround is fine, but I'd recommend symlinking python2 to python, instead of copying. -- Frank Tobin http://www.neverending.org/~ftobin/ |