On Wed, Jan 13, 2016 at 10:21 PM, Peter Otten <__pete...@web.de> wrote:
>> To set a multi-word value as an HTML attribute, you'll need to put
>> quotes around it. You might be able to get away with using %r instead
>> of %s, or even just "%s",
>
> That is bad advice that "works" until there is a va
Chris Angelico wrote:
> On Wed, Jan 13, 2016 at 12:52 PM, wrote:
>> If i change the value from origin to origin energy and save - the value
>> updated to the database is correct but when the page is re displayed it
>> only shows origin in the text field - as if it ignores everything after
>> the
On Wednesday, January 13, 2016 at 9:52:17 AM UTC+8, tdsp...@gmail.com wrote:
> Hi All
>
> I have written a small web app using cgi for testing for changes to data from
> a python script that does a lot of database updating depending on certain
> conditions
>
> form = cgi.FieldStorage()
> cRefN
On Wed, Jan 13, 2016 at 12:52 PM, wrote:
> If i change the value from origin to origin energy and save - the value
> updated to the database is correct but when the page is re displayed it only
> shows origin in the text field - as if it ignores everything after the space.
>
> How do I make it d
[EMAIL PROTECTED] wrote:
> If the data to be entered is simple and textual you can even think
> about using a text only interface. The resulting program will be really
> simple, and probably good enough.
FWIW here is size of "Hello, world!" program distribution using
different interfaces:
text co
In article <[EMAIL PROTECTED]>,
<[EMAIL PROTECTED]> wrote:
>Peter wrote>Wow - why so big for such a simple tool? 2MB sounds like a
>LOT of coding.<
>
>Yes, it's a lot of code, but it's code written by other people (Python,
>Tkinter). Using Tkinter your program will probably be quite short, even
>i
Peter wrote>Wow - why so big for such a simple tool? 2MB sounds like a
LOT of coding.<
Yes, it's a lot of code, but it's code written by other people (Python,
Tkinter). Using Tkinter your program will probably be quite short, even
if you use some dbase.
If the data to be entered is simple and text
On Thu, 11 May 2006 06:54:14 +1200,
Peter <[EMAIL PROTECTED]> wrote:
> Serge Orlov wrote:
[ ... ]
>> Keep in mind that standalone application for windows will be about
>> 2Mb.
> Wow - why so big for such a simple tool?
> 2MB sounds like a LOT of coding.
Actually, just the opposite: that's 2MB
Serge Orlov wrote:
> Peter wrote:
>> A webapp isn't feasible as most of the users are on dial up (this is in
>> New Zealand and broadband isn't available for lots of people).
>
> I don't see connection here, why it's not feasible?
Our volunteers won't sit on their dial up connection for hours at
Peter wrote:
> This post seeks advice on whether python would be appropriate for a task, or
> whether you can suggest another approach.
>
> The project is to transcribe historical records such as schools admissions,
> ship passenger lists, birth/death/marriages, etc for genealogy studies.
> What
Peter wrote:
> Diez B. Roggisch wrote:
> > Make it a webapp. That will guarantee to make it runnable on the list of
> > OSses you gave. Use Django/TurboGears/ZOPE for the application itself-
> > whichever suits you best.
>
> A webapp isn't feasible as most of the users are on dial up (this is in Ne
Diez B. Roggisch wrote:
> Make it a webapp. That will guarantee to make it runnable on the list of
> OSses you gave. Use Django/TurboGears/ZOPE for the application itself-
> whichever suits you best.
A webapp isn't feasible as most of the users are on dial up (this is in New
Zealand and broadband
On 08/05/06, Diez B. Roggisch <[EMAIL PROTECTED]> wrote:
>
> Make it a webapp. That will guarantee to make it runnable on the list of
> OSses you gave. Use Django/TurboGears/ZOPE for the application itself-
> whichever suits you best.
based on the comment:
> I'm not a programmer and have only don
Peter wrote:
>
> This post seeks advice on whether python would be appropriate for a task,
> or whether you can suggest another approach.
>
> The project is to transcribe historical records such as schools
> admissions, ship passenger lists, birth/death/marriages, etc for genealogy
> studies. Wh
14 matches
Mail list logo