OK I have been attempting use "import dabo.ui.dKeys" and not "import dabo.ui.uiwx.dKeys" But I can't figure out how too. I have checked all of dabo for any location where you used dabo.ui.dKeys. I did not find any in dabo. I did find "from dabo.ui import dKeys" in daboide.
Using "from dabo.ui import dKeys" appears to work. This really blows my mind. what is the diff between "import dabo.ui.dKeys" and "from dabo.ui import dKeys" -- John Fabiani _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
