|
From: John M. <joh...@ya...> - 2001-04-04 21:12:04
|
I've come up with a list of steps before trying jythonc.
1) purge the cache directory
2) remove all class files
3) remove the jpywork directories & files
4) touch all of the .py files.
Following these steps I have a different error. I seem to be closer.
Any suggestions?
Compiling .java to .class...
Compiling with args:['/opt/java1.3/bin/javac', ...........very long...]
1 ./jpywork/com/fiserv/ist/titan/repository/disk/whrandom.java:3:
package org.python.core does not exist
import org.python.core.*;
^
./jpywork/com/fiserv/ist/titan/repository/disk/whrandom.java:237:
cannot resolve symbol
symbol : class PyObject
location: class com.fiserv.ist.titan.repository.disk.whrandom
public static void moduleDictInit(PyObject dict) {
^
./jpywork/com/fiserv/ist/titan/repository/disk/whrandom.java:9: cannot
resolve symbol
symbol : class PyFunctionTable
location: class com.fiserv.ist.titan.repository.disk.whrandom._PyInner
public static class _PyInner extends PyFunctionTable implements
PyRunnable { ^
__________________________________________________
Do You Yahoo!?
Get email at your own domain with Yahoo! Mail.
http://personal.mail.yahoo.com/
|