Re: [python-win32] Iron Python and Visual Basic 2005 (or2008) Express

2008-03-06 Thread English, Mark
Tim Golden wrote: As far as I know, PyScripter [1] is written in Delphi so the guys there presumably have some sort of marriage arrangement! http://mmm-experts.com/Products.aspx?ProductId=4 Date since last version may suggest they're drifting apart. Version 1.7.2: Oct 26, 2006

Re: [python-win32] Iron Python and Visual Basic 2005 (or 2008) Express

2008-03-06 Thread Tim Golden
Tony Cappellini wrote: Here's what's left of the marriage of Python Delphi http://www.atug.com/andypatterns/pythonDelphiTalk.htm http://mmm-experts.com/Products.aspx?ProductId=3 Note- this was around for many years- so may not be compatible with current versions of Delphi. I think I first

Re: [python-win32] Iron Python and Visual Basic 2005 (or2008) Express

2008-03-06 Thread Tim Golden
English, Mark wrote: Tim Golden wrote: As far as I know, PyScripter [1] is written in Delphi so the guys there presumably have some sort of marriage arrangement! http://mmm-experts.com/Products.aspx?ProductId=4 Date since last version may suggest they're drifting apart. Version 1.7.2:

[python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread caxelrud
I tried the following simple code for client-server comunication with xmlrpc in Wiindows XP and Windows Vista (Python 2.5(r25:51908)). The Vista hardware was classified as 2x faster then the other. I got the following results: Vista: 10.1 sec XP: 0.12 sec The XP was about 100 times faster !

Re: [python-win32] Iron Python and Visual Basic 2005 (or 2008) Express

2008-03-06 Thread Tim Golden
Tony Cappellini wrote: Message: 9 Date: Thu, 06 Mar 2008 09:00:48 + From: Tim Golden [EMAIL PROTECTED] Subject: Re: [python-win32] Iron Python and Visual Basic 2005 (or 2008) Express Cc: python-win32@python.org Message-ID: [EMAIL PROTECTED] Content-Type: text/plain;

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread Tim Roberts
caxelrud wrote: I tried the following simple code for client-server comunication with xmlrpc in Wiindows XP and Windows Vista (Python 2.5(r25:51908)). The Vista hardware was classified as 2x faster then the other. I got the following results: Vista: 10.1 sec XP: 0.12 sec The XP was about

Re: [python-win32] shelve data corruption

2008-03-06 Thread Tim Roberts
TK Soh wrote: I ran into strange problem with my program that uses the shelve module to maintain program settings, which later turned out to be caused by the corrupted shelve data. It looks like the shelve module itself is not capable of detecting the data corruption. I wonder if there's

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread Paul Moore
On 06/03/2008, Tim Roberts [EMAIL PROTECTED] wrote: caxelrud wrote: The XP was about 100 times faster ! Does anybody now how to seepup the Vista execution? Yes: upgrade to Windows XP. ;) Is it also possible that Vista has some form of firewall enabled by default, that is not on XP?

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread Michel Claveau
Hi! If you replace localhost by 127.0.0.1, Vista become fast... e.g. :s=xmlrpclib.ServerProxy(http://127.0.0.1:8080;) I think that it's a name resolution problem... @-salutations -- Michel Claveau ___ python-win32 mailing list

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread Mike Driscoll
Paul, Message: 8 Date: Thu, 6 Mar 2008 19:31:59 + From: Paul Moore [EMAIL PROTECTED] Subject: Re: [python-win32] Windows Vista slow down Python xmlrpc To: Tim Roberts [EMAIL PROTECTED] Cc: Python-Win32 List python-win32@python.org Message-ID: [EMAIL PROTECTED] Content-Type:

Re: [python-win32] Windows Vista slow down Python xmlrpc

2008-03-06 Thread Michel Claveau
Re! In the same direction, I had: - reduce the size of HOSTS (delete all SpyBot Search Destroy entries) - set all rights on HOSTS - in my antivirus (Avast-Pro), set HOSTS like an exception (no resident scan on him) - use http://127.0.0.1:8080 (for the client, needless for

Re: [python-win32] Building pywin32 on Vista 64

2008-03-06 Thread Mark Hammond
It looks like a bug to me – but for some reason I don’t hit it. Last I checked, the x64 version of pywin32 builds fine following the instructions at the top of setup.py (but last I tried, it was cross-compiling from a 32bit environment) Mark From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [python-win32] Building pywin32 on Vista 64

2008-03-06 Thread Michel Claveau
Hi! Not the good subject, but... I had try Pywin32 standard in Windows-2008-server-64bits. Results : no problem! - install: OK - tests: OK (my softs: COM-server ; manage IE7(via COM) ; PLUIE (Python+JScript in IE like GUI) ; etc. Some entries of the register are differents. But non