Hi,

when using (latest) pgfplots with ConTeXt standalone the following error
occurs in tex/generic/pgfplots/util/pgfplotsutil.code.tex:1979 :

  ! LuaTeX error <\directlua >:1: module 'pgfplots.lua' not found:

This is the same exact message and error location as the bug reported
by Aditya last month, but this time it's a different issue.
It seems like the workaround for the previous bug shadowed this one.

For the record: My version of pgfplot has the fix for the previous bug
already included.

Problem background:
The lua function require() appends the .lua file extension to the module
name. So require('pgfplots.lua') looks for the file pgfplots.lua.lua,
which then fails.

There was a discussion [0] on the ConTeXt list in which Aditya mentions [1],
that dofile('pgfplots.lua') may be the right function in this situtation.

Thanks for pgfplots and regards,
Thomas

[0] http://www.mail-archive.com/ntg-context@ntg.nl/msg66630.html
[1] http://www.mail-archive.com/ntg-context@ntg.nl/msg66688.html


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to