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? Thank you, Franz [1] http://trac.edgewall.org/wiki/TracDev/DevelopmentWithEclipseAndPyDev#pylintintegration [2] http://stackoverflow.com/questions/6336882/pylint-doesnt-like-pkg-resources-resource-filename -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
