Benjamin K. Stuhl wrote:
> Seems to be fixed here as well. Thanks!
>
> By the way, is there a way to build python extensions (pyminuit comes to
> mind) so that the binary build of Veusz will find them?
I wonder how big pyminuit is? I could include it on my build machine to get
it in the package. There should already be pyfits and pyemf.
Does setting the PYTHONPATH environment variable to include the directory
where the module is work? I'm not sure if pyinstaller makes the program
ignore this directory.
If it is a cpython extension, you'd have to use the same version of Python
as was used to make Veusz (32 bit, 2.7 I think) to make the module.
If setting PYTHONPATH is difficult, you could probably make a plugin file
just containing
import sys
sys.path.append('c:\\my\\module\\dir')
and add this to the plugin list in the preferences or use --plugin on the
command line.
Jeremy
_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss