[python-win32] Sourceforge pywin32 site seems to be down

2009-07-07 Thread Fadhley Salim
https://sourceforge.net/projects/pywin32/ The Sourceforge PyWin32 download site seems to have been down for a very long time. Is there an alternate source of downloads? Thanks Disclaimer CALYON UK: This email does not create a legal relationship between any member of the Cr=E9dit Agricole

Re: [python-win32] Sourceforge pywin32 site seems to be down

2009-07-07 Thread Tim Golden
Fadhley Salim wrote: https://sourceforge.net/projects/pywin32/ Works for me. The Sourceforge PyWin32 download site seems to have been down for a very long time. Is there an alternate source of downloads? sf has just changed their entire site, it appears. There have been grumbles about it

Re: [python-win32] Sourceforge pywin32 site seems to be down

2009-07-07 Thread Graeme Glass
On Tue, Jul 7, 2009 at 10:16 AM, Fadhley Salim fadhley.sa...@uk.calyon.comwrote: https://sourceforge.net/projects/pywin32/ The Sourceforge PyWin32 download site seems to have been down for a very long time. Is there an alternate source of downloads? Thanks Site working fine for me. I

[python-win32] MemoryError: CreatingSafeArray

2009-07-07 Thread Dalius Dobravolskas
Hello, I'm trying to use Bentley MicroStation using COM and I met this problem. It looks like I have met the same or very similar problem as here: http://mail.python.org/pipermail/python-win32/2007-January/005453.html Required argument is 24612 but if I pass list (or tuple) of required

[python-win32] Examples of Win32Inet use

2009-07-07 Thread Fadhley Salim
Now that SF seems to be back online, could somebody point me to some examples for how to use the win32inet functions? There's almost no documentation for this library, and I have not managed to find any examples working code which actually uses these functions. FYI, I'm still struggling to get

[python-win32] Examples of Win32Inet use

2009-07-07 Thread Roger Upole
The handle returned by InternetOpen isn't compatible with the WinHttp* functions. Try using win32inet.WinHttpOpen instead. Roger ___ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32

Re: [python-win32] Examples of Win32Inet use

2009-07-07 Thread Mike Driscoll
Fadhley Salim wrote: Now that SF seems to be back online, could somebody point me to some examples for how to use the win32inet functions? There's almost no documentation for this library, and I have not managed to find any examples working code which actually uses these functions. FYI,

Re: [python-win32] Examples of Win32Inet use

2009-07-07 Thread Fadhley Salim
Thanks Roger, Would you care to comment about how to get the 3rd line of my script working? I'm guessing that the fault lies with my use of the Proxy options (the tuple argument) - this is supposed to map onto WINHTTP_AUTOPROXY_OPTIONS (

Re: [python-win32] Examples of Win32Inet use

2009-07-07 Thread Tim Roberts
Fadhley Salim wrote: Thanks Roger, Would you care to comment about how to get the 3rd line of my script working? I'm guessing that the fault lies with my use of the Proxy options (the tuple argument) - this is supposed to map onto WINHTTP_AUTOPROXY_OPTIONS (

Re: [python-win32] Examples of Win32Inet use

2009-07-07 Thread Fadhley Salim
Tim, Thanks for the advice. Unfortunately I'm not a C developer - I would have no idea how to go about this. I was hoping that there would be an easy way to use these functions purely in Python. The problem is I've no idea how to use the syntax - I'm quite unfamiliar with how you provide a

Re: [python-win32] Examples of Win32Inet use

2009-07-07 Thread Tim Roberts
Fadhley Salim wrote: Thanks for the advice. Unfortunately I'm not a C developer - I would have no idea how to go about this. I was hoping that there would be an easy way to use these functions purely in Python. Yes, there is. I am convinced the path you are on will lead to eventual

[python-win32] Unable to install PyWin32 with Python 2.6.2

2009-07-07 Thread Chris Kaynor
I have an install of Python 2.6.2 and am trying to get a copy of PyWin32 (version 213) installed under the site-packages folder. The install process always gives the following error: Traceback (most recent call last):   File string, line 601, in module   File string, line 311, in install   File

[python-win32] pywin32 build 214 released

2009-07-07 Thread Mark Hammond
Hi all, I'm happy to announce the release of pywin32 build 214. This release has relatively few changes since build 213, and should, in general, be considered stable. Builds for Python 3.1 are also available. Get it now via https://sourceforge.net/projects/pywin32/files/ Cheers, Mark.