Warning (from warnings module):
File "/usr/lib/python2.6/site-packages/gtk-2.0/gtk/__init__.py", line 127
set_interactive(1)
RuntimeWarning: PyOS_InputHook is not available for interactive use of PyGTK
Above is the following error that is generated when trying to generate a list of modules being available to python 2.6. I would go in at the command line and type help(). the help cursor show up and I type "modules" to generate a list and this is the error I get. Does anyone else have this effect?
Thanks
kever