Hey!
bin durch http://www.vuplus-support.org/ auf dieses tolle Plugin aufmerksam geworden!
Leider fehlt bei der Installation noch "python-dev" bei mir...
Habs mir jetzt besorgt, aber falls sich das noch direkt integrieren ließe, kann man das dann auch an 0815 User weiter geben ;)
Weiter so! wirklich endlich die Lösung meiner "Probleme" ;)
Ist das richtig, dass man keine Tickets erstellen kann?
Oder find ich den Button nur nicht? XD
Nochmals vielen Dank!
EDIT:
leider zu früh gefreut nach Installation aller Python Pakete kommt nun diese Fehler Meldung, bei der Installation:
Installing enigma2-plugin-cocy (0.2.1) to root...
Configuring enigma2-plugin-cocy.
Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.8.tar.gz
Extracting in /tmp/tmpSu23oT
Now working in /tmp/tmpSu23oT/setuptools-0.9.8
Installing Setuptools
Traceback (most recent call last):
File "setup.py", line 30, in <module>
from setuptools.command.test import test as _test
File "/var/volatile/tmp/tmpSu23oT/setuptools-0.9.8/setuptools/command/test.py", line 6, in <module>
from unittest import TestLoader, main
File "/usr/lib/python2.7/unittest/init.py", line 59, in <module>
from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
File "/usr/lib/python2.7/unittest/case.py", line 7, in <module>
import pprint
ImportError: No module named pprint
Something went wrong during the installation.
See the error message above.
//var/lib/opkg/info/enigma2-plugin-cocy.postinst: line 12: easy_install: not found</module></module></module></module>
Last edit: OrlandO85 2014-01-08
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
One month later and I thought I'd update you, in case you're interested!
I gave up with OpenPli and the Cocy renderer, which was a shame as it is my favourite image.
I am now running BH 2.0.9 which has a upnp renderer built-in which works great, so while I wait for the other image developers to incorporate it into theirs, I will continue to use the BH one.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I had the same problem installing cocy on Vu+ Solo2 w/ VTi 6.0.8.
After looking into the error message, specifically "ImportError: No module named pprint", I believe there is a dependency missing. python-pprint is required for setuptools to install. Otherwise the installation fails with the above message.
The solution is to manually install python-pprint before installing cocy.
It would be great if the ipk package could be updated to add the missing dependency.
Thanks for the great work!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey!
bin durch http://www.vuplus-support.org/ auf dieses tolle Plugin aufmerksam geworden!
Leider fehlt bei der Installation noch "python-dev" bei mir...
Habs mir jetzt besorgt, aber falls sich das noch direkt integrieren ließe, kann man das dann auch an 0815 User weiter geben ;)
Weiter so! wirklich endlich die Lösung meiner "Probleme" ;)
Ist das richtig, dass man keine Tickets erstellen kann?
Oder find ich den Button nur nicht? XD
Nochmals vielen Dank!
EDIT:
leider zu früh gefreut nach Installation aller Python Pakete kommt nun diese Fehler Meldung, bei der Installation:
Installing enigma2-plugin-cocy (0.2.1) to root...
Configuring enigma2-plugin-cocy.
Downloading https://pypi.python.org/packages/source/s/setuptools/setuptools-0.9.8.tar.gz
Extracting in /tmp/tmpSu23oT
Now working in /tmp/tmpSu23oT/setuptools-0.9.8
Installing Setuptools
Traceback (most recent call last):
File "setup.py", line 30, in <module>
from setuptools.command.test import test as _test
File "/var/volatile/tmp/tmpSu23oT/setuptools-0.9.8/setuptools/command/test.py", line 6, in <module>
from unittest import TestLoader, main
File "/usr/lib/python2.7/unittest/init.py", line 59, in <module>
from .case import (TestCase, FunctionTestCase, SkipTest, skip, skipIf,
File "/usr/lib/python2.7/unittest/case.py", line 7, in <module>
import pprint
ImportError: No module named pprint
Something went wrong during the installation.
See the error message above.
//var/lib/opkg/info/enigma2-plugin-cocy.postinst: line 12: easy_install: not found</module></module></module></module>
Last edit: OrlandO85 2014-01-08
I have the exact same issue when trying to install onto a clean OpenPli 4.0 image on a Vu+ Duo.
Any advice would be great!
One month later and I thought I'd update you, in case you're interested!
I gave up with OpenPli and the Cocy renderer, which was a shame as it is my favourite image.
I am now running BH 2.0.9 which has a upnp renderer built-in which works great, so while I wait for the other image developers to incorporate it into theirs, I will continue to use the BH one.
I had the same problem installing cocy on Vu+ Solo2 w/ VTi 6.0.8.
After looking into the error message, specifically "ImportError: No module named pprint", I believe there is a dependency missing. python-pprint is required for setuptools to install. Otherwise the installation fails with the above message.
The solution is to manually install python-pprint before installing cocy.
It would be great if the ipk package could be updated to add the missing dependency.
Thanks for the great work!