Outlook Addin and py2exe: 2 problems

2006-09-25 Thread Thomas Thomas
I recenlty had the same issue, but clearing the build directory and rebuilding again fixed the issue for me -- http://mail.python.org/mailman/listinfo/python-list

Re: 2 problems

2006-07-07 Thread symonlandor
Mike Kent wrote: > [EMAIL PROTECTED] wrote: > > Hello,Im using Python 2.4.2 and I'm starting a few very basic > > programs,but theres two problems I've not found the answers for. > > My first problem is I need code that will count the number of letters > > in a string and return that number to a v

Re: 2 problems

2006-07-07 Thread Simon Forman
[EMAIL PROTECTED] wrote: > Hello,Im using Python 2.4.2 and I'm starting a few very basic > programs,but theres two problems I've not found the answers for. > My first problem is I need code that will count the number of letters > in a string and return that number to a variable. Do you mean like t

Re: 2 problems

2006-07-07 Thread Mike Kent
[EMAIL PROTECTED] wrote: > Hello,Im using Python 2.4.2 and I'm starting a few very basic > programs,but theres two problems I've not found the answers for. > My first problem is I need code that will count the number of letters > in a string and return that number to a variable. >>> s = "hello" >

2 problems

2006-07-07 Thread symonlandor
Hello,Im using Python 2.4.2 and I'm starting a few very basic programs,but theres two problems I've not found the answers for. My first problem is I need code that will count the number of letters in a string and return that number to a variable. My second problem stems from the first as I need a f

Outlook Addin and py2exe: 2 problems

2006-03-10 Thread [EMAIL PROTECTED]
Hello, I'm trying to create an addin for Outlook 2002 using the one provided in the demo of win32com as a starting point. I've been able to do my addin and test it if I go the "standard" way (using the python interpreter). But now, I want other poeple to use it to I want to freeze it for windows u