Re: [python-win32] isapi + IIS 6

2006-09-12 Thread Robin Becker
Mark Hammond wrote: >.. > This was due to IIS6 providing "unlimited length style" filenames (eg, > "\\?\c:\etc") I've recently fixed that in the source here so will be fixed > in the next release. In the mean time, you may want to check your > sys.path[0] entry - it is likely to also be a pat

Re: [python-win32] isapi + IIS 6

2006-09-12 Thread Mark Hammond
> Anyhow, I guess the main problem will be figuring out what to > do about the extra > "Web Services Extension" tab in IIS 6. Strangely I think that > filters work > without extra complication, but an extension needs an extra > step ie entering and > enabling in the WSE list. Can you please try wi

Re: [python-win32] IMPORT path

2006-09-12 Thread Gabriel Genellina
At Monday 11/9/2006 23:49, Christian Menge wrote: I have a simple script that will create a window and print "Hello World". What I want to do is import this script into another script which control may program. The problem I'm having is with the Import path. When I move my "Hello World" script