Comment 1 for bug 566402

Revision history for this message
Hemanth (hemanth-hm) wrote :

The above was fixed after python was upgraded with few patches, now the new issue is :

$ pyjunior

Traceback (most recent call last):
  File "/usr/local/bin/pyjunior", line 293, in <module>
    window = PyjuniorWindow()
  File "/usr/local/bin/pyjunior", line 72, in __new__
    builder = get_builder('PyjuniorWindow')
  File "/usr/local/lib/python2.6/dist-packages/pyjunior/helpers.py", line 40, in get_builder
    ui_filename = get_data_file('ui', '%s.ui' % (builder_file_name,))
  File "/usr/local/lib/python2.6/dist-packages/pyjunior/pyjuniorconfig.py", line 50, in get_data_file
    return os.path.join(get_data_path(), *path_segments)
  File "/usr/local/lib/python2.6/dist-packages/pyjunior/pyjuniorconfig.py", line 67, in get_data_path
    raise project_path_not_found
pyjunior.pyjuniorconfig.project_path_not_found