Any way to get setup.py to work (Ubuntu 14.04)?



Hi and thank you for all of the work on meld. First off, I can run
meld just fine from the local directory. Further, there's no
particular reason I need to use the development version anyway.
However, when I report bugs/ feature requests, I like to make sure
they are still valid on the development version

I'm trying to install the master branch of the current git on Ubuntu
14.04. The following command runs without error:

$ sudo ./setup.py install

The following command then gives errors:

$ meld
Traceback (most recent call last):
  File "/usr/local/bin/meld", line 220, in <module>
    setup_resources()
  File "/usr/local/bin/meld", line 181, in setup_resources
    provider.load_from_path(css_file)
gi._glib.GError: Failed to import: Error opening file: No such file or directory

I know there have been a lot of changes recently regarding the Python
build system so I'm not surprised I'm having trouble, but I wanted to
check anyway.

Does anyone have any advice?

Thanks,

Scott


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]