Issue with setup.py

Bug #566402 reported by Hemanth
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
PyJunior
New
Undecided
Unassigned

Bug Description

Getting the below issue with setup.py

$ sudo python setup.py install

Traceback (most recent call last):
  File "setup.py", line 98, in <module>
    cmdclass={'install': InstallAndUpdateDataDirectory}
  File "/usr/lib/python2.6/dist-packages/DistUtilsExtra/auto.py", line 94, in setup
    __requires(attrs, src_all)
  File "/usr/lib/python2.6/dist-packages/DistUtilsExtra/auto.py", line 391, in __requires
    __add_imports(imports, s, attrs)
  File "/usr/lib/python2.6/dist-packages/DistUtilsExtra/auto.py", line 340, in __add_imports
    if __external_mod(node.modname, attrs):
  File "/usr/lib/python2.6/dist-packages/DistUtilsExtra/auto.py", line 316, in __external_mod
    path = __import__(module).__file__
  File "/usr/lib/python2.6/dist-packages/desktopcouch/__init__.py", line 20, in <module>
    from desktopcouch.start_local_couchdb import process_is_couchdb, read_pidfile
  File "/usr/lib/python2.6/dist-packages/desktopcouch/start_local_couchdb.py", line 38, in <module>
    from desktopcouch import local_files
  File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 297, in <module>
    xdg_base_dirs.save_config_path("desktop-couch"))
  File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 237, in __init__
    self.configuration = _Configuration(self)
  File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 91, in __init__
    {'desktopcouch': 'basic'})
gnomekeyring.IOError

More info :
lsb_release -a
.
Distributor ID: Ubuntu
Description: Ubuntu lucid (development branch)
Release: 10.04
Codename: lucid

uname -a
Linux ubuntu 2.6.32-21-generic-pae #31-Ubuntu SMP Tue Apr 13 22:03:43 UTC 2010 i686 GNU/Linux

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

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.