bugeLyXer - Bugs: bug #44270, ValueError: list.remove(x): x not...

 
 

bug #44270: ValueError: list.remove(x): x not in list

Submitter:  None
Submitted:  Mon 16 Feb 2015 09:33:47 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 16 Feb 2015 09:33:47 AM UTC, original submission:  

When I put an include for a program listing into an enumerate layout, the error "ValueError: list.remove(x): x not in list" is raised on conversion.

Windows 7
Python 2.7.3

> python "..\vendor\elyxer-1.2.5\elyxer.py" bug.lyx bug-out.html

Line 3: * Warning: unsupported new format version 474
Line 92: * [eLyXer version 1.2.5 (2013-03-10) in ..\vendor\elyxer-1.2.5\elyxer.py]
Line 93: * Conversion failed at
Traceback (most recent call last):
  File "..\vendor\elyxer-1.2.5\elyxer.py", line 10159, in <module>
    main()
  File "..\vendor\elyxer-1.2.5\elyxer.py", line 10154, in main
    convertdoc(list(sys.argv))
  File "..\vendor\elyxer-1.2.5\elyxer.py", line 10150, in convertdoc
    converter.convert()
  File "..\vendor\elyxer-1.2.5\elyxer.py", line 10034, in convert
    self.processcontents()
  File "..\vendor\elyxer-1.2.5\elyxer.py", line 10050, in processcontents
    self.writecontainer(result)
  File "..\vendor\elyxer-1.2.5\elyxer.py", line 10060, in writecontainer
    includes = container.searchremove(IncludeInset)
  File "..\vendor\elyxer-1.2.5\elyxer.py", line 2573, in searchremove
    container.parent.contents.remove(container)
ValueError: list.remove(x): x not in list

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #33099:  bug.lyx added by None (2KiB - application/lyx)
file #33100:  bug.html added by None (3B - text/html)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2015-02-16 None Attached File- Added bug.lyx, #33099
    Attached File- Added bug.html, #33100

Back to the top

Powered by Savane 3.13-4448.
Corresponding source code