CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: .py to .exe

  1. #1

    .py to .exe

    Is it possible to turn my .py files into .exe for anyone to run?

    Also is there a way of making my program automatically check for updates from a specific area?

    Thanks

  2. #2
    Join Date
    Jul 2011
    Posts
    9

    Re: .py to .exe

    Check this out: http://www.py2exe.org/

    And yeah, just make your program check some file you've uploaded and compare with a file in your database or similar. Shouldn't be a problem.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured