On Mon, 2006-07-17 at 09:50 -0700, David Rose wrote:
> Oh, my mistake.  It appears that Fedora *does* provide a separate 
> pygame-devel distribution.  You'll need to install that one, sorry about 
> that.
> 
> David
> 
Hi David,

I installed the pygame-devel package and tried again.

Everything seemed to go fine this time. It did the compilation step and
exited without any error.

However, I still can't make it run. I get this:

$ pykaraoke
Traceback (most recent call last):
  File "/usr/bin/pykaraoke", line 3, in ?
    pykaraoke.main()
  File "/usr/lib/python2.4/site-packages/pykaraoke.py", line 1530, in
main
    Mgr = PyKaraokeManager()
  File "/usr/lib/python2.4/site-packages/pykaraoke.py", line 1384, in
__init__
    self.Frame = PyKaraokeWindow(None, -1, "PyKaraoke " +
pykversion.PYKARAOKE_VERSION_STRING, self)
  File "/usr/lib/python2.4/site-packages/pykaraoke.py", line 1271, in
__init__
    self.TreePanel = FileTree(self, -1, KaraokeMgr, 0, 0)
  File "/usr/lib/python2.4/site-packages/pykaraoke.py", line 491, in
__init__
    self.FileTree.Bind(wx.EVT_TREE_BEGIN_DRAG, self.OnBeginDrag)
AttributeError: wxTreeCtrl instance has no attribute 'Bind'


I get this when I run yum list *wx*

Installed Packages
compat-wxGTK.i386                        2.4.2-17.fc4          installed
compat-wxGTK-common.i386                 2.4.2-17.fc4          installed
compat-wxGTK2.i386                       2.4.2-17.fc4          installed
compat-wxGTK2-gl.i386                    2.4.2-17.fc4          installed
compat-wxPythonGTK2.i386                 2.4.2.4-10.fc4        installed
wxGTK.i386                               2.6.3-2.6.3.2.2.fc4   installed
wxGTK-devel.i386                         2.6.3-2.6.3.2.2.fc4   installed
wxGTK-gl.i386                            2.6.3-2.6.3.2.2.fc4   installed
wxPython.i386                            2.6.3.2-1.fc4         installed
wxPython-devel.i386                      2.6.3.2-1.fc4         installed

Not sure what all that compat stuff means, any ideas?


Drew




-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pykaraoke-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss

Reply via email to