Bugs item #1773673, was opened at 2007-08-14 17:06
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1773673&group_id=132078
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: tpruledev
Group: Bug - Unknown
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Tim Ansell (mithro)
Assigned to: James Gardner (dystopicfro)
Summary: Error inserting a string
Initial Comment:
Trying to insert block...
Trying to use OnInsert function of block
Traceback (most recent call last):
File "/home/tim/oss/tp/tpruledev/src/gui/TpclEditorDialog.py", line 214, in f
tpcl_editor.OnInsert(event, block)
File "/home/tim/oss/tp/tpruledev/src/gui/TpclEditorDialog.py", line 138, in
OnInsert
insert_ok = OnInsert(expression)
File "<string>", line 6, in OnInsert
File "/home/tim/oss/tp/tpruledev/src/tpcl/Representation.py", line 596, in
SetText
self.template.SetText(index, new_val)
File "/home/tim/oss/tp/tpruledev/src/tpcl/Representation.py", line 159, in
SetText
if self.IsPlaintext(index):
AttributeError: 'TpclTemplate' object has no attribute 'IsPlaintext'
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1773673&group_id=132078
_______________________________________________
tp-bugs mailing list
[email protected]
http://mail.thousandparsec.net/cgi-bin/mailman/listinfo/tp-bugs