On 2010-2-12 02:43 , Walter Scheper wrote:
> Hello all,
> 
> I'm trying to build git-cola, an application that depends on py2app, which in 
> turn depends on modulegraph. When I try to build the application it appears 
> that modulegraph is reporting it's version as 0.7.3.dev which causes 
> pgk_resources.py to raise a VersionConflict exception because it requires 
> modulegraph>=0.7.3.
> 
> The conflicting part comes in when I look at __version__ in 
> modulegraph/__init__.py, which is set to 0.7.1. 
> 
> This leaves me with two questions: is the version of modulegraph that is 
> installed 0.7.3 (as suggested by macports) or 0.7.1 (as suggested by 
> __init__.py), and where exactly is pgk_resources.py dredging up 0.7.3.dev?

Ask upstream. If you download modulegraph 0.7.3 from pypi, you'll see
that its __init__.py says the version is 0.7.1.

0.7.3.dev suggests that you may actually have py25-modulegraph-devel
installed.

- Josh
_______________________________________________
macports-users mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-users

Reply via email to