Comment 8 for bug 625237

Revision history for this message
Steven Sproat (sproaty) wrote :

just a little issue.
the script /usr/bin/whyteboard.py should be substituted with a symlink to /usr/lib64/python2.6/site-packages/whyteboard.py

yes, that's something I do in my Debian package installer.

re: pubsub, you may have to specify it in the setup.py package list.

                   'whyteboard.lib.pubsub': 'whyteboard/lib/pubsub',
                   'whyteboard.lib.pubsub.core': 'whyteboard/lib/pubsub/core',
                   'whyteboard.lib.pubsub.utils': 'whyteboard/lib/pubsub/utils',

I'm not using the one from wxPython.