[issue25861] Can't use Pickle. AttributeError: 'module' object has no attribute '_new_Index'

2015-12-14 Thread SilentGhost
Changes by SilentGhost : -- nosy: +alexandre.vassalotti, pitrou type: crash -> behavior ___ Python tracker ___

[issue25861] Can't use Pickle. AttributeError: 'module' object has no attribute '_new_Index'

2015-12-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: _new_Index is a function used in pandas to unpickle its Index objects. Added 29 Jul 2014 (https://github.com/pydata/pandas/commit/8d3cb3f36e2f7b415531e3b910f490c01657ecca). May be your current pandas is older than that used for pickling. In any case this

[issue25861] Can't use Pickle. AttributeError: 'module' object has no attribute '_new_Index'

2015-12-14 Thread Geoffrey Mégardon
New submission from Geoffrey Mégardon: Hello, I am trying to run a piece of code that I programmed some time ago. Back then, it was working fine and it was plotting some data. But today, while I am trying to improve the plots, I ran the code and did not work! Here the message:

[issue25861] Can't use Pickle. AttributeError: 'module' object has no attribute '_new_Index'

2015-12-14 Thread R. David Murray
Changes by R. David Murray : -- resolution: not a bug -> third party ___ Python tracker ___