hangmanhelper 0.1.0-4
A helper application for solving hangman puzzles.
Section:
user/utilities
Repository:
Depends:
Size:
172406 bytes
MD5sum:
841fba91377c07df5e3d9bab0d5d73c4
Source:
Status:
Promotion rejected
Bugtracker:
QA Quarantine ends:
ENDED 2011-06-03 21:45
Changes
Package karma
-3 out of 6
0
0
| Tester | Karma | Timestamp |
| Emanuele Cassioli (Tester) (986) | 2011-06-07 09:57 UTC | |
| Harald Schmitt (Tester) (785) | 2011-05-28 13:38 UTC | |
| Mikko Vartiainen (Tester) (2221) | 2011-05-27 18:26 UTC |
Package events
| Event type | User | Timestamp |
| Promotion rejected | System | 2011-06-13 21:46 UTC |
| Package is in testing | System | 2011-05-24 21:46 UTC |

Comments:
To use the PyQt you will need the following packages: * python2.5-qt4-core ( http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/python2.5-qt4-core/4.7.5-maemo2/ ) - for QtCore * python2.5-qt4-gui (http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/python2.5-qt4-gui/4.7.5-maemo2/) - for QtGui
More info look here: http://wiki.maemo.org/PyMaemo/Components
I admit it's a bit tricky to determine dependencies in python applications, specially in python-qt apps. I am not an expert in python qt packages in anyway so I suggest you try to ask help from talk.maemo.org.
Normal way is that devs just know where the imports are coming from :)
What is the best way for me to determine dependencies for my program?
I have the following import statements: from PyQt4 import QtCore, QtGui from operator import itemgetter
I am assuming the section one is provided by python2.5, but what dependency do I need for pyqt4? python-qt4?
Is there a good way for me to determine dependencies based on my import statements?
Application seems to use pyqt, but no pyqt packages are listed in Depends: line
Comments:
You must be logged in to make comments.