Re: [Veusz-discuss] Import plugin crash at startup

2013-05-31 Par sujet Jeremy Sanders
On 05/31/2013 04:16 PM, Jason Zink wrote: Is there some way to manually remove a plugin from the list? If so, where can I find the appropriate files to do so? Dear Jason You can delete the Veusz preferences (detailed here): http://www.barmag.net/veusz-wiki/PreferencesFile You can edit the

Re: [Veusz-discuss] Import plugin crash at startup

2013-05-31 Par sujet Jeremy Sanders
On 31/05/13 19:36, Zink Jason (DGS-EC/PJ-GMP) wrote: Perhaps you could briefly give some pointers on the origin of the crashing plugin. When I tried to load the plugin I followed the directions that were provided with it, to copy its Python file mdfreader.py to the Veusz directory. I then

Re: [Veusz-discuss] Import plugin crash at startup

2013-05-31 Par sujet Jason Zink
Jeremy Sanders jeremy@... writes: On 31/05/13 19:36, Zink Jason (DGS-EC/PJ-GMP) wrote: Perhaps you could briefly give some pointers on the origin of the crashing plugin. When I tried to load the plugin I followed the directions that were provided with it, to copy its Python file

Re: [Veusz-discuss] Import plugin crash at startup

2013-05-31 Par sujet Gmail
Dear Jason, I am the writer of this plugin mdfreader. I indeed had this concern with previous Veusz versions.. Please download the latest mdfreader dataplugin version, it should be working. Aymeric Le 31/05/13 16:16, Jason Zink a écrit : Hello, I am trying to use a plugin to read MDF files

Re: [Veusz-discuss] Import plugin - importing datetime data

2011-09-07 Par sujet mimisa...@gmail.com
Hi Jeremy, I wrote a tool plugin as you suggested, and it worked. But in my opinion my code is not very efficient, because the tool plugin calls the import plugin and then reopens the data file in order read the constants... but it works! I tried also to return a constant from the import

Re: [Veusz-discuss] Import plugin - importing datetime data

2011-09-05 Par sujet Jeremy Sanders
mimisa...@gmail.com wrote: Hi Jeremy, I used the workaround you suggested and it works fine. Another little question: in the header of my data file I have some rows, useful for plotting and manipulating data, stored in the form: SampleFrequency = xxxyyyHy I'd like to use them in order to

Re: [Veusz-discuss] Import plugin - importing datetime data

2011-09-04 Par sujet Jeremy Sanders
mimisa...@gmail.com wrote: Hi all! First of all, thank you very much for VUESZ, it is really simple and effective. Since I discovered it I'm using it everyday. I'm trying to write an importPlugin to read the log files of a process control system I use at work. The problem is that the first

Re: [Veusz-discuss] Import plugin

2010-11-25 Par sujet Jeremy Sanders
aymeric rateau wrote: 3. I have an other question for you, sorry... The data I want to import are timeseries. It means for each data channels, I have a time channel related. The way mdf is made allows several data groups corresponding to one time channel (in total several time channels for

Re: [Veusz-discuss] Import plugin

2010-11-21 Par sujet aymeric rateau
Dear Jeremy, Thank you very much for answering. 1. Your proposal for adding a field in parameters of importplugin seems good. I would imagine simply a field called number of header lines. It would take the first line/column for the data names and skip the rest of the lines/columns in header and