I want to be able to create a Python standalone executable without any dependencies. Basically, an executable that is closed-source so that anyone end-user/client can use my application. I am aware of the module py2exe; however, it appears that you need some of the .pyc files with it to actually run the .exe file. I am using Python 2.7.x
Any help would be greatly appreciated.