Menu

#8 cPickle in Python3 is pickle

v1.0_(example)
closed
nobody
1
2015-05-07
2014-08-22
No

Hi,

According to http://docs.pythonsprints.com/python3_porting/py-porting.html, cPickle library is now named only pickle. This creates issues when running the 3-* version of dispy since it's unable to load the library.

Currently, I'm unable to load dispy because of this.

Discussion

  • Nuno Barbosa

    Nuno Barbosa - 2014-08-22

    This also occurs with cStringIO:

    The StringIO and cStringIO modules are gone. Instead, import the io module and use io.StringIO or io.BytesIO for text and data respectively.

    Taken from https://docs.python.org/3.0/whatsnew/3.0.html

     
  • Nuno Barbosa

    Nuno Barbosa - 2014-08-27

    I've installed it with pip. The version that it installed was the one for python 2. I had to manual install but now it works.

    Still, possibly deploying a version of dispy on the pip repository for python 3 would be cool.

     
  • Giridhar Pemmasani

    • status: open --> closed
     

Log in to post a comment.