pyLoad download manager

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • pyLoad download manager

      Hi everybody,

      First of all, I would like to congratulate all dev team for his great job on the best image for our DM800s!!

      Just a short question: Did any of you try the (great!) download manager pyLoad (pyload.org) on newnimga2 (v3.1.3)?

      I tried to run it from my recentely acquired DM800se but are facing python errors:

      root@dm800se:/usr/src/pyload# python pyLoadCore.py -s
      Traceback (most recent call last):
      File "pyLoadCore.py", line 42, in <module>
      import subprocess
      ImportError: No module named subprocess
      root@dm800se:/usr/src/pyload# python
      Python 2.6.4 (r264:75706, Oct 19 2010, 09:17:19)
      [GCC 4.4.3] on linux2
      Type "help", "copyright", "credits" or "license" for more information.

      Did somebody encounter same errors? Or was able to run it on NewEnigma2?
      Regards
    • Original von Dumbo
      I think this won't run on any dreambox image.


      Does somebody explain why it wouldn't run? as newnigma is entirely based on python and pyLoad is a simple python script...

      I've found subprocess is available as of python 2.4... on newnigma v3.1.3 python has v.2.6.4... can't understand what is going wrong...
    • Not all standard python modules are included in the image because of flash size.
      Gruß
      Dumbo

      In einer irrsinnigen Welt vernünftig sein zu wollen, ist schon wieder ein Irrsinn für sich.
    • Is it possible to install "normal" python module on internal/external hdd?

      required packages are :

      ipkg install python
      ipkg install py25-crypto
      ipkg install py25-curl
      ipkg install py25-django
      ipkg install tesseract-ocr
      ipkg install unzip
      ipkg install screen
      ipkg install nano
      ipkg install tesseract-ocr-lang-eng

      Do you know if it's possible to install them on internal/external hdd?
      Thanks