Re: [Webware-discuss] RE: Configuring webkit in IS v6

2006-02-08 Thread Ian Bicking
Chuck Esterbrook wrote: Is there really a standard for Python *applications*? I know there's distutils which works great for libraries, but afaik it doesn't really address anything about hooking into web servers like IIS and Apache, or whether or not ports are accessible, etc. I've also never fou

RE: [Webware-discuss] RE: Configuring webkit in IS v6

2006-02-08 Thread jose
ar) is the install is confusing. if I get the time I'll work on a distutil setup or maybe an egg see if that works In any event I'll post to the group what I end up writing, it might be useful to someone else. Jose > Original Message ---- > Subject: Re: [Webwar

Re: [Webware-discuss] RE: Configuring webkit in IS v6

2006-02-08 Thread Chuck Esterbrook
Is there really a standard for Python *applications*? I know there's distutils which works great for libraries, but afaik it doesn't really address anything about hooking into web servers like IIS and Apache, or whether or not ports are accessible, etc. I've also never found distutils options for l

RE: [Webware-discuss] RE: Configuring webkit in IS v6

2006-02-08 Thread jose
Dear Ben, I'm sorry to hear that your still having such difficulty getting webware installed and working. This really points to a larger issue that has plagued this particular framework since the beginning, mainly that instillation is not like standard python applications and it can be confusing f