error running swup 2.6.6
Mike Honeyfield <[email protected]> Sun, 17 Oct 2004 13:43:34 +1300
| Newsgroups | gmane.linux.trustix.swup |
|---|---|
| Message-ID | <[email protected]> |
Hi,
I have recently tried getting swup working on a distro of mine, but
not had much luck.
The below is what I get when running both swup and rdfgen at the shell
prompt with no arguments.
Seems to have a problem with an undefined "true"
Swup version is 2.6.6.
Any clues?
Regards,
Mike
[root@tipsy noarch]# swup
Traceback (most recent call last):
File "/usr/bin/swup", line 28, in ?
checklibdir()
File "/usr/bin/swup", line 13, in checklibdir
import swup
File "/usr/lib/swup/swup.py", line 24, in ?
from swuplib import config
File "/usr/lib/python2.2/site-packages/swuplib/config.py", line 28, in ?
from swuplib import log
File "/usr/lib/python2.2/site-packages/swuplib/log.py", line 30, in ?
class log:
File "/usr/lib/python2.2/site-packages/swuplib/log.py", line 31, in log
def __init__( self, loglevel, is_interactive_logged=True ):
NameError: name 'True' is not defined
[root@tipsy noarch]# rdfgen
Traceback (most recent call last):
File "/usr/bin/rdfgen", line 13, in ?
import rdfgen
File "/usr/lib/rdfgen/rdfgen.py", line 6, in ?
DEBUG = True
NameError: name 'True' is not defined
[root@tipsy noarch]#