Re: [python-win32] isapi + IIS 6

2006-09-11 Thread Mark Hammond
> what I try I cannot get the page to say anything other than > "This module has > been imported 0 times". removeing the pyc's and or editing > the .py seemed to > have no effect. This was due to IIS6 providing "unlimited length style" filenames (eg, "\\?\c:\etc") I've recently fixed that in the

Re: [python-win32] IMPORT path

2006-09-11 Thread Metz, Bobby W, WWCS
For argument's sake, let's say your new code is saved as HelloWorld.py in a directory named modules, which is a sub-directory under your main project files directory.  Some may disagree, but using a single directory like this for all your custom modules is a good method.   imp

[python-win32] IMPORT path

2006-09-11 Thread Christian Menge
Guys,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 away from the development directories the path ge

[python-win32] python with SAP CTI

2006-09-11 Thread Wattana
Title: Message Dear All,   In a couple of year i  have been involve with many programming language. Finally i found Python the Batteries included. I love it. I finished many programming with Python.   For this moment i have to do the integration on SAP, SAPPhone with Telephony Hardware (CTI

Re: [python-win32] isapi + IIS 6

2006-09-11 Thread Robin Becker
David Primmer wrote: > Robin Becker wrote: >> Robin Becker wrote: >>> I thought I'd check here in case anyone has already connected django to IIS. >> despite this it seems that the application produces a page. However, no >> matter >> what I try I cannot get the page to say anything other than "T

Re: [python-win32] Adobe Flash MX & Python

2006-09-11 Thread Tim Roberts
Christian Menge wrote: > Hey Guys, > > We have been C developers for years and have decided to try a couple > projects using Python. I'm very excited about the potential gains we > mayl achieve using this language. > > We have a couple .SWF files that I want to play with a Python > application. I'

[python-win32] Adobe Flash MX & Python

2006-09-11 Thread Christian Menge
Hey Guys,We have been C developers for years and have decided to try a couple projects using Python. I'm very excited about the potential gains we mayl achieve using this language. We have a couple .SWF files that I want to play with a Python application. I've installed Python for Windows and did s

Re: [python-win32] isapi + IIS 6

2006-09-11 Thread David Primmer
Robin Becker wrote: > Robin Becker wrote: >> I thought I'd check here in case anyone has already connected django to IIS. > > despite this it seems that the application produces a page. However, no > matter > what I try I cannot get the page to say anything other than "This module has > been im

[python-win32] isapi + IIS 6

2006-09-11 Thread Robin Becker
Robin Becker wrote: > I thought I'd check here in case anyone has already connected django to IIS. > > Well I thought I'd give the isapi module a twirl as it seemed it would be easy, but with IIS 6 running on a virtual Win Server 2003 Web edition I fell at the first hurdle. The hosted environ