Bugs go here: http://code.google.com/p/web2py/issues/list
On Tuesday, August 2, 2011 4:19:27 PM UTC-4, Heath Jordaan wrote: > I think Anthony and pbriet are right about the 'copyright' being the cause. > If I try and run the included Python Interpreter directly from within the > app bundle it doesnt seem to include a "copyright" built in. > > Heath-Jordaan-admins-MacBook-Pro:Resources heathjordaan$ ../MacOS/python > Python 2.5.1 (r251:54869, Apr 18 2007, 22:08:04) > [GCC 4.0.1 (Apple Computer, Inc. build 5367)] on darwin > Type "help", "copyright", "credits" or "license" for more information. > >>> copyright > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > NameError: name 'copyright' is not defined > > Now my ignorance in terms of web2py's development process is showing > because I think this needs to be logged as an official bug report somewhere > but I dont seem to be able to find where to do this on the > www.web2py.comsite. Im new to web2py and while its easy enough to run the > source code > version this really should be fixed for the Mac App download on the site. > >