Subject: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Fabian Törner on Wed, 30 Oct 2013 19:50:48 GMT View Forum Message <> Reply to Message Hallo Holger, habe eben o.g. Paket aktualisiert: URL: http://www.pack-eis.de/dl.php?l=14441/python.tar.bz2 Name: python Package: Python Interpreter Version: 2.2.0 Date: 2013-10-29 Space: 45 MB required Author: Holger Bruenjes, holgerbruenjes(at)gmx(dot)net Status: stable Section: plang Internal Program Version: Python 2.7.5 Python is a programming language that lets you work more quickly and integrate your systems more effectively. You can learn to use Python and see almost immediate gains in productivity and lower maintenance costs. http://www.python.org --2013-10-30 20:41:53-http://www.pack-eis.de/dl.php?l=14441/python.tar.bz2 Resolving www.pack-eis.de (www.pack-eis.de)... 217.197.80.132 Connecting to www.pack-eis.de (www.pack-eis.de)|217.197.80.132|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://download.eisfair.org/pack-eis/download/14441/python.tar.bz2 [following] --2013-10-30 20:41:53-http://download.eisfair.org/pack-eis/download/14441/python.tar.bz2 Resolving download.eisfair.org (download.eisfair.org)... 130.133.8.35 Connecting to download.eisfair.org (download.eisfair.org)|130.133.8.35|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 6517354 (6.2M) [application/x-bzip2] Saving to: 'python.tar.bz2' 100%[=================================================================== ======================================================================= = ======================================================== >] 6,517,354 1.51MB/s in 4.5s Page 1 of 15 ---- Generated from net(t)forum 2013-10-30 20:41:57 (1.39 MB/s) - 'python.tar.bz2' saved [6517354/6517354] Please wait ... A major Python upgrade has been detected, therefore all previously installed packages will be updated! Do you want to continue to install the python package (y/n) [n]? y - found: python-curl - deinstalling package ... - found: python-setuptools - deinstalling package ... - found: python-tesseract - deinstalling package ... - found: python-openssl - deinstalling package ... - found: python-imaging - deinstalling package ... The site-package was saved to moved into the new folder Press ENTER to continue The site-package was moved into the new folder Please check your application that it works correctly Press ENTER to continue dirname: missing operand Try `dirname --help' for more information. Package: <unknown> URL: /non+python-curl This package is not compatible with 'eisfair-1'. Press ENTER to continue ^C starten tut der pyload danach auch nicht mehr: eis # python /home/pyload/pyLoadCore.py --configdir=/home/pyload --daemon Traceback (most recent call last): File "/home/pyload/pyLoadCore.py", line 48, in <module> from module.network.RequestFactory import RequestFactory File "/mnt/home/pyload/module/network/RequestFactory.py", line 22, in <module> from Browser import Browser File "/mnt/home/pyload/module/network/Browser.py", line 6, in <module> from HTTPRequest import HTTPRequest File "/mnt/home/pyload/module/network/HTTPRequest.py", line 20, in <module> import pycurl ImportError: No module named pycurl eis # Vielen Dank & viele Grüße Fabian Page 2 of 15 ---- Generated from net(t)forum Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Fabian Törner on Wed, 30 Oct 2013 20:03:35 GMT View Forum Message <> Reply to Message Hallo nochmal, Am 30.10.2013 20:50, schrieb Fabian Törner: habe das Paket dann noch mal installiert, das ging dann. Danach musste ich pycurl händisch nachinstallieren. Dann ging auch wieder pyload. Wenn ich nun aber was hinzufüge kommt im log: /usr/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: PyUnicodeUCS4_DecodeUTF8 Vielen Dank & viele Grüße Fabian Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Marcus Roeckrath on Wed, 30 Oct 2013 20:13:49 GMT View Forum Message <> Reply to Message Hallo Fabian, Fabian Törner wrote: > habe eben o.g. Paket aktualisiert: > > URL: http://www.pack-eis.de/dl.php?l=14441/python.tar.bz2 > > Name: python > Package: Python Interpreter > Version: 2.2.0 > > > > > > > > > > > > > > > Please wait ... A major Python upgrade has been detected, therefore all previously installed packages will be updated! Do you want to continue to install the python package (y/n) [n]? y - found: python-curl - deinstalling package ... - found: python-setuptools - deinstalling package ... - found: python-tesseract - deinstalling package ... - found: python-openssl - deinstalling package ... - found: python-imaging - deinstalling package ... The site-package was saved to moved into the new folder Press ENTER to continue The site-package was moved into the new folder Please check your application that it works correctly Page 3 of 15 ---- Generated from net(t)forum > > > > > > > > > > > > > > > > > > > > > > > > > > > > Press ENTER to continue dirname: missing operand Try `dirname --help' for more information. Package: <unknown> URL: /non+python-curl This package is not compatible with 'eisfair-1'. Press ENTER to continue ^C starten tut der pyload danach auch nicht mehr: eis # python /home/pyload/pyLoadCore.py --configdir=/home/pyload --daemon Traceback (most recent call last): File "/home/pyload/pyLoadCore.py", line 48, in <module> from module.network.RequestFactory import RequestFactory File "/mnt/home/pyload/module/network/RequestFactory.py", line 22, in <module> from Browser import Browser File "/mnt/home/pyload/module/network/Browser.py", line 6, in <module> from HTTPRequest import HTTPRequest File "/mnt/home/pyload/module/network/HTTPRequest.py", line 20, in <module> import pycurl ImportError: No module named pycurl Habe Ähnliches heute morgen beim Update nicht wahrgenommen. Hast Du im Classic-Menu installiert; beim Curses-Menu verschwinden die Meldungen ja eventuell sehr schnell, wenn am Ende der Installation kein "anykey" gefordert ist. -Gruss Marcus Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Fabian Törner on Wed, 30 Oct 2013 20:15:57 GMT View Forum Message <> Reply to Message Am 30.10.2013 21:03, schrieb Fabian Törner: > Wenn ich nun aber was hinzufüge kommt im log: > > /usr/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: > PyUnicodeUCS4_DecodeUTF8 habe darauf hin folgendes installiert: Page 4 of 15 ---- Generated from net(t)forum Package python-lxml Package python-libxslt Package python-libxml2 danach hat pyload wieder gar nicht gestartet :( Die Pakete einzeln wieder runter - starten tut er aber nun immer noch nicht wieder - der debug bringt folgendes: zwei Bildschirme voll: res = origfind(domain, dir, languages, all) File "/usr/lib/python2.7/gettext.py", line 425, in find bundle = find(domain, localedir=_default_bundlelocaledir, languages=languages, all=all) File "/mnt/home/pyload/module/common/pylgettext.py", line 46, in find res = origfind(domain, dir, languages, all) File "/usr/lib/python2.7/gettext.py", line 425, in find bundle = find(domain, localedir=_default_bundlelocaledir, languages=languages, all=all) File "/mnt/home/pyload/module/common/pylgettext.py", line 46, in find res = origfind(domain, dir, languages, all) File "/usr/lib/python2.7/gettext.py", line 425, in find bundle = find(domain, localedir=_default_bundlelocaledir, languages=languages, all=all) File "/mnt/home/pyload/module/common/pylgettext.py", line 46, in find res = origfind(domain, dir, languages, all) File "/usr/lib/python2.7/gettext.py", line 425, in find bundle = find(domain, localedir=_default_bundlelocaledir, languages=languages, all=all) File "/mnt/home/pyload/module/common/pylgettext.py", line 46, in find res = origfind(domain, dir, languages, all) File "/usr/lib/python2.7/gettext.py", line 443, in find for nelang in _expand_lang(lang): File "/usr/lib/python2.7/gettext.py", line 133, in _expand_lang locale = normalize(locale) File "/usr/lib/python2.7/locale.py", line 365, in normalize localename = localename.encode('ascii') RuntimeError: maximum recursion depth exceeded while calling a Python object Vielen Dank & viele Grüße Fabian Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Marcus Roeckrath on Wed, 30 Oct 2013 20:17:44 GMT View Forum Message <> Reply to Message Hallo Fabian, Page 5 of 15 ---- Generated from net(t)forum Fabian Törner wrote: > habe das Paket dann noch mal installiert, das ging dann. Nach Deiner Fehlermeldung habe ich es auch nochmal drübergebügelt, ohne Fehlermeldungen zu bekommen, allerdings sind mir ein paar sprachliche Ungereimtheiten aufgefallen: The site-package was saved to moved into the new folder Was nun: saved? moved? The site-package was moved into the new folder Please check your application that it works correctly Wohin moved? Welche Anwendung soll gecheckt werden? Das sollte IMHO schon etwas genauer und informativer sein. -Gruss Marcus Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Holger Bruenjes on Wed, 30 Oct 2013 20:27:12 GMT View Forum Message <> Reply to Message Hallo Marcus Am 2013-10-30 21:17, schrieb Marcus Roeckrath: > Das sollte IMHO schon etwas genauer und informativer sein. patches are welcome Holger Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Holger Bruenjes on Wed, 30 Oct 2013 20:28:48 GMT View Forum Message <> Reply to Message Hallo Fabian Am 2013-10-30 21:03, schrieb Fabian Törner: > Wenn ich nun aber was hinzufüge kommt im log: > Page 6 of 15 ---- Generated from net(t)forum > /usr/lib/python2.7/lib-dynload/pyexpat.so: undefined symbol: > PyUnicodeUCS4_DecodeUTF8 hmm, ist mir eigentlich nicht ganz klar eis:/ # strings /usr/lib/python2.7/lib-dynload/pyexpat.so | grep PyUnicode PyUnicodeUCS4_DecodeUTF8 PyUnicodeUCS4_Decode Holger Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Marcus Roeckrath on Wed, 30 Oct 2013 20:32:18 GMT View Forum Message <> Reply to Message Hallo Holger, Holger Bruenjes wrote: >> Das sollte IMHO schon etwas genauer und informativer sein. > > patches are welcome Würde ich ja, aber mir ist nicht klar, was mir das sagen will. -Gruss Marcus Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Fabian Törner on Wed, 30 Oct 2013 20:41:38 GMT View Forum Message <> Reply to Message Hallo Holger, Am 30.10.2013 21:28, schrieb Holger Bruenjes: > strings /usr/lib/python2.7/lib-dynload/pyexpat.so | grep PyUnicode eis # strings /usr/lib/python2.7/lib-dynload/pyexpat.so | grep PyUnicode PyUnicodeUCS4_DecodeUTF8 PyUnicodeUCS4_Decode eis # Viele Grüße Fabian Page 7 of 15 ---- Generated from net(t)forum Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Fabian Törner on Wed, 30 Oct 2013 20:44:48 GMT View Forum Message <> Reply to Message Hallo Marcus, Am 30.10.2013 21:13, schrieb Marcus Roeckrath: [...] >> The site-package was moved into the new folder >> Please check your application that it works correctly >> Press ENTER to continue >> dirname: missing operand >> Try `dirname --help' for more information. >> Package: <unknown> >> >> URL: /non+python-curl >> >> >> This package is not compatible with 'eisfair-1'. >> >> Press ENTER to continue ^C >> >> > > Habe Ähnliches heute morgen beim Update nicht wahrgenommen. > Hast Du im Classic-Menu installiert; beim Curses-Menu verschwinden die > Meldungen ja eventuell sehr schnell, wenn am Ende der Installation kein > "anykey" gefordert ist. Curses-Menu aber ich habe die ganze Zeit vor der Kiste gesessen - keine Fehlermeldung wahrgenommen. laufen tut die Sache immer noch nicht :( Habe eben mal rebootet. Hat aber auch nichts gebracht. Vielen Dank & viele Grüße Fabian Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Holger Bruenjes on Wed, 30 Oct 2013 20:58:32 GMT View Forum Message <> Reply to Message Hallo Marcus Am 2013-10-30 21:32, schrieb Marcus Roeckrath: > Hallo Holger, > Page 8 of 15 ---- Generated from net(t)forum > Holger Bruenjes wrote: > >>> Das sollte IMHO schon etwas genauer und informativer sein. >> >> patches are welcome > > Würde ich ja, aber mir ist nicht klar, was mir das sagen will. hmm, 'preinstall' The site-package was saved to moved into the new folder Das Verszeichnis 'site-package' wird gesichert um in das neue 'site-package' Verzeichnis verschoben zu werden. 'install' The site-package was moved into the new folder Please check your application that it works correctly Das gesicherte Verzeichnis 'site-package' wurde in das neue Verzeichnis 'site-package' geschoben. Bitte kontrolieren, ob die Anwendung noch richtig funktioniert. Holger Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Fabian Törner on Wed, 30 Oct 2013 21:16:08 GMT View Forum Message <> Reply to Message Hallo Holger, Am 30.10.2013 21:58, schrieb Holger Bruenjes: > Bitte kontrolieren, ob die Anwendung noch richtig funktioniert. mhh nöö :( eis # python easy-install Error processing line 1 of /usr/lib/python2.7/site-packages/_local.pth: Traceback (most recent call last): File "/usr/lib/python2.7/site.py", line 164, in addpackage Page 9 of 15 ---- Generated from net(t)forum exec line File "<string>", line 1, in <module> AttributeError: 'module' object has no attribute 'lib' Remainder of file ignored Error processing line 3 of /usr/lib/python2.7/site-packages/easy-install.pth: Traceback (most recent call last): File "/usr/lib/python2.7/site.py", line 164, in addpackage exec line File "<string>", line 1, in <module> AttributeError: 'module' object has no attribute 'lib' Remainder of file ignored python: can't open file 'easy-install': [Errno 2] No such file or directory eis # Viele Grüße Fabian Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Holger Bruenjes on Wed, 30 Oct 2013 21:23:48 GMT View Forum Message <> Reply to Message Hallo Fabian Am 2013-10-30 22:16, schrieb Fabian Törner: > mhh nöö :( > > eis # python easy-install hmm: easy_install Holger Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Marcus Roeckrath on Wed, 30 Oct 2013 21:30:51 GMT View Forum Message <> Reply to Message Hallo Holger, Holger Bruenjes wrote: >> Würde ich ja, aber mir ist nicht klar, was mir das sagen will. > > hmm, Page 10 of 15 ---- Generated from net(t)forum > > > > > > > 'preinstall' The site-package was saved to moved into the new folder Das Verszeichnis 'site-package' wird gesichert um in das neue 'site-package' Verzeichnis verschoben zu werden. Meine damaligen schulischen Leistungen im Englischunterricht waren eher im Bereich - na reden wir besser nicht drüber, aber "was saved to moved" hört sich nicht gut an; eher so, als ob bei einer Umformulierung dasLöschen eines vorigen Satzbestandteils vergessen wurde. Wäre nicht "was saved and will be moved into the new folder later" besser? Dem englischen Original fehlt das Wörtchen "directory", was es IMHO sofort verständlicher macht. > > > > > The site-package was moved into the new folder Please check your application that it works correctly Das gesicherte Verzeichnis 'site-package' wurde in das neue Verzeichnis 'site-package' geschoben. Hier doch bitte auch ein "The saved folder/directory ..." rein. > Bitte kontrolieren, ob die Anwendung noch richtig funktioniert. Stelle gerade fest, dass ich Python wohl deinstallieren kann, denn es gibt keine Abhängigkeit zu einem der installierten Pakete - Keine Ahnung, warum ich es überhaupt mal installiert habe. Weiß ein normaler Anwender, welche auf Python basierende Anwendung er nun zu prüfen hat? -Gruss Marcus Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Holger Bruenjes on Wed, 30 Oct 2013 22:34:54 GMT View Forum Message <> Reply to Message Hallo Marcus Am 2013-10-30 22:30, schrieb Marcus Roeckrath: > Weiß ein normaler Anwender, welche auf Python basierende Anwendung er nun zu Page 11 of 15 ---- Generated from net(t)forum > prüfen hat? Fliesstext bitte. Das betrifft die die eine Anwendung auserhalb der eisfair Routinen installiert haben. Holger Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Marcus Roeckrath on Thu, 31 Oct 2013 09:30:49 GMT View Forum Message <> Reply to Message Hallo Holger, Holger Bruenjes wrote: >> Weiß ein normaler Anwender, welche auf Python basierende Anwendung er nun >> zu prüfen hat? > > Fliesstext bitte. Ist das nun ok so, oder spinnt mein knode immer noch, nachdem ich eine Einstellung korrigiert habe; also sieht es nun gut aus? Bei mir jedenfalls, sieht es so beim Editieren bescheuert aus. > Das betrifft die die eine Anwendung auserhalb der eisfair Routinen > installiert haben. Ok. -Gruss Marcus Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Holger Bruenjes on Thu, 31 Oct 2013 11:17:31 GMT View Forum Message <> Reply to Message Hallo Marcus Am 2013-10-31 10:30, schrieb Marcus Roeckrath: >> Fliesstext bitte. > > Ist das nun ok so, oder spinnt mein knode immer noch, nachdem ich eine Einstellung korrigiert habe; also sieht es nun gut aus? > > Bei mir jedenfalls, sieht es so beim Editieren bescheuert aus. Page 12 of 15 ---- Generated from net(t)forum ehmm, hier gibt es ein Missverstaendnis ;-) Ich meinte den patch in einem zusammenhaengenden Teil und nicht zum zusammensuchen. Holger Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Marcus Roeckrath on Thu, 31 Oct 2013 19:18:30 GMT View Forum Message <> Reply to Message Hallo Marcus, Marcus Roeckrath wrote: >> The site-package was saved to moved into the new folder >> The python sub folder site-package was saved and will be restored to the new folder later. >> The site-package was moved into the new folder The folder site-package was restored to the new folder. >> Please check your application that it works correctly Please check if your python depended applications works correct. Only my 2 cent. ;-) -Gruss Marcus Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Fabian Törner on Fri, 01 Nov 2013 06:05:32 GMT View Forum Message <> Reply to Message Hallo Holger, Am 30.10.2013 22:23, schrieb Holger Bruenjes: > python easy-install ich weiß nicht - irgendwie will die python bei mir nicht: eis # python easy_install python: can't open file 'easy_install': [Errno 2] No such file or directory eis # easy_install Page 13 of 15 ---- Generated from net(t)forum error: No urls, filenames, or requirements specified (see --help) eis # python Python 2.7.5 (default, May 30 2013, 16:55:57) [GCC] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> easy_install Traceback (most recent call last): File "<stdin>", line 1, in <module> NameError: name 'easy_install' is not defined Kann ich einfach so wieder zurück auf die alte Version? Vielen Dank & viele Grüße Fabian Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Fabian Törner on Fri, 01 Nov 2013 06:44:40 GMT View Forum Message <> Reply to Message Hallo nochmal, Am 01.11.2013 07:05, schrieb Fabian Törner: > Am 30.10.2013 22:23, schrieb Holger Bruenjes: >> python easy-install > > ich weiß nicht - irgendwie will die python bei mir nicht: ok - bin nun langsam dahinter gestiegen ... Habe etwas im Internet zu der Fehlermeldung gefunden [1]. So bin ich dann auch vorgegangen: Entferne die letzte Zeile in: .../pyload/module/common/pylgettext.py Danach startet der Daemon wieder ... Klasse... Vielen Dank Holger und Marcus & viele Grüße Fabian [1] http://forum.pyload.org/viewtopic.php?f=12&t=1717#p6810 Subject: Re: [e1] python 2.2.0 Fehlermeldung beim Install Posted by Holger Bruenjes on Fri, 01 Nov 2013 08:09:36 GMT View Forum Message <> Reply to Message Hallo Fabian Page 14 of 15 ---- Generated from net(t)forum Am 2013-11-01 07:05, schrieb Fabian Törner: >> python easy-install > > ich weiß nicht - irgendwie will die python bei mir nicht: > > eis # python easy_install Du bist zu grosszuegig mit den Zeichen. easy_install nur 'easy_install' ohne angabe des Interpreters 'python' Holger Page 15 of 15 ---- Generated from net(t)forum