On Sep 26, 2019, at 22:09, broadcast <[email protected]> wrote:
> So I have installed Ubuntu 18.04 on a home test machine. I use CentOS for 
> actual playout =-)  I have everything working great, except PyPad. It stays 
> red =-(
> 
> The Error I am getting is:
> 
> Traceback (most recent call last):
>   File "/usr/local/lib64/rivendell/pypad/pypad_filewrite.py", line 25, in 
> <module>
>     import pypad
> ModuleNotFoundError: No module named 'pypad'
> 
> Any thoughts would be greatly appreciated =-) 

Sounds like an installation error. As Jonathan pointed out, one way to fix this 
is to ensure that ‘pypad.py’ is in the same directory as the script you are 
attempting to run, but a better way would be to put it in the correct Python 
system directory (the ‘correct’ directory here being the one that is in the 
default Python module search path). Rivendell's ‘configure’ script _should_ 
have detected the proper location automatically (but seemingly did not here).

Cheers!


|---------------------------------------------------------------------|
| Frederick F. Gleason, Jr. |             Chief Developer             |
|                           |             Paravel Systems             |
|---------------------------------------------------------------------|
|         A room without books is like a body without a soul.         |
|                                                                     |
|                                                         -- Cicero   |
|---------------------------------------------------------------------|
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to