Re: Inline::Python, pyperl, etc.

2005-09-01 Thread Felix Schwarz
Eli Stevens (WG.c) wrote: > PyPerl 1.0.1 > http://wiki.python.org/moin/PyPerl > > The interest in these projects seems to have died off about 2001, > however. That, or they simply haven't needed to be updated for the last > few Python versions. > > I've bumped into some snags with pyperl (can

Re: authentication project

2005-08-10 Thread Felix Schwarz
Hi, for some of the "ground work" you could use the Python Web Modules (www.pythonweb.org). fs -- http://mail.python.org/mailman/listinfo/python-list

regex question

2005-06-25 Thread Felix Schwarz
Hi all, I'm experiencing problems with a regular expression and I can't figure out which words I use when googling. I read the python documentation for the re module multiple times now but still no idea what I'm doing wrong. What I want to do: - Extract all digits (\d) in a string. - Digits are