Re: wxPython problems with Fedora Core 5

2006-06-14 Thread writeson
Frank, Thanks for the link, that solved the problem for me with FC5! That was a great help to me! Doug -- http://mail.python.org/mailman/listinfo/python-list

Re: wxPython problems with Fedora Core 5

2006-06-03 Thread Frank Millman
writeson wrote: > Hi all, > > I'm trying to use wxPython from a fairly new installation of Fedora > Core 5. I installed wxPython using yum -y install wxPython and that all > seemed to work fine. However, when I run Python and do this: > > import wx > > I get this: > > Traceback (most recent call l

Re: wxPython problems with Fedora Core 5

2006-06-02 Thread jerry . levan
writeson wrote: > Hi all, > > I'm trying to use wxPython from a fairly new installation of Fedora > Core 5. I installed wxPython using yum -y install wxPython and that all > seemed to work fine. However, when I run Python and do this: > > import wx > > I get this: > > Traceback (most recent call l

wxPython problems with Fedora Core 5

2006-06-02 Thread writeson
Hi all, I'm trying to use wxPython from a fairly new installation of Fedora Core 5. I installed wxPython using yum -y install wxPython and that all seemed to work fine. However, when I run Python and do this: import wx I get this: Traceback (most recent call last): File "", line 1, in ? Fil