Carl Meyer <carl <at> oddbird.net> writes:

> work well. Please try it and tell me what I missed!
> 
> To try it out, create a directory somewhere with a bin/ subdirectory,
> symlink or copy (it works either way) the python3 binary from an install
> of the pythonv2 branch into bin/, and create lib/python3.3/site-packages

It seems to work with a symlink but not with a copy. With an empty pythonv.conf
file in ~/projects/vptest:

vinay@eta-natty:~/projects/vptest/bin$ ln -s ~/tools/cpythonv/python
vinay@eta-natty:~/projects/vptest/bin$ ./python
Python 3.3a0 (pythonv2:e56f05883ceb, Mar 17 2011, 09:07:29) 
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', '/usr/local/lib/python33.zip', '/home/vinay/tools/cpythonv/Lib',
'/home/vinay/tools/cpythonv/Lib/plat-linux2',
'/home/vinay/tools/cpythonv/build/lib.linux-i686-3.3',
'/home/vinay/projects/vptest/lib/python3.3/site-packages']
>>> 
vinay@eta-natty:~/projects/vptest/bin$ rm python
vinay@eta-natty:~/projects/vptest/bin$ cp ~/tools/cpythonv/python .
vinay@eta-natty:~/projects/vptest/bin$ ./python
Python 3.3a0 (pythonv2:e56f05883ceb, Mar 17 2011, 09:07:29) 
[GCC 4.5.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', '/usr/local/lib/python33.zip', '/usr/local/lib/python3.3',
'/usr/local/lib/python3.3/plat-linux2', '/usr/local/lib/python3.3/lib-dynload',
'/usr/local/lib/python3.3/site-packages']
>>> 

Still, very promising! Nice work.

Regards,

Vinay Sajip

_______________________________________________
Distutils-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to