User Activity

  • Posted a comment on ticket #17 on generateds

    Sounds good! I'm curious what your thoughts on the patch posted by Andre. https://github.com/andrebrait/1g1r-romset-generator/commit/402ef60534ae4e25bd64eb066caf0f93dde84373 Could that be a compromise? The next major release could then require lxml? On Tue, Aug 17, 2021 at 5:19 PM Dave Kuhlman dkuhlman@users.sourceforge.net wrote: Mark, I've removed the try/except from around the import of lxml. I agree with you. That was a trap waiting to bite someone. I apologize that it was you. I worry that there...

  • Posted a comment on ticket #17 on generateds

    Actually, I think my suggestion was poor! =) I think we can just remove the try import statement from the generated code i.e. changing try: from lxml import etree as etree_ except ModulenotfoundExp_ : from xml.etree import ElementTree as etree_ to just from lxml import etree as etree_ We won't know what python environment the user is running the generated python script from so by forcing the lxml import the user will know that lxml is required. Perhaps this requirement to run generated python scripts...

  • Created ticket #17 on generateds

    "AttributeError: 'xml.etree.ElementTree.Element' object has no attribute 'prefix' " because lxml not installed

  • Committed [r13855]

    minor update

  • Committed [r13840]

    added tell call to m8r.py

  • Committed [r13839]

    added python utility

  • Committed [r13838]

    added include guard

  • Committed [r13824]

    adding utility files in my user directory (mlai...

View All

Personal Data

Username:
ymlai
Joined:
2014-11-25 17:24:54

Projects

This is a list of open source software projects that SourceForgeMark is associated with:

Personal Tools