[pypy-dev] pypy-c and JIT
Christian Tismer
tismer at stackless.com
Mon Oct 22 04:08:24 CEST 2007
Raj Bandyopadhyay wrote:
> Hmmm, which windows OS are you using. Mine's a windows XP.
Of course.
> OK, so you invoked pypy-c using the full pathname of the executable?
> I tried it by adding the pypy-1.0.0 to the system PATH variable and just
> using 'pypy-c'. I should have tried it your way :headdesk: :)
Trying your way as well...
Ok. I added D:\tmp\pypy-1.0.0-win32\pypy-1.0.0
to the system's path variable. let's see (after restarting the
DOS shell with the changed environ, of course):
C:\Dokumente und Einstellungen\tismer.MACGYVERXP>cd d:\
C:\Dokumente und Einstellungen\tismer.MACGYVERXP>pypy-c.exe
debug: WARNING: library path not found, using compiled-in sys.path
Python 2.4.1 (pypy 1.0.0 build 46843) on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>> import pickle
>>>> pickle.__file__
'd:\\pypy\\dist\\lib-python\\modified-2.4.1\\pickle.pyc'
>>>>
You are right!!!
This comes from my active pypy check-out, not from the package
that you downloaded.
So I have to say: you are right! PyPy does not behave correctly
on windows.
Please take my deepest apologies for not testing this enough.
We will figure this out, ASAP, and supply a patch.
Armin, sorry about that, but he is just right with his complaint.
cheers - chris
--
Christian Tismer :^) <mailto:tismer at 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/
More information about the pypy-dev
mailing list