Re: Jython

2007-02-03 Thread gregturn
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

Re: Spring Python 0.2.0 is released

2007-02-02 Thread gregturn
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 0.2.0 is released

2007-02-01 Thread gregturn
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