KLopt klopt klopt helemaal !
Stomme typ-fout.
Nieuwe screendump:
ActivePython 2.3.2 Build 230 (ActiveState Corp.) based on
Python 2.3.2 (#49, Oct 24 2003, 13:37:57) [MSC v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> # setup.py
... from distutils.core import setup
>>> import py2exe
>>>
>>> setup(console=["myscript.py"])
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "c:\Python23\distutils\core.py", line 101, in setup
_setup_distribution = dist = klass(attrs)
File "c:\Python23\Lib\site-packages\py2exe\__init__.py", line 75, in __init__
distutils.dist.Distribution.__init__(self, attrs)
File "c:\Python23\distutils\dist.py", line 130, in __init__
setattr(self, method_name, getattr(self.metadata, method_name))
AttributeError: DistributionMetadata instance has no attribute 'get___doc__'
>>>
Dat lijkt al meer ergens op. Nou nog die attribute-error oplossen !