sablefoxx Posted July 3, 2010 Share Posted July 3, 2010 (edited) I had to do a little searching on how to do this so I thought I'd share my solution with everyone. By default py2exe will create several file from one .py file which is kinda annoying for portability. So I added a little code to some scripts I found online to automate the process and compile your scripts into a single .exe, enjoy. Also supports UAC! http://dl.dropbox.com/u/341940/compyle.zip Edited July 3, 2010 by sablefoxx Quote Link to comment Share on other sites More sharing options...
Zimmer Posted July 4, 2010 Share Posted July 4, 2010 I also had to do that recently, it isn't that hard with gui2exe though makes it really easy. Quote Link to comment Share on other sites More sharing options...
Zimmer Posted July 4, 2010 Share Posted July 4, 2010 I also had to do that recently, it isn't that hard with gui2exe though makes it really easy. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.