Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4317214
By: etiffany

I tried putting lxml into the "forced builtins" section, and also tried adding
'etree' since the .so file inside the lxml module is etree.so.  Note that PyDev
already picks up the etree.so from the path and lists it in the "compiled libs"
listing (even before I tried adding it to the "forced builtins").

But none of these things seem to work.

If I do 'from lxml import etree' in a python shell, I can then do help(etree)
and see copious documentation on the library.  However, (slight correction from
my original post) if I have this in my file in Eclipse

from lxml import etree

etr| <- try completion here gives me the etree package as a completion option.

etree.| <- try completion here, only get __bootstrap__()


BTW, I'm running on a MacBook Pro (10.4.9) with python installed via MacOSPorts
(in /opt/local/...) and I also have a whole Zope/Plone Products directory in
my Eclipse workspace.

Still perplexed....

ET

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to