Hello,
I have just downloaded Pyccuracy 1.2.26 and installed it with "sudo python setup.py install"
When I tried to run pyccuracy_console, I got this error:
Traceback (most recent call last):
File "/usr/bin/pyccuracy_console", line 8, in <module>
load_entry_point('Pyccuracy==1.2.26', 'console_scripts', 'pyccuracy_console')()
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 277, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2180, in load_entry_point
return ep.load()
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 1913, in load
entry = __import__(self.module_name, globals(),globals(), ['__name__'])
File "/usr/lib/python2.5/site-packages/Pyccuracy-1.2.26-py2.5.egg/pyccuracy/pyccuracy_console.py", line 8, in <module>
load_entry_point('Pyccuracy==1.2.25', 'console_scripts', 'pyccuracy_console')()
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 277, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 270, in get_distribution
if isinstance(dist,Requirement): dist = get_provider(dist)
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 156, in get_provider
return working_set.find(moduleOrReq) or require(str(moduleOrReq))[0]
File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 423, in find
raise VersionConflict(dist,req) # XXX add more info
pkg_resources.VersionConflict: (Pyccuracy 1.2.26 (/usr/lib/python2.5/site-packages/Pyccuracy-1.2.26-py2.5.egg), Requirement.parse('Pyccuracy==1.2.25'))
Looking at Pyccuracy-1.2.26/pyccuracy/pyccuracy_console.py you can see references to version 1.2.25 still.
FK
--
You received this message because you are subscribed to the Google Groups "pyccuracy" group.
To post to this group, send email to
pycc...@googlegroups.com.
To unsubscribe from this group, send email to
pyccuracy+...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/pyccuracy?hl=en.