big problem in python

abhijangda

Padawan
hello frnds, for past few days i m trying to make a simple musicplayer in python with the help of mp3play module. I successfully created it. It runs smoothly in python with out any error. :razz:but problem occurs when i try to convert that .py file to excutable using py2exe. While converting an error is displayed by py2exe that "Missing module 'mp3play'":-(, but it is installed in python and in python it runs successfully. Also i have tried cx_freeze but the same results. Please help me frnds. its urgent. thanks in advance!!.
 
Top Bottom