This unit conversion program is based on the latest standard of International System of Units (SI) and NIST Special Publication 811 (1995 Edition) and provides many more conversions.
Ver. 2.1
Features:
- System of Units (SI) and NIST compliant - Add/Edit/Delete existing and custom units - Written in Python and Qt - OS independent - Minimalistic and simplistic approach - Licensed under GPL3
Prerequisites:
- Python-2.6+ (please note Python-3.x is not suitable) - Qt-4.6+
For Windows users: - Python: http://www.python.org/download/ - Portable Python: http://www.portablepython.com/wiki/Download - Qt: http://www.riverbankcomputing.co.uk/software/pyqt/download (For Portable Python on Windows, PyQt has to be installed in ..PortablePythonApp) - Make sure PyQt version matches Python version (e.g. if Python-2.7.* is installed, then install corresponding PyQt-Py2.7-*, otherwise it will not work)
To start Cute Converter, run 'QtConverter.pyw'. (For Windows users: open 'QtConverter.pyw' with 'pythonw.exe')
In Debian squeeze amd64, (python and qt dependencies met), when running ./QtConverter.pyw
Traceback (most recent call last):
File "./QtConverter.pyw", line 12, in <module>
win = Converter()
File "/home/debianbox/Downloads/Cute Converter/mainwindow.py", line 44, in __init__
self.main_ui()
File "/home/debianbox/Downloads/Cute Converter/mainwindow.py", line 64, in main_ui
self.dbl_validator = QDoubleValidator()
TypeError: arguments did not match any overloaded call:
QDoubleValidator(QObject): not enough arguments
QDoubleValidator(float, float, int, QObject): not enough arguments
any help?
thanks in advance.
C
I've just downloaded Cute Converter ver.2.1 (http://sourceforge.net/projects/qt-converter/files/Source/qt-converter-2.1.tar.bz2/download) and it works fine. What exact steps do you do to get the error?
Ratings & Comments
4 Comments
In Debian squeeze amd64, (python and qt dependencies met), when running ./QtConverter.pyw Traceback (most recent call last): File "./QtConverter.pyw", line 12, in <module> win = Converter() File "/home/debianbox/Downloads/Cute Converter/mainwindow.py", line 44, in __init__ self.main_ui() File "/home/debianbox/Downloads/Cute Converter/mainwindow.py", line 64, in main_ui self.dbl_validator = QDoubleValidator() TypeError: arguments did not match any overloaded call: QDoubleValidator(QObject): not enough arguments QDoubleValidator(float, float, int, QObject): not enough arguments any help? thanks in advance. C
I've just downloaded Cute Converter ver.2.1 (http://sourceforge.net/projects/qt-converter/files/Source/qt-converter-2.1.tar.bz2/download) and it works fine. What exact steps do you do to get the error?
The download page has a bad link and the program can not be downloaded.
For some reason when I paste a full download link, this site adds 'http' at the front, that's why it doesn't work (happens every 2nd time).