1 Aug 03:38
Question about ihook
From: Anthony Kong <Anthony.Kong <at> macquarie.com>
Subject: Question about ihook
Newsgroups: gmane.comp.lang.jython.user
Date: 2008-08-01 01:39:22 GMT
Subject: Question about ihook
Newsgroups: gmane.comp.lang.jython.user
Date: 2008-08-01 01:39:22 GMT
Hi,
all,
Just a little bit of
background, I am trying to run an existing application which use Webware 0.8
using jython.
Here is some stack
trace:
from AppServer import AppServer
File "C:\FPD\Webware-0.8.1\WebKit\AppServer.py", line 13, in <module>
from ConfigurableForServerSidePath import ConfigurableForServerSidePath
File "C:\FPD\Webware-0.8.1\WebKit\ConfigurableForServerSidePath.py", line 1, i
n <module>
from MiscUtils.Configurable import Configurable, NoDefault
File "C:\FPD\Webware-0.8.1\MiscUtils\Configurable.py", line 4, in <module>
from WebKit.ImportSpy import modloader
File "C:\FPD\Webware-0.8.1\WebKit\ImportSpy.py", line 1, in <module>
import ihooks
ImportError: No module named ihooks
File "C:\FPD\Webware-0.8.1\WebKit\AppServer.py", line 13, in <module>
from ConfigurableForServerSidePath import ConfigurableForServerSidePath
File "C:\FPD\Webware-0.8.1\WebKit\ConfigurableForServerSidePath.py", line 1, i
n <module>
from MiscUtils.Configurable import Configurable, NoDefault
File "C:\FPD\Webware-0.8.1\MiscUtils\Configurable.py", line 4, in <module>
from WebKit.ImportSpy import modloader
File "C:\FPD\Webware-0.8.1\WebKit\ImportSpy.py", line 1, in <module>
import ihooks
ImportError: No module named ihooks
So, I am just
wondering
1) is there any
workaround ?
2) why ihooks is not
present? Is it due to any technical limitation (of java)?
Cheers
NOTICE
This e-mail and any attachments are confidential and may contain copyright material of Macquarie Group Limited or third parties. If you are not the intended recipient of this email you should not read, print, re-transmit, store or act in reliance on this e-mail or any attachments, and should destroy all copies of them. Macquarie Group Limited does not guarantee the integrity of any emails or any attached files. The views or opinions expressed are the author's own and may not reflect the views or opinions of Macquarie Group Limited.
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Jython-users mailing list Jython-users <at> lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jython-users
RSS Feed