Code review comment for lp:~sergiomeneses/testdrive/ubuntugnome-release

Revision history for this message
Bhavani Shankar (bhavi) wrote :

Hey,

When I try to run the testdrive-gtk with this branch I get:

bhavani@bhavani-Vostro1510:~/devel/ubuntugnome-release$ testdrive-gtk
Traceback (most recent call last):
  File "/usr/local/bin/testdrive-gtk", line 1002, in <module>
    window = TestdrivegtkWindow()
  File "/usr/local/bin/testdrive-gtk", line 113, in __new__
    builder = get_builder('TestdrivegtkWindow')
  File "/usr/local/lib/python2.7/dist-packages/testdrivegtk/helpers.py", line 44, in get_builder
    ui_filename = get_data_file('ui', '%s.ui' % (builder_file_name,))
  File "/usr/local/lib/python2.7/dist-packages/testdrivegtk/testdrivegtkconfig.py", line 54, in get_data_file
    return os.path.join(get_data_path(), *path_segments)
  File "/usr/local/lib/python2.7/dist-packages/testdrivegtk/testdrivegtkconfig.py", line 71, in get_data_path
    raise project_path_not_found
testdrivegtk.testdrivegtkconfig.project_path_not_found

Is there anything I'm missing here?

Regards
Bhavani

« Back to merge proposal