Issue with setup.py
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=
File "/usr/lib/
__requires(
File "/usr/lib/
__add_
File "/usr/lib/
if __external_
File "/usr/lib/
path = __import_
File "/usr/lib/
from desktopcouch.
File "/usr/lib/
from desktopcouch import local_files
File "/usr/lib/
xdg_
File "/usr/lib/
self.
File "/usr/lib/
{'desktopco
gnomekeyring.
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-
The above was fixed after python was upgraded with few patches, now the new issue is :
$ pyjunior
Traceback (most recent call last): bin/pyjunior" , line 293, in <module> bin/pyjunior" , line 72, in __new__ 'PyjuniorWindow ') lib/python2. 6/dist- packages/ pyjunior/ helpers. py", line 40, in get_builder file_name, )) lib/python2. 6/dist- packages/ pyjunior/ pyjuniorconfig. py", line 50, in get_data_file join(get_ data_path( ), *path_segments) lib/python2. 6/dist- packages/ pyjunior/ pyjuniorconfig. py", line 67, in get_data_path path_not_ found pyjuniorconfig. project_ path_not_ found
File "/usr/local/
window = PyjuniorWindow()
File "/usr/local/
builder = get_builder(
File "/usr/local/
ui_filename = get_data_file('ui', '%s.ui' % (builder_
File "/usr/local/
return os.path.
File "/usr/local/
raise project_
pyjunior.