On Thu, Dec 17, 2009 at 9:25 PM, André Wobst
<[email protected]> wrote:
> Hi Wojciech,
>
> sorry for asking again, but its a great help for me to get this windows 
> specific code tested. I've just checked in changeset 3014, which probably fix 
> the issue below.

It's not a problem at all. I help you, because you are trying to help
me ;-). I have used changeset 3015, but still no luck. Here what I
get:

debug:(".\tmp0c1aca.aux")
Traceback (most recent call last):
  File "C:\Users\Wojtek\Lab\pyx\bugreport\latex_fails.py", line 13, in <module>
    mygraph.writetofile("plot.pdf");
  File "C:\Python26\lib\site-packages\pyx\canvas.py", line 289, in
wrappedindocument
    return method(d, file)
  File "C:\Python26\lib\site-packages\pyx\document.py", line 179, in writetofile
    self.writePDFfile(open(filename, "wb"), **kwargs)
  File "C:\Python26\lib\site-packages\pyx\document.py", line 171, in
writePDFfile
    pdfwriter.PDFwriter(self, _outputstream(file, "pdf"), **kwargs)
  File "C:\Python26\lib\site-packages\pyx\pdfwriter.py", line 316, in __init__
    catalog = PDFcatalog(document, self, registry)
  File "C:\Python26\lib\site-packages\pyx\pdfwriter.py", line 142, in __init__
    self.PDFpages = PDFpages(document, writer, registry)
  File "C:\Python26\lib\site-packages\pyx\pdfwriter.py", line 201, in __init__
    page = PDFpage(page, pageno, self, writer, registry)
  File "C:\Python26\lib\site-packages\pyx\pdfwriter.py", line 235, in __init__
    self.PDFcontent = PDFcontent(page, writer, self.pageregistry)
  File "C:\Python26\lib\site-packages\pyx\pdfwriter.py", line 267, in __init__
    page.processPDF(contentfile, writer, acontext, registry, self.bbox)
  File "C:\Python26\lib\site-packages\pyx\document.py", line 134, in processPDF
    self._process("processPDF", *args)
  File "C:\Python26\lib\site-packages\pyx\document.py", line 128, in _process
    getattr(cc, processMethod)(contentfile, writer, context, registry, bbox)
  File "C:\Python26\lib\site-packages\pyx\graph\graph.py", line 168,
in processPDF
    canvas.canvas.processPDF(self, file, writer, context, registry, bbox)
  File "C:\Python26\lib\site-packages\pyx\canvas.py", line 174, in processPDF
    item.processPDF(file, writer, context, registry, nbbox)
  File "C:\Python26\lib\site-packages\pyx\canvas.py", line 174, in processPDF
    item.processPDF(file, writer, context, registry, nbbox)
  File "C:\Python26\lib\site-packages\pyx\text.py", line 728, in processPDF
    self.ensuredvicanvas()
  File "C:\Python26\lib\site-packages\pyx\text.py", line 711, in ensuredvicanvas
    self.finishdvi()
  File "C:\Python26\lib\site-packages\pyx\text.py", line 1064, in finishdvi
    self.execute(None, self.defaulttexmessagesend + self.texmessagesend)
  File "C:\Python26\lib\site-packages\pyx\text.py", line 1056, in execute
    raise TexResultError("unhandled TeX response (might be an error)", self)
pyx.text.TexResultError: unhandled TeX response (might be an error)
The expression passed to TeX was:
  \end{document}%
The return message from TeX was:
  *(c:\Users\Wojtek\Lab\pyx\bugreport\tmp0c1aca.aux)
  (see the transcript file for additional information)
  Output written on tmp0c1aca.dvi (14 pages, 1000 bytes).
  Transcript written on tmp0c1aca.log.
After parsing this message, the following was left:
  *(c:\Users\Wojtek\Lab\pyx\bugreport\tmp0c1aca.aux)

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to