Falsche Konfiguration von AT-SPI in macOS

366
GlezSeoane

Bei der Arbeit mit Python und Gtk + verwende ich Aloe-Tests, um die Korrektur einiger Module zu überprüfen. Die Tests sind so konzipiert, dass sie die AT-SPI-Dienste dahinter verwenden, aber in meiner Installation scheint es, dass sie die Prozesse nicht verknüpfen können.

Als nächstes zeige ich eine Kopie des Fehlerbildschirms in einem sehr einfachen Beispiel (a Hello World ). Der Code ist vollständig verifiziert und die Tests funktionieren auf einem Linux-Computer ordnungsgemäß.

MacBook-Pro-de-Borja:eg seoane$ aloe -x --verbosity=3 features/task1-app.feature nose.config: INFO: Ignoring files matching ['^\\.', '^_', '^setup\\.py$'] Feature: Hello World App  In order to check if you completed the app in the first part of the assigment As a wise person I want to validate the app  Scenario: The app is a Hello World Gtk+ app # features/task1-app.feature:6 Given I find a file named "holamundo.py" When I run "holamundo.py" Dynamic session lookup supported but failed: launchd did not provide a socket path, verify that org.freedesktop.dbus-session.plist is loaded!  ** (process:843): ERROR **: 09:18:46.379: AT-SPI: Couldn't connect to accessibility bus. Is at-spi-bus-launcher running? Trace/BPT trap: 5 MacBook-Pro-de-Borja:eg seoane$ 2018-09-20 09:18:46.693 python3[846:26517] *** WARNING: Method userSpaceScaleFactor in class NSView is deprecated on 10.7 and later. It should not be used in new applications. Use convertRectToBacking: instead.   (holamundo.py-test-76010700:846): Gtk-WARNING **: 09:18:46.796: Locale not supported by C library. Using the fallback 'C' locale. 

Ich habe Aloe über Pip3 installiert. und at-spi2-atk und at-spi2-core durch Homebrew.

Ich weiß nicht, was bei meiner Installation fehlschlägt.

1

0 Antworten auf die Frage