From: Edward P. <epo...@te...> - 2001-12-02 01:18:32
|
Hi, I am writing a desktop environment for my app, and I wrote my own DesktopManager in java There are other objects in python that implement the actual desktop, frame windows etc. So I have: ite/wm/ITEDesktopManager.java ite/wm.py containing classes ITEDesktop, ITEContentPane etc. Jython doesn't know how to find ITEDesktopManager In interactive mode, I: import ite.wm but from some print statments in the __init__.py files, I can see that the folder containing the java source is not imported. Is this possible to do, or am I messing something up in my python path? Thanks -Ed |