Welcome To Snipplr
Everyone's Recent Python Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
1. create a packagekit instance
2. search for the blender package
3. show the complete name and the package summary
(needs python-packagekit package)
0
478
posted 13 years ago by espresso
first design your app and generate a .UI file using Designer (part of Qt Creator), then run pyuic4 to get it to python, like:
pyuic4-2.6 example.ui > example.py
then import the window classes in example.py and make your up by subclassing like you...
1
1092
posted 13 years ago by blackthorne
this will display the size of a directory as if you run du -sb dir
0
2699
posted 13 years ago by silviud