PythoncadBugTraker item #3010051, was opened at 2010-06-01 21:12
Message generated for change (Tracker Item Submitted) made by stemby
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3010051&group_id=263167

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stemby (stemby)
Assigned to: Nobody/Anonymous (nobody)
Summary: [R38]  'property' object has no attribute 'setter'

Initial Comment:
Hi,

$ ./pythoncad_qt.py 
Traceback (most recent call last):
  File "./pythoncad_qt.py", line 15, in <module>
    from Generic.application import Application
  File "/home/carlo/pythoncad/PythonCAD/Generic/application.py", line 35, in 
<module>
    from Kernel.document            import *
  File "/home/carlo/pythoncad/PythonCAD/Generic/Kernel/document.py", line 33, 
in <module>
    from Kernel.initsetting             import *
  File "/home/carlo/pythoncad/PythonCAD/Generic/Kernel/initsetting.py", line 
37, in <module>
    from Kernel.Command.chamfercommand      import ChamferCommand
  File 
"/home/carlo/pythoncad/PythonCAD/Generic/Kernel/Command/chamfercommand.py", 
line 26, in <module>
    from Kernel.GeoComposedEntity.chamfer      import Chamfer
  File 
"/home/carlo/pythoncad/PythonCAD/Generic/Kernel/GeoComposedEntity/chamfer.py", 
line 26, in <module>
    from Kernel.GeoComposedEntity.objoint import *
  File 
"/home/carlo/pythoncad/PythonCAD/Generic/Kernel/GeoComposedEntity/objoint.py", 
line 39, in <module>
    class ObjectJoint(GeometricalEntityComposed):
  File 
"/home/carlo/pythoncad/PythonCAD/Generic/Kernel/GeoComposedEntity/objoint.py", 
line 72, in ObjectJoint
    @trimMode.setter
AttributeError: 'property' object has no attribute 'setter'


Regards,
Carlo

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=1128790&aid=3010051&group_id=263167

------------------------------------------------------------------------------

_______________________________________________
Pythoncad-developer mailing list
Pythoncad-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pythoncad-developer

Reply via email to