I am having trouble using pylab in pythom whenever i try to import it showing some
error massages...
- Code: Select all
sonar|~/books| $ python
Python 2.7.3 (default, Jul 10 2012, 00:03:43)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import pylab
** (process:8091): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
** (process:8091): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
** (process:8091): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
>>>
i don't know why this is happening ...
there is a similar bug in fedor.
https://bugzilla.redhat.com/show_bug.cgi?id=790053
Can anyone please help me ..
Regards.
