[Bug 548418] New: pylint does not start
http://bugzilla.novell.com/show_bug.cgi?id=548418 Summary: pylint does not start Classification: openSUSE Product: openSUSE 11.2 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: dmueller@novell.com ReportedBy: prusnak@novell.com QAContact: qa@suse.de Found By: --- $ pylint Traceback (most recent call last): File "/usr/bin/pylint", line 3, in <module> from pylint import lint File "/usr/lib/python2.6/site-packages/pylint/lint.py", line 41, in <module> from logilab.common.textutils import splitstrip ImportError: cannot import name splitstrip $ rpm -q python-pylint python-logilab-common python-pylint-0.18.1-1.1.noarch python-logilab-common-0.43.0-1.1.noarch -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548418 User prusnak@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548418#c1 --- Comment #1 from Pavol Rusnak <prusnak@novell.com> 2009-10-20 15:20:01 CEST --- File /usr/lib/python2.6/site-packages/logilab/common/textutils.py indeed does not contain splitstrip ... Found this commit http://www.logilab.org/cgi-bin/hgwebdir.cgi/logilab/common/rev/6b200896ff4d where it shows that function get_csv was renamed to splitstrip. I suggest either to update python-logilab-common to newer version (latest is 0.45.1) or to replace all occurences of splitstrip to get_csv in python-pylint (tested and works). -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548418 User dmueller@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=548418#c2 Dirk Mueller <dmueller@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Dirk Mueller <dmueller@novell.com> 2009-10-21 00:14:59 CEST --- wow, thats bad. thanks for catching! -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=548418 http://bugzilla.novell.com/show_bug.cgi?id=548418#c3 --- Comment #3 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (548418) was mentioned in https://build.opensuse.org/request/show/22660 Factory / python-logilab-common -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com