Re: Pickle and wx.TextCtrl

2008-07-17 Thread Gabriel Genellina
En Thu, 17 Jul 2008 09:40:29 -0300, <[EMAIL PROTECTED]> escribi�: The way you read the file is rather strange -mixing calls to readline and pickle.load- I'd write the data using pickle.dump calls *only* and then read it using pickle.load calls *only*. I used 13.1.7 Example of the Python Library

Re: Pickle and wx.TextCtrl

2008-07-17 Thread DWebre
esSubject +djwebre=dotd.la. Re: Pickle and wx.TextCtrl

Re: Pickle and wx.TextCtrl

2008-07-15 Thread DWebre
esSubject +djwebre=dotd.la. Re: Pickle and wx.TextCtrl

Re: Pickle and wx.TextCtrl

2008-07-11 Thread Gabriel Genellina
En Fri, 11 Jul 2008 10:15:36 -0300, <[EMAIL PROTECTED]> escribió: Trying to read a pickled filed and list contents. The attached program works using pprint, but I want to write to my frame. WriteText only produces half of the records. What is happening? What do you mean by "only produces half

Pickle and wx.TextCtrl

2008-07-11 Thread DWebre
Trying to read a pickled filed and list contents. The attached program works using pprint, but I want to write to my frame. WriteText only produces half of the records. What is happening? (See attached file: ReadDB_b.py) D. J. Webre, Jr. PE & PLS Director of Engineering & Technical Support