Hi all, I didn't see a pypy-user list, so I'm posting here.
I came across PyPy while trying to find a way to speed up cvs2svn while
converting a large CVS repo. I've pulled the latest via svn, got it
built and have translated the interpreter, but cvs2svn using pypy-c
fails with the output:
debug: WARNING: library path not found, using compiled-in sys.path
ERROR: cvs2svn uses the anydbm package, which depends on lower level dbm
libraries. Your system has dumbdbm, with which cvs2svn is known …
[View More]to have
problems. To use cvs2svn, you must install a Python dbm library other
than
dumbdbm or dbm. See
http://python.org/doc/current/lib/module-anydbm.html
for more information.
Now, when we've run into this issue with python, someone just rebuilt
python enabling built in libgdbm support, but I haven't found any way to
do that or include some other dbm within PyPy.
Since I'm not that familiar with python to start with, I'm hoping that
I'm just missing something quite basic, and that some kind soul here can
point me in the right direction...
Should I be trying to translate cvs2svn instead of trying using pypy-c ?
(this seems to involve building a target file or something).
Am I just out of luck?
--
Kelly F. Hickel
Senior Product Architect
MQSoftware, Inc.
952-345-8677 Office
952-345-8721 Fax
kfh(a)mqsoftware.com
www.mqsoftware.com
Certified IBM SOA Specialty
Your Full Service Provider for IBM WebSphere
Learn more at www.mqsoftware.com
[View Less]
This is not an official announcement of Psyco V2, yet.
But everybody who is interested should check out
http://codespeak.net:/svn/psyco/v2
and do some testing.
The major improvement besides lots of builtins is the new
generator support, which is disabled by default, due to an
internal error in Psyco.
To use and test generators, create preferences.py, following
the instructions in setup.py.
This software is considered asan alpha release.
The final version should be expected before end of …
[View More]February.
regards -- chris
--
Christian Tismer :^) <mailto:tismer@stackless.com>
tismerysoft GmbH : Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9A : *Starship* http://starship.python.net/
14109 Berlin : PGP key -> http://wwwkeys.pgp.net/
work +49 30 802 86 56 mobile +49 173 24 18 776 fax +49 30 80 90 57 05
PGP 0x57F3BF04 9064 F4E1 D754 C2FF 1619 305B C09C 5A3B 57F3 BF04
whom do you want to sponsor today? http://www.stackless.com/
[View Less]