Roland0 wrote: 
> The built distribution is for python 3.6, not 3.5. While lmsmusly should
> run with older python 3 versions, the module install paths are
> different, so you'll have to move the 2 folders in the site-packages
> folder to the correct path, probably from
> /usr/lib64/python3.6/site-packages to
> /usr/lib64/python3.5/site-packages
> Check with
> > 
Code:
--------------------
  >   > 
  > [user:~] $ python3
  > Python 3.6.3 (default, Dec 16 2017, 20:59:34) 
  > [GCC 7.2.0] on linux
  > >>> import sys
  > >>> print("\n".join( sys.path))
  > 
--------------------
> > 
> 
> Check out 'this ppa'
> (https://launchpad.net/~jonathonf/+archive/ubuntu/ffmpeg-3)

Thanks a lot, the latter tip helped! First one was also right direction
but didn't help immediately, the sys.path was having lots of paths but
none similar to your site-packages path and I struggled, so I tried the
other method and it works. Currently analyzing. On the weekend I will
have time to try it on the actual server.

Cheers,
Seb



"The only word I know is 'Grunt' - and I can't spell it" (R.I.P. D.A.)
------------------------------------------------------------------------
srasher's Profile: http://forums.slimdevices.com/member.php?userid=6209
View this thread: http://forums.slimdevices.com/showthread.php?t=108495

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to