Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • 55
    +1: Never include the .pyc files. They are totally confusing. We accidentally copied windows .pyc files onto a linux box and had the most confusing error traceback messages ever. Because the filenames where the original Windows filenames. It was terrifying to see those windows filenames on the production server. Commented Jan 8, 2010 at 11:31
  • just use pyinstaller Commented Feb 8, 2017 at 12:24