FCS-analysis/PyCorrFit

pycorrfit starting issues when installed as debian package

Closed this issue · 1 comments

Since version 1.0.0 I get this traceback when I try to start pycorrfit installed as the Debian package.
Any hint how to solve it ? thanks!

Traceback (most recent call last):
File "/usr/bin/pycorrfit", line 11, in
load_entry_point('pycorrfit==1.0.0', 'gui_scripts', 'pycorrfit')()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 561, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2631, in load_entry_point
return ep.load()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2291, in load
return self.resolve()
File "/usr/lib/python2.7/dist-packages/pkg_resources/init.py", line 2301, in resolve
raise ImportError(str(exc))
ImportError: 'module' object has no attribute 'Main'

Thanks for finding this bug. I fixed it in the latest commit in the development branch (PyCorrFit version 1.0.1.dev3).
6eb76e0