Hello all, PyCharm has thrown me another curve ball. I cannot seem to correctly import lxml.etree and am given an unresolved reference.
from lxml import etree as ET the annoying thing is that the application runs totally fine and I can see that etree.pyd is there but I cannot access the methods inside of etree Has anyone ever had an issue like this with their python IDE? Pycharm or otherwise? Cheers, Ben -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/d969bf0d-1e82-4547-a2fc-34814d889c7e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
