William,
Am 10.01.2012 um 23:01 schrieb William Hudspeth:
> After removing the pyc files, the new traceback info is as follows:
>
> Traceback:
> File
> "/usr/local/lib/python2.6/dist-packages/django/core/handlers/base.py" in
> get_response
> 111. response = callback(request,
> *callback_args, **callback_kwargs)
> File "/home/wilbur/IOM/iom_catalog/views.py" in buildMetCatalog
> 527. bm_iom = bitmap.bitmap(36, 765, iom,
> width=nx*unit.x_pt,height=ny*unit.x_pt)
> File "/usr/lib/pymodules/python2.6/pyx/canvas.py" in text
> 309. return self.insert(self.texrunner.text(x, y, atext,
> *args, **kwargs))
> File "/usr/lib/pymodules/python2.6/pyx/text.py" in text
> 1190. self.execute("\\begin{document}",
> self.defaulttexmessagesbegindoc + self.texmessagesbegindoc)
> File "/usr/lib/pymodules/python2.6/pyx/text.py" in execute
> 884. texfile = open("%s.tex" % self.texfilename, "w") #
> start with filename -> creates dvi file with that nameI'm still puzzled. Line 527 in views.py does not call a text method of a canvas instance. Is /home/wilbur/IOM/iom_catalog/views.py indeed the file you're working with? You could try to raise an exception (a ValueError or the like) just in from to of line 527 to be sure you're looking at the same file as what is executed in your web application. > Exception Type: IOError at /buildMetCatalog/ > Exception Value: [Errno 13] Permission denied: 'tmpYHNZ4b.tex' > > I will work next on getting the values for texrunner.texruns... Great, this will give us an independent check, and maybe some understanding what is going on here. André -- by _ _ _ Dr. André Wobst, Amselweg 22, 85716 Unterschleißheim / \ \ / ) [email protected], http://www.wobsta.de/ / _ \ \/\/ / PyX - High quality PostScript and PDF figures (_/ \_)_/\_/ with Python & TeX: visit http://pyx.sourceforge.net/
smime.p7s
Description: S/MIME cryptographic signature
------------------------------------------------------------------------------ Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to consumers worldwide. Explore the Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join http://p.sf.net/sfu/intel-appdev
_______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
