View Single Post
Posts: 402 | Thanked: 229 times | Joined on Nov 2009 @ Missouri, USA
#101
Originally Posted by noobmonkey View Post
really could do with a list of imports and next to each, state whic file is needed. would help newbies like me!
The package names match up to the module names, so if you know which Qt modules you need, you know which packages you need. If your list in previous quotes is any indication, this means your package only requires the following:

python2.5-qt4-gui
python2.5-qt4-core

Another hint is that the module that a Qt class comes from is always listed at the top of that class's documentation page.
__________________
aspidites | blog | aspidites@inbox.com
 

The Following User Says Thank You to aspidites For This Useful Post: