I cant seem to get SplitPanel to work, whenever I import pyjamas.ui.SplitPanel there is an error in my browser that says "ImportError: No module named pyjamas.ui.SplitPanel.*, pyjamas.ui.SplitPanel.* in context null". All I need to do to reproduce this error is to add "from pyjamas.ui.SplitPanel import *" to the top of the file. All other modules seem to work fine. I'm using FC17 and using the pyjamas package installed by yum.
--
