wx

Desmond Scott E scottd at mcm.com
Thu Sep 11 14:16:13 EDT 2008


I'm am a Python novice by chance not choice.  (Although it appears to be
a nice tool.  Plus anything based on Monte Python can't be bad!)
My Quest is to migrate a Python-based process from Windows2000/Python
v2.4.2 (#67) to WindowsXP/Python v2.5.2 (r252:60911).

I've searched the Python website and could find no reference to module
wx.  Is this an add-in module or perhaps it was replaced in v2.5.2???
References in the code are:
wx.ListCtrl.__init__(self, parent, -1, style=wx.LC_REPORT)
self.Bind(wx.EVT_LIST_ITEM_ACTIVATED, self.OnItemActivated)
self.SetColumnWidth(0, WX.LIST_AUTOSIZE))
idx = self.GetNextItem(idx, wx.LIST_NEXT_ALL, wx.LIST_STATE_DONTCARE)

Any help would be greatly appreciated!  I do have Shrubbery!

Scott

Scott E. Desmond
Director & Manager Equity Systems Development
IT Integration Lead
Mellon Capital Management Corporation
500  Grant Street, Suite 4200
Pittsburgh, PA  15258
T 412.236.0405 | F 412.236.1703
scottd at mcm.com | www.mcm.com
 
The information contained in this e-mail may be confidential and is intended solely for the use of the named addressee.
Access, copying or re-use of the e-mail or any information contained therein by any other person is not authorized.
If you are not the intended recipient please notify us immediately by returning the e-mail to the originator.(16b)
 
Disclaimer Version MB.US.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080911/a4528a26/attachment.html>


More information about the Python-list mailing list