Here is a simple guide for py2exe: http://www.py2exe.org/index.cgi/Tutorial
On Fri, Apr 1, 2011 at 12:11 AM, abhijeet mahagaonkar wrote:
> Dear Py-Winners,
>
> I just now finished project in python and would want to distribute to
> Windows users.
> What is the best way to do it?
> I know there i
Ah, I see.
So likewise, I just need to run a 64-bit version of py2exe?
On Thu, Mar 31, 2011 at 12:18 PM, Tim Roberts wrote:
> Jiawei Li wrote:
> > iTunes is installed.
>
> iTunes is a 64-bit application. Unless they also registered a 32-bit
> proxy, a 64-bit COM object cann
iTunes is installed.
On Thu, Mar 31, 2011 at 2:31 AM, Tim Golden wrote:
> On 31/03/2011 06:04, Jiawei Li wrote:
>
>> I am running the following line of code:
>>
>> iTunes = win32com.client.gencache.EnsureDispatch('iTunes.Application')
>>
>> Thi
I am running the following line of code:
iTunes = win32com.client.gencache.EnsureDispatch('iTunes.Application')
This results in this error:
Traceback (most recent call last):
File "Helper.py", line 154, in
File "win32com\client\gencache.pyo", line 529, in
EnsureDispatch
File "win32com\cli