user90 Posted June 17, 2012 at 12:58 PM Posted June 17, 2012 at 12:58 PM Hey, ich wollte die Software Brickd auf meinem Gnublin Board installieren. Ich konnte die Anwendung soweit installieren, bis auf ein paar Fehler: (siehe bitte Anhang). Wie könnte ich diese Fehler beheben? Danke schon mal im voraus. Quote
borg Posted June 17, 2012 at 09:00 PM Posted June 17, 2012 at 09:00 PM Ich kenne mich mit GNUBLIN nicht aus, aber da fehlt offensichtlich ctypes. Gibt es vielleicht sowas wie ein python-ctypes paket? Quote
user90 Posted June 17, 2012 at 09:36 PM Author Posted June 17, 2012 at 09:36 PM Vielen Dank für die Antwort. ctypes habe ich jetzt installiert von der Debian Site. Aber es geht immer noch nicht. LG Quote
FabianB Posted June 17, 2012 at 10:17 PM Posted June 17, 2012 at 10:17 PM Was kommt denn jetzt für eine Fehlermeldung? Quote
user90 Posted June 17, 2012 at 10:24 PM Author Posted June 17, 2012 at 10:24 PM root@gnublin:/# /etc/init.d/brickd start Starting Brick Daemon: Traceback (most recent call last): File "/usr/share/brickd/brickd_linux.py", line 30, in <module> from usb_notifier import USBNotifier File "/usr/share/brickd/usb_notifier.py", line 25, in <module> from libusb import usb1 File "/usr/share/brickd/libusb/usb1.py", line 52, in <module> import libusb1 File "/usr/share/brickd/libusb/libusb1.py", line 32, in <module> from ctypes import Structure, \ ImportError: No module named ctypes Das ist die Meldung. Eigentlich die gleiche. Danke schon mal LG user90 Quote
user90 Posted June 18, 2012 at 05:13 PM Author Posted June 18, 2012 at 05:13 PM Hey, muss man noch irgendwelche Zusatzmodule installieren? Oder irgendwelche Bibliotheken installieren? LG Quote
borg Posted June 18, 2012 at 05:24 PM Posted June 18, 2012 at 05:24 PM Wenn du einfach in der Console Python aufmachst und dort "import ctypes" eintippst, was passiert dann? Geht das? Wenns nicht geht ist ctypes auch noch nicht richtig installiert, denke ich. Quote
user90 Posted June 18, 2012 at 05:43 PM Author Posted June 18, 2012 at 05:43 PM Hey, danke schon mal für die Antwort... Bei der Eingabe kommt eine Fehlermeldung auf. Es ist wohl nicht vorhanden... login as: root root@192.168.1.155's password: root@gnublin:~# python Python 2.6.6 (r266:84292, May 20 2011, 22:44:14) [GCC 4.5.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ctypes Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named ctypes >>> Des Weiteren habe ich gesehen, das Python 2 Mal vorkommt... Einmal Python und Python 2.6.. Ist das richtig so? Und wie kann man das Paket ctypes unter Debian installieren. Geladen und installiert habe ich es schon, wie ich muss ich das in Python aktivieren? LG Quote
AuronX Posted June 18, 2012 at 05:48 PM Posted June 18, 2012 at 05:48 PM Blinder Tipp: sudo apt-get install python-ctypes Quote
user90 Posted June 18, 2012 at 05:56 PM Author Posted June 18, 2012 at 05:56 PM Danke für den Tipp.. Normalerweise mache ich das unter Debian so, aber unter GNUBLIN gibt es kein APT. Ich habe das Paket ctypes von der Debian Seite geladen. Dann habe ich das Paket mit dem Tool alien verarbeitet und auf das Board kopiert. Dann habe ich es tar entpackt und installiert. Danke und LG Quote
photron Posted June 19, 2012 at 07:45 AM Posted June 19, 2012 at 07:45 AM Das einzige Debian Packet mit ctypes im Namen, das ich finden kann ist das hier http://packages.debian.org/squeeze/python-ctypeslib und das ist nicht ctypes selbst sondern ein Codegenerator basierend auf ctypes. ctypes ist seit Python 2.5 in der Standard Library von Python enthalten. Hast du vielleicht kein Python 2.5, sondern etwas älteres? Testbar per python --version Quote
user90 Posted June 19, 2012 at 12:35 PM Author Posted June 19, 2012 at 12:35 PM Vielen Dank für deine Antwort. Bei mir ist Python 2.6.6 installiert: root@gnublin:~# python --version Python 2.6.6 root@gnublin:~# python Python 2.6.6 (r266:84292, May 20 2011, 22:44:14) [GCC 4.5.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ctypes Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named ctypes >>> Aber ctypes wird nicht gefunden... Kann man das nach installieren? LG Quote
user90 Posted June 19, 2012 at 03:22 PM Author Posted June 19, 2012 at 03:22 PM Ich habe Python noch mal neu installiert. Nach der Installation hat sich die Fehlermeldung verändert: root@gnublin:~# /etc/init.d/brickd start Starting Brick Daemon: Traceback (most recent call last): File "/usr/share/brickd/brickd_linux.py", line 30, in <module> from usb_notifier import USBNotifier File "/usr/share/brickd/usb_notifier.py", line 25, in <module> from libusb import usb1 File "/usr/share/brickd/libusb/usb1.py", line 52, in <module> import libusb1 File "/usr/share/brickd/libusb/libusb1.py", line 32, in <module> from ctypes import Structure, \ File "/usr/lib/python2.6/ctypes/__init__.py", line 10, in <module> from _ctypes import Union, Structure, Array ImportError: /usr/lib/python2.6/lib-dynload/_ctypes.so: undefined symbol: PyUnicodeUCS4_FromEncodedObject Quote
photron Posted June 21, 2012 at 10:48 AM Posted June 21, 2012 at 10:48 AM Jetzt hat dein Python was von ctypes gefunden, wo auch immer das jetzt weg kommt Allerdings wurde diese _ctypes.so gegen ein anders konfiguriertes CPython gelinkt. Daher jetzt die Meldung über das fehlende PyUnicodeUCS4_FromEncodedObject Symbol in CPython selber: http://www.rosettacommons.org/node/1901 Mein eindruck ist, dass GNUBLIN ein minimalistisch konfiguriertes Python ausliefert, dem z.B. ctypes und UCS4 fehlen. Ich hab da jetzt auch keinen einfachen Lösungsvorschlag für außer Python neu aus Source zu kompilieren. Keine gute Lösung, wird aber wahrscheinlich funktionieren. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.