On Wed, 23 Sep 2009, Andi Vajda wrote:
On Wed, 23 Sep 2009, Sepand Ansari wrote:
yes, I have only:
2895 Sep 23 17:27 JCC-2.3-py2.6.egg-info
Are you using setuptools or distutils ?
To find out if you have setuptools (and what version):
$ python -c "from pkg_resources import require; print
require('setuptools')[0]"
What does this return for you ?
Andi..
If you don't have setuptools, don't use --shared (and then there is no
jcc.dll)
JCC's setup.py won't build a jcc.dll if setuptools is not found.
If you still have a 'DLL not found' error, the next ones to ensure are on
your path are the ones for Java, such as jvm.dll and so on and python.dll (or
whatever its name is).
Andi..