I found that Python Script 0.7.0.0 does not support working with XML. Neither method (SAX or DOM) looks working in Python.
I've managed to solve the problem only after I installed the whole package python-2.6.6.msi. Looks like plugin does not contain all necessary Python libraries (for example, pyexpat.pyd and others).
Thanks,
Pavel
PS I followed your advise and downloaded a new test version. SCINTILLANOTIFICATION.CHARADDED is what I need to show my own autocomplete list (when '.' is pressed). Thank you!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for letting me know - as XML could well be something people want to work with in Python Script, I'll see if I can work out what is missing and why.
I'm 80% through the changes for the next version, so when it's all working again, I'll be uploading a new version. I'll test XML with this version.
Thanks again,
Dave.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi Dave
I found that Python Script 0.7.0.0 does not support working with XML. Neither method (SAX or DOM) looks working in Python.
I've managed to solve the problem only after I installed the whole package python-2.6.6.msi. Looks like plugin does not contain all necessary Python libraries (for example, pyexpat.pyd and others).
Thanks,
Pavel
PS I followed your advise and downloaded a new test version. SCINTILLANOTIFICATION.CHARADDED is what I need to show my own autocomplete list (when '.' is pressed). Thank you!
Thanks for letting me know - as XML could well be something people want to work with in Python Script, I'll see if I can work out what is missing and why.
I'm 80% through the changes for the next version, so when it's all working again, I'll be uploading a new version. I'll test XML with this version.
Thanks again,
Dave.