[11:11] Can someone please give me a hand, I'm attempting to run the Autopilot tests on the Ubuntu-Calendar-App, Autopilot is finding the test modules without issue but when I attempt to run any tests it returns the following error; "ERROR: unittest.loader.ModuleImportFailure.calendar_app.tests.test_weekview" [11:23] matthewallen_, probably a missing dependency [11:23] matthewallen_, do you have the full output from autopilot3 run? [11:24] brendand, full error message --> http://pastebin.com/z6Z6Abgz [11:25] matthewallen_, you should use autopilot3 run i think [11:25] matthewallen_, that's running with python2.7 [11:26] brendand, returns the same error ): [11:26] matthewallen_, is this on device or desktop? [11:26] brendand, desktop [11:27] matthewallen_, ok install python/python3-dateutil [11:27] not sure why you don't have it, should be installed by default [11:28] brendand, both already installed [11:32] so if you do: [11:32] $ python [11:32] >> from dateutil import tz [11:33] it works? [11:34] Brendand, just fixed that got a bit confused however It's not telling me that 'address_book_service_testability' is missing [11:34] i feel as something is broken about my python install :/ [11:36] matthewallen_, no, these are just missing dependencies [11:36] brendand, just fixed another dependancy and it's working! [11:36] brendand, thanks mate! :) [23:40] Hey! [23:41] I need some help with autopilot, I'm trying to write a test for the music-app, but I can't find the app specific module which contains useful functions that I need. [23:41] Does anyone know where I can find these modules? [23:54] I can't find the docs for the music-app module that will allow autopilot to interface with specific parts [23:54] of it