[Trac_gajim-plugins] [Gajim Plugins] #37: Could not create temporary files for Latex plugin (for no real reason)

Gajim Plugins trac at gajim.org
Mon Oct 29 12:30:44 CET 2012


#37: Could not create temporary files for Latex plugin (for no real reason)
---------------------+--------------------------
Reporter:  levantis  |       Owner:  asterix
    Type:  defect    |      Status:  new
Priority:  major     |   Component:  LatexPlugin
Keywords:            |  Blocked By:
Blocking:            |
---------------------+--------------------------
 1. plugin self-test (in the edit->plugins menu) says everything is OK, but
 no result is shown
 2. in the chat window, the message in the summary appears instead of the
 pic with the required formulas
 3. when manually executing the code that does the mistake, I see that the
 temporary files/directories are being created, all OK, but:
 the line "tmpfd.close()" returns an error, because in both python3 and
 python2 tmpfd is an int (checked with "type(tmpfd)"), and not a file
 descriptor, hence it has no attribute "close()".
 4. the error above calls the Exception and makes the line appear

 OS: Arch Linux, i386, python3 as default, but python2 available as
 /usr/bin/python2

-- 
Ticket URL: <http://trac-plugins.gajim.org/ticket/37>
Gajim Plugins <http://trac-plugins.gajim.org/>
Gajim Plugins


More information about the Trac_gajim-plugins mailing list