Discussion:
unknown
1970-01-01 00:00:00 UTC
Permalink
That worked, very nice :)
Also jarow has never worked for me, I have to rename jarowpy.py to
jarow.py to make it work.
You definitely shouldn't need to do that. What exactly is
your definition of "never worked". It should automatically
use the Python implementation if you haven't built the C
implementation.
In the native/strings I ran "python setup.py install", and jarow is now in
with the other python site packages.
When I run makedist.py (from before SVN) it would fail in the sanity check.
I can either change the name of jarowpy.py or change package.py
(makedist.py) to use
import jarow
Instead of
import native.strings.jarow

Simon

Loading...