-
```
What steps will reproduce the problem?
1. writing an extension module with test functions and test classes
2. using --include to nosetests to have nose select extension modules
What is the expect…
-
```
What steps will reproduce the problem?
1. Use the python module with Python 2.7.3
2. Do anything that will cause an exception and try to catch it
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
1. Use the python module with Python 2.7.3
2. Do anything that will cause an exception and try to catch it
What is the expected output? What do you see inst…
-
```
What steps will reproduce the problem?
1. use python setup.py install ( under Fedora 16 )
2.
3.
What is the expected output? What do you see instead?
pyffmpeg-2.1beta]$ python setup.py build
runn…
-
A common Python programming style is for classes to be configured via initialised class attributes, which allows users to create subclasses with different initial values, for example:
```
class Foo:
…
-
A common Python programming style is for classes to be configured via initialised class attributes, which allows users to create subclasses with different initial values, for example:
```
class Foo:
…
-
**Reported by rebirth on 18 Jun 2008 20:26 UTC**
A common Python programming style is for classes to be configured via initialised class attributes, which allows users to create subclasses with differ…
-
```
What steps will reproduce the problem?
1. use python setup.py install ( under Fedora 16 )
2.
3.
What is the expected output? What do you see instead?
pyffmpeg-2.1beta]$ python setup.py build
runn…
-
```
What steps will reproduce the problem?
1. Start xpra and a gtk application (i've only tried pidgin and gimp)
$ xpra start :7
$ DISPLAY=:7 pidgin &
$ xpra attach :7
2. Activate a window of the appl…
-
Setting up CRITS on a new server. Had tried running bootstrap using both users with sudo rights and root account. Had also tried sudo -H. Each time bootstrap was run on a clean server without previous…