Re: py2exe Python2.4 and "warning: string/unicode conversion"

2005-03-09 Thread Miki Tebeka
Hello "Martin, > > I'm shipping an application using py2exe. > >With Python2.3 it worked fine but when switching to Python2.4 I started > >getting "warning: string/unicode conversion" all over the place. > > > >Any ideas how to solve this (other than using 'filterwarnings')? > > It is really sur

Re: py2exe Python2.4 and "warning: string/unicode conversion"

2005-03-08 Thread "Martin v. Löwis"
Miki Tebeka wrote: > I'm shipping an application using py2exe. With Python2.3 it worked fine but when switching to Python2.4 I started getting "warning: string/unicode conversion" all over the place. Any ideas how to solve this (other than using 'filterwarnings')? It is really surprising that you

py2exe Python2.4 and "warning: string/unicode conversion"

2005-03-08 Thread Miki Tebeka
Hello All, I'm shipping an application using py2exe. With Python2.3 it worked fine but when switching to Python2.4 I started getting "warning: string/unicode conversion" all over the place. Any ideas how to solve this (other than using 'filterwarnings')? Thanks. Bye. --