On 21 June 2011 04:00, Lawrence Zhao <[email protected]> wrote: > Hi, > > I got NameError when run meld without install. As I am using a shared linux > server, I don't have root access to install any app. All I can is to run app > in my own directory. > > bin-linux/meld-1.5.1/bin> ./meld > Traceback (most recent call last): > File "./meld", line 24, in ? > class Unbuffered(object): > NameError: name 'object' is not defined > > Thanks > Lawrence
I've never seen that error, but my guess is that your Python version is too old to run Meld. The 'object' base class was introduced in Python 2.2 for new-style classes. If your Python version is 2.1 or earlier, then that's the problem. cheers, Kai _______________________________________________ meld-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/meld-list
