failed to run python setup.py

Bug #232637 reported by Thomas Vander Stichele
2
Affects Status Importance Assigned to Milestone
Moovida
Fix Released
Medium
Philippe Normand

Bug Description

This looks like some version conflict, but the output does not make any sense to me and it should be more helpful so I know what I should fix.

(Could be related to #81, as it happened after that)

20/07/2006 08:42:30.697 INFO Using config file : elisa.conf
20/07/2006 08:42:30.761 INFO Loaded the plugin 'pictures'
20/07/2006 08:42:30.764 INFO Loaded the plugin 'dvd'
20/07/2006 08:42:30.770 INFO Loaded the plugin 'music'
20/07/2006 08:42:30.775 INFO Loaded the plugin 'movies'
Traceback (most recent call last):
  File "elisa.py", line 44, in ?
    application.start(config_file)
  File "/home/thomas/flu/elisa/trunk/core/application.py", line 195, in start
    app = Application()
  File "/home/thomas/flu/elisa/trunk/core/application.py", line 59, in __init__
    plugin_manager.load_plugins()
  File "/home/thomas/flu/elisa/trunk/core/plugin_manager.py", line 128, in load_plugins
    self.load_plugins_for_entry_point('elisa.%s' % entry_point)
  File "/home/thomas/flu/elisa/trunk/core/plugin_manager.py", line 167, in load_plugins_for_entry_point
    plugin_class = entrypoint.load()
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1747, in load
    if require: self.require(env, installer)
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 1760, in require
    working_set.resolve(self.dist.requires(self.extras),env,installer))
  File "/usr/lib/python2.4/site-packages/pkg_resources.py", line 487, in resolve raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (elisa 0.1.0.dev-r603 (/home/thomas/flu/elisa/trunk), Requirement.parse('Elisa>=0.1'))

Revision history for this message
Thomas Vander Stichele (thomas-fluendo) wrote :

I also had an Elisa rpm installed on this machine. However, this should work fine - it should be completely possible to build a development version of elisa if you already have another version of elisa installed.

Revision history for this message
Philippe Normand (philn) wrote :

solved in elisa-0.1x branch

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.