Re: Web Interface Recommendations

2008-01-30 Thread PurpleServerMonkey
On Jan 30, 8:08 pm, Bruno Desthuilliers wrote: > PurpleServerMonkey a écrit : > (snip) > > > Out of the major frameworks is there one that stands out as being > > particularly well suited for what I'm trying to do? > > > Django and CherryPy are on the short list so I'll give them a detailed > > lo

Re: Web Interface Recommendations

2008-01-30 Thread Bruno Desthuilliers
PurpleServerMonkey a écrit : (snip) > Out of the major frameworks is there one that stands out as being > particularly well suited for what I'm trying to do? > > Django and CherryPy are on the short list so I'll give them a detailed > look although Pylons does sound rather interesting as well. I

Re: Web Interface Recommendations

2008-01-29 Thread PurpleServerMonkey
On Jan 30, 12:55 pm, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Jan 30, 12:00 pm, PurpleServerMonkey <[EMAIL PROTECTED]> > wrote: > > > > > Looking for suggestions on the best framework to use for an > > applications web interface. > > > The user interface doesn't need immediate feedback and

Re: Web Interface Recommendations

2008-01-29 Thread Graham Dumpleton
On Jan 30, 12:00 pm, PurpleServerMonkey <[EMAIL PROTECTED]> wrote: > Looking for suggestions on the best framework to use for an > applications web interface. > > The user interface doesn't need immediate feedback and will be cross > platform so a web interface is a good solution especially since i

Re: web interface

2005-11-10 Thread Jean-Paul Calderone
On 10 Nov 2005 05:31:29 -0800, Michele Simionato <[EMAIL PROTECTED]> wrote: > > >I have been looking for an example like this for a while, so thanks to >J.P. Calderone. >Unfortunately, this kind of solution is pretty much browser-dependent. >For instance, >I tried it and it worked with Firefox, but

Re: web interface

2005-11-10 Thread Michele Simionato
I have been looking for an example like this for a while, so thanks to J.P. Calderone. Unfortunately, this kind of solution is pretty much browser-dependent. For instance, I tried it and it worked with Firefox, but not with MSIE 5.01 and it will not work with any browser if you disable Javascript

Re: web interface

2005-11-09 Thread Jean-Paul Calderone
On Wed, 9 Nov 2005 19:08:28 +, Tom Anderson <[EMAIL PROTECTED]> wrote: >On Mon, 7 Nov 2005, Ajar wrote: > >> I have a stand alone application which does some scientific >> computations. I want to provide a web interface for this app. The app is >> computationally intensive and may take long tim

Re: web interface

2005-11-09 Thread Tom Anderson
On Mon, 7 Nov 2005, Ajar wrote: > I have a stand alone application which does some scientific > computations. I want to provide a web interface for this app. The app is > computationally intensive and may take long time for running. Can > someone suggest me a starting point for me? (like pointe

Re: web interface

2005-11-08 Thread John J. Lee
Jorge Godoy <[EMAIL PROTECTED]> writes: > "Ajar" <[EMAIL PROTECTED]> writes: > > > I have a stand alone application which does some scientific > > computations. I want to provide a web interface for this app. The app > > is computationally intensive and may take long time for running. Can > > som

Re: web interface

2005-11-07 Thread Charl P. Botha
I'm using SkunkWeb [1] for building a responsive interface to a number of long-running processes. See [2] for an example of running long-running processes in SkunkWeb and monitoring them. One of the advantages (to my mind) that SkunkWeb offers over many of the other Python application servers and

Re: web interface

2005-11-07 Thread Jorge Godoy
"Ajar" <[EMAIL PROTECTED]> writes: > I have a stand alone application which does some scientific > computations. I want to provide a web interface for this app. The app > is computationally intensive and may take long time for running. Can > someone suggest me a starting point for me? (like pointe

Re: Web interface GUI??

2005-02-12 Thread Luc
Irmen de Jong a écrit: > Luc wrote: > >> So I am looking for another solution with a web interface that should >> work with linux and windows XP. >> I had a look to zope but was afraid with the complexity and debug >> difficulties. >> Are there some other solutions? > > Yes. A lot: http://www.py

Re: Web interface GUI??

2005-02-12 Thread Irmen de Jong
Luc wrote: So I am looking for another solution with a web interface that should work with linux and windows XP. I had a look to zope but was afraid with the complexity and debug difficulties. Are there some other solutions? Yes. A lot: http://www.python.org/moin/WebProgramming I know someone who s