* Joost Kremers on Friday, August 14, 2009 at 14:50:13 +0200
> On Fri, Aug 14, 2009 at 02:23:43PM +0200, Christian Ebert wrote:
>>> jo...@enterprise:~/Work/Papers/Drafts/Repairs $ urlpager --version
>>> Traceback (most recent call last):
>>> File "/usr/local/bin/urlpager", line 4, in <module>
>>>   from muttils import urlpagercommand
>>> ImportError: No module named muttils
>>> 
>>> what am i doing wrong? ;-)
>> 
>> Some strange setting in your $PYTHONPATH ?
> 
> PYTHONPATH is empty...
> 
>> Where was the muttils
>> folder actually installed?
> 
> in /usr/local/lib/python-2.5/site-packages/

Then (bash syntax, the README is terse but mentions adapting the
PYTHONPATH):

export PYTHONPATH=/usr/local/lib/python-2.5/site-packages
 
> the python binary itself is in /usr/bin, if that matters.

It does. I'm a bit (or too) defensive with deploying the stuff in
your standard installation. Without --prefix=/usr/local it would
probably go in

/usr/lib/python-2.5/site-packages

Hope you have more luck this time.

c
-- 
\black\trash movie    _C O W B O Y_  _C A N O E_  _C O M A_
                     Ein deutscher Western/A German Western

         --->> http://www.blacktrash.org/underdogma/ccc.php

Reply via email to