Hi Andy,

You can get the full command-line options for any of the PyKaraoke 
commands via --help, for instance "pykaraoke_mini.py --help" or 
"pycdg.py --help".  This also includes an option to set the font size.

Of course, these options can all also be changed in the onscreen menus 
within pykaraoke.py.  For instance, if you check the "fullscreen" option 
in pykaraoke.py, you don't need to supply -f to pykaraoke_mini.py.

As to your compilation woes, it looks like your version of pygame 
doesn't provide a "music" module.  This usually means that you are 
missing SDL_mixer.dll or simply don't have it on your PATH.  Locate this 
file in your SDL installation and ensure that it can be located in one 
of the directories named by your PATH environment variable.  (You also 
have to be sure that the SDL_mixer.dll version is the appropriate 
version to your version of SDL.dll, which is to say, that they both came 
from the same source and were both compiled for the same version of SDL.)

David


Andy wrote:
> ive tried and tried and failed.
> any idea anybody - im a bit of a novice when it come to programming, but 
> ive got this far :-) so i dont thinnk im doing too bad lol
> have i missed something somewhere with the command line bits for 
> pykaraoke_mini like i just found out to run fullscreen i can use -f 
> opposed to changing the code in manager.py - are there any more for 
> things like changing the font size on the menu of pykaraoke_mini??? but 
> id still like to be able to compile my own .exe and install package - 
> cheers anybody!!!!! Andy
> xx
>  
>  > it runs under python, all being a bit slow and the sound crackles
>  > somewhat - now it compiles, but when installed, it shows the menus fine
>  > in both pykaraoke and pykaraoke_mini, but when you select a song you get
>  > this error.
>  > and a grey box comes up and says it cannt find the music attribute.
>  >
>  >
>  > virtual studio 2003
>  > python-2.5.2
>  > pygame-1.8.0.win32.py2.5
>  > wxPython2.8-win32-unicode-2.8.8.9-py25
>  > SDL-1.2.13-VC6
>  > nsis-2.38-setup
>  > numpty-1.1.0-win32-py2.5
>  > pykaraoke-0.6.zip
>  >
>  > so what have i missed?
>  >
>  > cheers
>  > Andy.
>  >
>  >
>  > error log from pykaraoke.exe.log
>  >
>  > Traceback (most recent call last):
>  >  File "pykaraoke.py", line 3141, in handleIdle
>  >  File "pykmanager.pyc", line 343, in Poll
>  >  File "pycdg.pyc", line 382, in doStuff
>  >  File "pykplayer.pyc", line 329, in doStuff
>  >  File "pycdg.pyc", line 371, in shutdown
>  > AttributeError: 'module' object has no attribute 'music'
>  > Traceback (most recent call last):
>  >  File "pykaraoke.py", line 3141, in handleIdle
>  >  File "pykmanager.pyc", line 343, in Poll
>  >  File "pycdg.pyc", line 382, in doStuff
>  >  File "pykplayer.pyc", line 329, in doStuff
>  >  File "pycdg.pyc", line 371, in shutdown
>  > AttributeError: 'module' object has no attribute 'music'
>  > Traceback (most recent call last):
>  >  File "pykaraoke.py", line 3141, in handleIdle
>  >  File "pykmanager.pyc", line 343, in Poll
>  >  File "pycdg.pyc", line 382, in doStuff
>  >  File "pykplayer.pyc", line 329, in doStuff
>  >  File "pycdg.pyc", line 371, in shutdown
>  
>  > and this si the error log for pykaraoke_mini.exe.log
>  >
>  > Traceback (most recent call last):
>  >  File "pykaraoke_mini.py", line 1050, in <module>
>  >  File "pykaraoke_mini.py", line 1047, in main
>  >  File "pykaraoke_mini.py", line 440, in start
>  >  File "pykmanager.pyc", line 337, in Poll
>  >  File "pykmanager.pyc", line 507, in handleEvents
>  >  File "pykmanager.pyc", line 543, in handleEvent
>  >  File "pykaraoke_mini.py", line 779, in handleEvent
>  >  File "pykaraoke_mini.py", line 870, in handleMainEvent
>  >  File "pykaraoke_mini.py", line 519, in selectSong
>  >  File "pykaraoke_mini.py", line 554, in beginSong
>  >  File "pykdb.pyc", line 231, in MakePlayer
>  >  File "pykaraoke_mini.py", line 937, in errorPopupCallback
>  >  File "pykmanager.pyc", line 140, in InitPlayer
>  >  File "pycdg.pyc", line 371, in shutdown
>  > AttributeError: 'module' object has no attribute 'music'
>  >
>  >
>  
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Pykaraoke-discuss mailing list
> Pykaraoke-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Pykaraoke-discuss mailing list
Pykaraoke-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pykaraoke-discuss

Reply via email to