Comment 5 for bug 483284

Revision history for this message
Gummbum (stabbingfinger) wrote :

Hi, Thomas.

Here's the extra info you requested.

PySpy 1.1-alpha1

$ python.exe main.py
Traceback (most recent call last):
  File "main.py", line 23, in <module>
    import pyspy
  File "C:\cygwin\home\willsba\devel\python\pyspy\__init__.py", line 19, in <module>
    import pyspy.clue
  File "C:\cygwin\home\willsba\devel\python\pyspy\clue.py", line 25, in <module>
    class Word(object):
  File "C:\cygwin\home\willsba\devel\python\pyspy\clue.py", line 34, in Word
    @text.setter
AttributeError: 'property' object has no attribute 'setter'

$ python.exe -i
ActivePython 2.5.4.4 (ActiveState Software Inc.) based on
Python 2.5.4 (r254:67916, Apr 27 2009, 15:41:14) [MSC v.1310 32 bit (Intel)] on win32