On Fri, 2006-07-14 at 01:04 +0100, Kelvin Lawson wrote:
> Hi Folks,
> 
> Thanks to the excellent efforts of David Rose, we've just released 
> PyKaraoke v0.5. Download it at the usual place:

Hi,
I feel like I'm being slightly thick and asking stupid questions but
here goes :)

I downloaded the big 0.5 and unzipped it, I fully expected to have
everything installed to make it work so typed what I was told in the
README 

# python setup.py install
running install
running build
running build_py
creating build
creating build/lib.linux-i686-2.4
copying pycdgAux.py -> build/lib.linux-i686-2.4
copying pycdg.py -> build/lib.linux-i686-2.4
copying pykaraoke_mini.py -> build/lib.linux-i686-2.4
copying pykaraoke.py -> build/lib.linux-i686-2.4
copying pykar.py -> build/lib.linux-i686-2.4
copying pykconstants.py -> build/lib.linux-i686-2.4
copying pykdb.py -> build/lib.linux-i686-2.4
copying pykenv.py -> build/lib.linux-i686-2.4
copying pykmanager.py -> build/lib.linux-i686-2.4
copying pykplayer.py -> build/lib.linux-i686-2.4
copying pykversion.py -> build/lib.linux-i686-2.4
copying pympg.py -> build/lib.linux-i686-2.4
running build_ext
building '_pycdgAux' extension
creating build/temp.linux-i686-2.4
gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g -pipe
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -m32 -march=i386 -mtune=pentium4
-fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fPIC
-I/usr/include/SDL -I/usr/include/python2.4 -c _pycdgAux.c -o
build/temp.linux-i686-2.4/_pycdgAux.o
_pycdgAux.c:37:27: error: pygame/pygame.h: No such file or directory
_pycdgAux.c: In function ‘CdgPacketReader_init’:
_pycdgAux.c:202: warning: assignment makes pointer from integer without
a cast
_pycdgAux.c: In function ‘CdgPacketReader_FillTile’:
_pycdgAux.c:357: warning: assignment makes pointer from integer without
a cast
error: command 'gcc' failed with exit status 1


I take it I need the pygame header file? why haven't I got that?


Also when I tried to run pykaraoke without the compiled C bit I got
this:

$ python pykaraoke.py
Using Python implementation of CDG interpreter.
Traceback (most recent call last):
  File "pykaraoke.py", line 1545, in ?
    sys.exit(main())
  File "pykaraoke.py", line 1530, in main
    Mgr = PyKaraokeManager()
  File "pykaraoke.py", line 1384, in __init__
    self.Frame = PyKaraokeWindow(None, -1, "PyKaraoke " +
pykversion.PYKARAOKE_VERSION_STRING, self)
  File "pykaraoke.py", line 1271, in __init__
    self.TreePanel = FileTree(self, -1, KaraokeMgr, 0, 0)
  File "pykaraoke.py", line 491, in __init__
    self.FileTree.Bind(wx.EVT_TREE_BEGIN_DRAG, self.OnBeginDrag)
AttributeError: wxTreeCtrl instance has no attribute 'Bind'

Any pointers? my brain is not working overly well today... maybe I
should eat something.

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