QtiPlot crashed when chossing Pyhton as default scripting language
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
qtiplot (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
I installed qtiplot and worked on it for a while. Changing the Default scripting language to Pyhton in Preferences, I end with this problem... It does not work any more, even i tried the following from terminal:
$ qtiplot
qtiplot: /build/
Aborted (core dumped)
$ qtiplot --default
qtiplot: /build/
Aborted (core dumped)
Also I tried to rienstall it
$ sudo apt-get purge qtiplot
$ sudo apt-get autoremove
$ sudo apt-get install
but the same result.
I found the attaqcched file in /var/crash/
I run LinuxMint (Maya) based on ubuntu 12.04 x64
qtiplot:
Installed: 0.9.8.8-3
Candidate: 0.9.8.8-3
Version table:
*** 0.9.8.8-3 0
500 http://
100 /var/lib/
-------
EDIT: The problem is in Python scripting support. Changing this line:
- ScriptingLang=
+ ScriptingLang=
in $HOME/.
I found the source of the problem. It is in the scripting language option. Python I end with the previousely reported behaviour, yam/.config/ ProIndependent/ QtiPlot. config, which is not obvious because th lack of documentation) and changed the ScriptingLang= muParser (line 18). Now it work properly.
When I choose the ScriptingLang=
So I looked for the qtiplot config file in my home directory (/home/
However the bug still persist with pyhton. I think I should change this bug repot to "QtiPlot crashed when chossing Pyhton as default scripting language"