FS#54267 - [python2-pandas] Runtime warning

Attached to Project: Community Packages
Opened by smradlev (smradlev) - Friday, 02 June 2017, 09:43 GMT
Last edited by Andrzej Giniewicz (Giniu) - Monday, 17 July 2017, 22:34 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Andrzej Giniewicz (Giniu)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: Importing pandas after matplotlib.pyplot returns a runtimeWarning. If I import them in the opposite order in a longer script, I get a segfault, which I guess is related to this simpler example.

$ python2
Python 2.7.13 (default, Feb 11 2017, 12:22:40)
[GCC 6.3.1 20170109] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import matplotlib.pyplot
>>> import pandas
/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:127: RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK
set_interactive(1)

Additional info:
* package version(s)
python2-pandas 0.20.1-1
* config and/or log files etc.


Steps to reproduce:
This task depends upon

Closed by  Andrzej Giniewicz (Giniu)
Monday, 17 July 2017, 22:34 GMT
Reason for closing:  Works for me
Additional comments about closing:  Seems it works with 0.20.2. Reopen if not.

Loading...