On Feb 3, 11:21 am, Boris Ozegovic <[EMAIL PROTECTED]>
wrote:
> Hi
>
> Why this doesn't work:
>
> def go():
> for line in open("bobo.txt", "r"):
> print line
>
> go()
>
> python FileReader.py: everything ok
> jython FileReader.py:
>
> Traceback (innermost last):
> File "Fi
I have managed to update the site documentation on ApplicationSecurity
(the newer module in this release). Took me awhile, and one time I
accidentally browsed to another site and lost what I had started.
Well, it is in there now at
http://springpython.python-hosting.com/wiki/ApplicationSecurity
-
Spring Python is an offshoot of the Java-based SpringFramework and
AcegiSecurityFramework, targeted for Python. Spring provides many
useful features, and I wanted those same features available when
working with Python.
The site is http://springpython.python-hosting.com, with information
about sour