Re: Server side newbie

2006-01-30 Thread jimlewis
Thanks for the various replies. They all seem to lead to a lot more learning. I thought Python was supposed to make it easy to build web apps. It appears after going thru the learning curve for Python I need to learn unix, a framework, brush up on HTML and so on. It's like being caught in a spider

Re: Server side newbie

2006-01-30 Thread jimlewis
Thanks for the comments. I do know basic HTML although it seems like writing in assembly language. Filling in the blanks you outlined: my ISP is pair.com and they show python as available. My site is quirkle.com. True I did not think much about hooking my app to the web but I had, I think, a reason

Re: Server side newbie

2006-02-03 Thread jimlewis
Can you point me to sample code somewhere? If I had a server-side python script that increments the number in an edit control on clicking a button, I think I could take it from there. -- http://mail.python.org/mailman/listinfo/python-list

Re: Server side newbie

2006-02-03 Thread jimlewis
Thanks but the math is a bit complex and already coded and debugged in a python desktop gui. -- http://mail.python.org/mailman/listinfo/python-list

Re: python crashes in Komodo

2006-03-13 Thread jimlewis
> any non-standard (i.e. non-bundled) C extensions ? No. -- http://mail.python.org/mailman/listinfo/python-list

Re: String pattern matching

2006-04-05 Thread jimlewis
Thanks to all for the various good approaches. Kent's plain RE approach seems the most straightforward - did not know that RE can handle this situation - good to know! -- http://mail.python.org/mailman/listinfo/python-list