At 06:04 AM Saturday, 2/10/2007, you wrote -=>
pyzor stopped working on my fedora core 5 system. I get the following error:

Traceback (most recent call last):
 File "/usr/bin/pyzor", line 3, in ?
   import pyzor.client
ImportError: No module named pyzor.client

The contents of /usr/bin/pyzor are:

#!/usr/bin/python

import pyzor.client
pyzor.client.run()

What's going on and how do I fix this?
Thank you in advance!

Did you check the wiki first? It's a wealth of information:

If you get the following error message, define PYTHONPATH to point at ($HOME/lib/python):

Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named pyzor.client


Ed

. . . . . . . . . . . . . . . . . .
Randomly Generated Quote (1017 of 1172):
Those who put out the people's eyes, reproach them
for their blindness.  -John Milton, poet (1608-1674)

Reply via email to