Duo

Comment 2 for bug 424387

Revision history for this message
Enrique Mecklenburg (enrique-mecklenburg) wrote :

Hello,

I'm having the same problem trying to run Duo 0.10 under Debian Squeeze and python 2.5.5.

More, if I run it with '-u' or '-ui' I get different results:

quique@DarkAngel:/usr/local/games/duo$ ./duo.py -u dreadful
__init__() takes exactly 1 argument (2 given)

quique@DarkAngel:/usr/local/games/duo$ ./duo.py -ui dreadful
Duo version 0.10
Copyright (C) 2004,2008 The Duo developpers.
Duo comes with ABSOLUTELY NO WARRANTY; for details type `duo -w'.
This is free software, and you are welcome to redistribute it under
certain conditions; see the COPYING file.

Usage: duo [-q] [-v] [--players nb] [--cards nb] [--name nm]
        duo -h|--help | -w|--warranty
Unknown argument: ['dreadful']

quique@DarkAngel:/usr/local/games/duo$ ./duo.py -u gnomish
'module' object has no attribute 'UserInterface'

quique@DarkAngel:/usr/local/games/duo$ ./duo.py -ui gnomish
Duo version 0.10
Copyright (C) 2004,2008 The Duo developpers.
Duo comes with ABSOLUTELY NO WARRANTY; for details type `duo -w'.
This is free software, and you are welcome to redistribute it under
certain conditions; see the COPYING file.

Usage: duo [-q] [-v] [--players nb] [--cards nb] [--name nm]
        duo -h|--help | -w|--warranty
Unknown argument: ['gnomish']

Thanks for any help