
qombinatorics
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
qombinatorics is a graphical user interface to combinatorics calculus. With it you can easily calculate permutation and combination of objects, as well as binomial coefficients.
The results can be employed in many fields of statistics and probability calculation, graph theory and so on... The software can also be useful for amusing activities like card playing.
To my knowledge this is the first app devoted to this subject, so please let me know your opinion and if you have some requests for additional features.
13 years ago
0.2
GUI was redesigned
0.1
Initial release.
13 years ago
0.2
GUI was redesigned
0.1
Initial release.
alepisa
13 years ago
Can anyone provide me feedback about succesful installation, please?
Thanks in advance!
Report
Wake
13 years ago
Report
alepisa
13 years ago
Report
pejakm
13 years ago
Report
alepisa
13 years ago
If you have any suggestion or feature request I will be pleased to try to implent it!
Report
pejakm
13 years ago
Quote:Traceback (most recent call last):
File "./qombinatorics", line 34, in ?
from qombinatorics.QombGui import *
ImportError: No module named qombinatorics.QombGui
I have python-qt-3.5.4 installed. Where do I wrong?
Report
pejakm
13 years ago
http://opendesktop.org/content/show.php?content=28477
is broken...
Report
alepisa
13 years ago
Which is your distribution? Probably there is an easier way to install it.
Report
pejakm
13 years ago
The link you provided is the same link which is broken... Oh, well, I'll just have to wait...
Report
alepisa
13 years ago
This will probably pull the needed packages. Mandriva provides:
python-qt4-core python-qt4-devel python-qt4-network python-qt4-qscintilla python-qt4-sql python-qt4-test
python-qt4-assistant python-qt4-designer python-qt4-gui python-qt4-opengl python-qt4-script python-qt4-svg python-qt4-xml
I do not know if there is a precompiled package for mandriva 2007. Anyway it could be a nice change for upgrading your distribution :)
Report