[Pydev-users] [Please post to StackOverflow with PyDev tag] RE: lxml (and others) generate import e
Brought to you by:
fabioz
From: SourceForge.net <no...@so...> - 2012-08-12 22:24:22
|
The following forum message was posted by at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/3723753: I had the same issue using PyDev 2.6 for Eclipse. I solved it by building lxml from sources, then building a egg, and then copying the egg into dist-packages folder; but I think it is not necessary to build it from sources, if you get the egg, just add it to dist-packages folder and it should work! |