﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
119	AttributeError: 'module' object has no attribute 'DEBUG'	stodge		"I copy/pasted the complete client and server examples from http://foolscap.lothar.com/docs/using-foolscap.html#auto6 and ran them on Python 2.5.2 on WinXP but I get an error:

{{{
Traceback (most recent call last):
  File ""C:\Documents and Settings\stodge\workspace\remote_test\src\tub_server1.py"", line 2, in <module>
    from foolscap import Referenceable, UnauthenticatedTub
  File ""C:\Python25\Lib\site-packages\foolscap\__init__.py"", line 6, in <module>
    from foolscap.pb import Tub, UnauthenticatedTub, getRemoteURL_TCP
  File ""C:\Python25\Lib\site-packages\foolscap\pb.py"", line 9, in <module>
    from foolscap import ipb, base32, negotiate, broker, observer, eventual, storage
  File ""C:\Python25\Lib\site-packages\foolscap\negotiate.py"", line 7, in <module>
    from foolscap import broker, referenceable, vocab
  File ""C:\Python25\Lib\site-packages\foolscap\broker.py"", line 15, in <module>
    from foolscap import call, slicer, referenceable, copyable, remoteinterface
  File ""C:\Python25\Lib\site-packages\foolscap\call.py"", line 11, in <module>
    from foolscap.logging import log
  File ""C:\Python25\Lib\site-packages\foolscap\logging\log.py"", line 9, in <module>
    from foolscap.logging.incident import IncidentQualifier, IncidentReporter
  File ""C:\Python25\Lib\site-packages\foolscap\logging\incident.py"", line 7, in <module>
    from foolscap.logging import levels, app_versions
  File ""C:\Python25\Lib\site-packages\foolscap\logging\levels.py"", line 3, in <module>
    NOISY = logging.DEBUG # 10
AttributeError: 'module' object has no attribute 'DEBUG'
}}}

Does foolscap support this version of Python/platform?

Thanks"	defect	closed	major	undecided	logging	0.3.0	invalid		
