aymeric rateau wrote:

> 1. I was not able to load csv file with more than 1 line of comment. I
> would say that most generally generated files from data acquisition
> equipment (like engine bench) contain at least 2 header lines, One for the
> channel name and the second for the units. I could not find a field in the
> import interface to allow csv import with more than 1 line header. Would
> it be possible to arrange this ? Ultimatively, it would be interesting to
> consider the unit in the code to be displayed with the channel name.

It's difficult to think of a way of specifying the data format of any type 
of CSV files. If anyone has a suggestion for how this might be done please 
tell me!

I could add an option to only have one set of data in a column/row and to 
ignore any further text in that column.

> 2. We use heavily the system INCA from ETAS company, generating MDF files
> (binary structure file a bit like netcdf or hdf5). I developed a module
> you could find source at following address :
> http://code.google.com/p/mdfreader/source/browse/
> So, I am now writing a plugin for Veusz to be able to visualize/analyse
> recorded data.
> I want to use Veusz in windows (compiled version) but I can not use my
> plugin attached (located in plugin directory with dedicated mdf plugin).
> Inside the plugin, I do a import to my mdf reader module, but during veusz
> launch, this module is not found. Would you know why and how to fix this ?

As the compiled versions has its own copy of python, any modules which are 
installed in your local python aren't seen as it doesn't know about your 
local python directory.

You can try setting the PYTHONPATH environment variable to contain the 
directory of your module. This should work as long as Veusz contains its 
dependencies.

Jeremy



_______________________________________________
Veusz-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/veusz-discuss

Répondre à