Re: [Flickrfs-users] help with flickrfs
Brought to you by:
manishrjain
From: <rdm...@bi...> - 2006-07-05 21:23:31
|
On Wed, 5 Jul 2006 at 13:46, Manish Rai Jain wrote: > Hi, This is a weird error. Basically its not able to import a default > library of python. Seems like a problem with python installation itself. You > can try upgrading to / reinstalling python v2.4. > > You have any comments on this David? Yeah, format_exc is a 2.4 thing and doesn't exist in earlier python versions. That error message says python can't find format_exc in the traceback module (from which it is trying to import it), so it looks like you aren't running python 2.4. flickrfs requires python 2.4. --David |