Bugs item #1600374, was opened at 2006-11-21 13:29
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=1600374&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: tpclient-pywx
Group: Bug - GUI
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Jure Repinc (jrepin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Can't close configuration dialog

Initial Comment:
I've opened the configuration dialog but now I can't close it at all. I tried 
clicking save and the X button in the top-right corner of the dialog window. I 
get this in console:

wx._core.PyDeadObjectError: The C++ part of the winDesign object has been 
deleted, attribute access no longer allowed.
Traceback (most recent call last):
  File "/home/jlp/Programming/tp/tpclient-pywx/windows/winConfig.py", line 76, 
in OnConfigSave
    self.application.ConfigSave()
  File "../tp/client/threads.py", line 62, in ConfigSave
    config = self.gui.ConfigSave()
  File "./tpclient-pywx", line 154, in ConfigSave
    config[window.title] = window.ConfigSave()
  File "/home/jlp/Programming/tp/tpclient-pywx/windows/winMain.py", line 321, 
in ConfigSave
    self.config[window.title] = window.ConfigSave()
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 
13481, in __getattr__
    raise PyDeadObjectError(self.attrStr % self._name)
wx._core.PyDeadObjectError: The C++ part of the winDesign object has been 
deleted, attribute access no longer allowed.
Traceback (most recent call last):
  File "/home/jlp/Programming/tp/tpclient-pywx/windows/winMain.py", line 504, 
in OnMenuWindowUpdate
    if menu.IsChecked() != windows[self.menu_ids[evt.GetId()]].IsShown():
  File "/usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/_core.py", line 
13481, in __getattr__
    raise PyDeadObjectError(self.attrStr % self._name)
wx._core.PyDeadObjectError: The C++ part of the winDesign object has been 
deleted, attribute access no longer allowed.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=723099&aid=1600374&group_id=132078
_______________________________________________
tp-bugs mailing list
[EMAIL PROTECTED]
http://mail.thousandparsec.net/cgi-bin/mailman/listinfo/tp-bugs

Reply via email to