peter...@gmail.com
unread,May 19, 2013, 3:54:39 AM5/19/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyscr...@googlegroups.com
Hi,
I do more wx programming now. As not expected, some wx apps crash
PyScripter.
The problem is, when I restart PyScripter (version 2.5.3.0 x86 on XP Pro
SP3), if wipes out the file list previously opened. Many times, I had a
few new modules created, and those get lost as well.
In order to partially circumvent this behavior, I replaced the standard
launches with a .bat which saves the PyScripter.ini file when PyScripter
starts and makes a second copy when I close myself PyScripter.
So, I have 3 requests:
1. PyScripter should automatically create a backup of PyScripter.ini when
started.
2. Is there a way to prevent PyScripter from crashing? (Ok, this is
probably a stupid request)
3. Could it be possible to save those new modules named "Module XX" to,
say, the TEMP directory so they could be recoverable?
Notes :
- The empty file list occurs also from time to time when starting
PyScripter normally, i.e. from the shortcut or from "Open with..."
- Running such wx applications in Scite does not crash this editor. When to
much crashing happens, I'll run the script in Scite so that I don't lose
the traceback.
Thanks.