Stephane Duchesne, 2011-07-01 00:39 UTC+0800: > Running the autojump command or the related command jumpstat; results in > following message: > ValueError: unsupported pickle protocol: 3
Well, this is the new format for Python 3, which is unusable with
Python 2. It means that, for some reason, you autojump data file was
created with Python 3, while autojump is usually run with Python 2.
I think the best way to deal with this problem would be to always run
autojump with Python 3. For what I have seen, it seems to be compatible
with both Python 2 and Python 3 with no modification. I shall check
with upstream that autojump is fully compatible with Python 3 before
updating the package.
In the meantime you can temporarily solve your problem by:
1. installing Python 3;
2. editing /usr/bin/autojump to change its shebang to:
#!/usr/bin/env python3
That would allow you to test autojump with Python 3. If you chose to do
so, do not hesitate to let me know if it works well or if you encounter
any kind of problem.
Regards,
--
,--.
: /` ) Tanguy Ortolo <xmpp:[email protected]> <irc://irc.oftc.net/Elessar>
| `-' Debian Maintainer
\_
signature.asc
Description: Digital signature

