You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Trac Development
Hi,
I added chapter "pylint integration" to
DevelopmentWithEclipseAndPyDev, since I find it very useful, but it
didn't work properly at once, see [1].
Still there is always a error on this line:
from pkg_resources import resource_filename
As it is said on stackoverflow [2] you should use #@UnresolvedImport
to avoid that error. But I am wondering if there is not any other
(more global / nicer solution). Has anyone solved that problem?