From: Rob F. <ro...@be...> - 2004-05-08 06:26:12
|
On Fri, 7 May 2004, Chris wrote: > [root@chris bin]# pyzor discover > bash: /usr/bin/pyzor: /usr/bin/python2: bad interpreter: No such file or > directory > > I have python version 2.2.1 installed. I'm running Mandrake 9.0. I guess > the place to start is why was no ~/.pyzor dir made? > > Thanks I think that pyzor will create a ~/.pyzor directory the first time you run it successfully. You problem is that /usr/bin/python2 doesn't exist. Type "which python2" at a command line to find out where python has been installed. If this doesn't work, try "which python". Once you've found python, you can either create a link from /usr/bin/python2 to the python executable, or edit the first line of pyzor so that it uses the existing python executable. Hope this helps, Rob Fox |