From: Samuele P. <pe...@in...> - 2001-09-18 15:47:39
|
[Phil Surette] > <AntonioSaid> > One question to those of you who know the source. In what class does the > bulk of the loading take place? I want to be able to load both *.class files > and *py files and I don't think it should be too bad of a change. > </AntonioSaid> > > I believe I answered this directly in my first reply to your question. Apply > this patch: The patch does not load .class files. > > org/jython/core/imp.java in jython-2.1a3: > imp.java > 498a499,502 > > //if it's not a builtin or in the python path, try the classpath > > ret = loadFromClassLoader(name, imp.class.getClassLoader()); > > if (ret != null) return ret; > > This patch has been posted on jython-dev, nobody for the moment could comment and dedicate time on this regards, Samuele Pedroni PS: be patient ;) |