Hi, Nick. Without more context, it's hard for us to help you. It could be a bug in App Engine, or it could be a problem with your code.
For example, you could be passing something a StringIO object instead of a string object, and that could be triggering this exception. What is your app trying to do when App Engine throws this exception? Some code would be nice. Thanks, and good luck, Raj Social bookmarking with style! http://imi-imi.appspot.com/ On Oct 21, 2010, at 7:45 PM, nickm324 wrote: > Can anyone tell me why the installtion of Python 2.5 that app-engine > uses calls methods that it doesnt even support? > > I get this error. > > > File "/base/python_runtime/python_dist/lib/python2.5/posixpath.py", > line 62, in join > elif path == '' or path.endswith('/'): > AttributeError: 'cStringIO.StringO' object has no attribute 'endswith' > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
