开发者

no cpickle module

When I tried

import cpikcle as pickle

I got an error message saying no module named cpickle.

Does anybody know how to get cpickle module?

Because I heard that cpickle is faster than pickle.

开发者_开发技巧

Thanks


Try import cPickle as pickle instead. Note the upper-case 'P'. Also, you misspelled cPickle as cpikcle in your question.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜