Skip to content Skip to sidebar Skip to footer
Showing posts with the label Py2exe

Py2exe Data_files

I am trying to build an executable for my python program like so: from distutils.core import setup … Read more Py2exe Data_files

How To Compile Python Code That Uses Boto To Access S3?

I'm trying to compile a simple Python program, that uploads files to an S3 bucket using the bot… Read more How To Compile Python Code That Uses Boto To Access S3?

How To Make Python Api Using Py2exe?

Is it possible to 'compile' a Python script with py2exe (or similar) and then allow the use… Read more How To Make Python Api Using Py2exe?

Exe Generated By Py2exe And Pyinstaller Not Working

I wrote a screenshot program using python and wanted to compile it as .exe file. So I tried with bo… Read more Exe Generated By Py2exe And Pyinstaller Not Working

Python 64 Bit Dll Com Server Registration Problem On 64 Bit Windows 7

I am trying to create a simple COM server using Python 2.7 on 64 bit Windows 7, but I can't get… Read more Python 64 Bit Dll Com Server Registration Problem On 64 Bit Windows 7

Making A Portable (exe) With Python 3.1?

Is there a way to make a portable/stand-alone exe for python apps? I've read about p2exe but i… Read more Making A Portable (exe) With Python 3.1?