Extension for mathematical calculations.
Single use: 1. Write a mathematical expression 2. Select that expression 3. Run PythonCalculator
it works very fine ! - but after replacing the lines 46 to 56 in pythonCalculater.py with only one line: s = str(eval (string)) it still works fine !
Thanks!
It doesn't start when I click the toolbar button.
Do you have Python installed? You have to install it in order to use this extension. On Mac or Linux it is usually preinstalled, but on Windows, you have to install it yourself ( Python Programming Language -- Official Website )
Comments
code optimize
it works very fine !
- but after replacing the lines 46 to 56 in pythonCalculater.py with only one line:
s = str(eval (string))
it still works fine !
Thanks!
Thanks!
Doesn't work
It doesn't start when I click the toolbar button.
Python
Do you have Python installed? You have to install it in order to use this extension. On Mac or Linux it is usually preinstalled, but on Windows, you have to install it yourself ( Python Programming Language -- Official Website )