Re: [python-win32] python 2.5

2008-03-17 Thread Tim Roberts
Tarun Kapoor wrote: > > I want to use python win32 extensions on python 2.5 but it seems like > they were built for 2.3… > > I copied the win32 folders from C:\python23\lib\site-packages to > C:\python25\lib\site-packages but it does not work…. > > Is there a workaround ? anyone using it ? > For

Re: [python-win32] python 2.5

2008-03-17 Thread Tarun Kapoor
Worked !! Mucho Gracias ! -Original Message- From: Werner F. Bruhin [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2008 1:06 PM To: Tarun Kapoor Cc: python-win32@python.org Subject: Re: python 2.5 Tarun Kapoor wrote: > I want to use python win32 extensions on python 2.5 but it seems

Re: [python-win32] python 2.5

2008-03-17 Thread Werner F. Bruhin
Tarun Kapoor wrote: > I want to use python win32 extensions on python 2.5 but it seems like > they were built for 2.3… the newer builds are on sourceforge, including ones for Python 2.5 and 2.6. https://sourceforge.net/project/platformdownload.php?group_id=78018 Werner _