py2exe

  1. cute.bandar

    Any python expert here ?

    I wrote a small script on xp that I want to distribute. So I tried compiling it using py2exe. It compiles, but the resulting exe throws errors when run. Link to my script: [Python] import pyttsx import threading from threading import * import datetime imp - Pastebin.com Here's my attempt...
  2. Anish

    py to exe converting

    Hi, Its obvious from the topic. I visited the py2exe website and did exactly as it is explained there. when i tried to convert py to exe, it gives error as "module not found : py2exe" please help. Thanks
  3. A

    big problem in python

    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...
Top Bottom