Hi Ryan,

> I am wondering if someone can help me out.  I want to put together a 
> simple python script or windows executable that can be passed a zipped 
> cdg+mp3 as a command line argument.  Play the file (perhaps have an 
> option to select fullscreen or windowed playback on the command line).  
> I am a perl programmer and have zero experience with python but when 
> using the source distro and the info on the site I couldnt get past it 
> saying that the Numeric library couldnt be found even though I installed 
> it.  This should be a simple script using pycdg.py and playing the file 
> then exiting when it is complete. 

I can't help much on the Windows side of things, but it's odd that 
you're getting this Numeric error. Have you perhaps installed Numeric 
for a different version of Python? (e.g. installed Numeric for Python 
2.3 but are running Python 2.4?)

Another point: If you use the compiled version of the CDG player you 
don't need Numeric, but you need to have a suitable C compiler 
installed. Again, I haven't done this on a Windows machine, but I'm told 
you'll need Visual Studio - presumably there's a free version with just 
the compiler. And you'll need some development libraries, at least 
SDL-devel. This is a bit more of a pain than just using the uncompiled 
CDG player which requires Numeric.

> I am planning to write my own frontend using perl and the win32 gui 
> modules with a MySQL db holding all tracks and calling this script when 
> a song is selected.  The finished product of course will be released to 
> the community.

Great.

Let us know how you get on.

Kelvin.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pykaraoke-discuss mailing list
Pykaraoke-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss

Reply via email to