[SciPy-dev] scipy via svn

Joe Cooper joe at enthought.com
Tue Aug 16 17:11:42 EDT 2005


Hey Nils,

I know what causes this, but I don't know how to go about fixing it 
off-hand.  Pearu wrote some clever versioning code that used the CVS 
revision as a version number (this was to ease packaging via RPM among 
other things)...But that code couldn't come over from CVS, as the 
conversion broke with it in the repo.

These bits need to be updated to support Subversion.  I can re-add the 
files manually to the Subversion repository--but they obviously won't 
work as they should until being updated to with with Subversion version 
information.  It might make the actual code work again though...

Nils Wagner wrote:
>  Hi all,
> 
> Finally I have installed scipy via svn.
> 
> svn co http://svn.scipy.org/svn/scipy/trunk scipy
> 
> and in ~/scipy
> 
> svn co http://svn.scipy.org/svn/scipy_core/trunk/ scipy_core
> 
> 
> Python 2.4 (#1, May 30 2005, 19:23:06)
> [GCC 3.3.5 20050117 (prerelease) (SUSE Linux)] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
> 
>>>>import scipy
> 
> No module named __cvs_version__
> 
> ======================================================================
> ERROR: check_integer
> (scipy.io.array_import.test_array_import.test_read_array)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>   File
> "/usr/lib/python2.4/site-packages/scipy/io/tests/test_array_import.py",
> line 57, in check_integer
>     a = stats.randint.rvs(1,20,size=(3,4))
>   File "/usr/lib/python2.4/site-packages/scipy_base/ppimport.py", line
> 303, in __getattr__
>     module = self._ppimport_importer()
>   File "/usr/lib/python2.4/site-packages/scipy_base/ppimport.py", line
> 258, in _ppimport_importer
>     raise ImportError,self.__dict__.get('_ppimport_exc_info')[1]
> ImportError: No module named __cvs_version__
> 
> ----------------------------------------------------------------------
> Ran 245 tests in 0.304s
> 
> FAILED (errors=1)
> <unittest.TextTestRunner object at 0xb771998c>
> 
> Some obsolote cvs related problems arise.
> 
> Nils
> 
>  
> 
> 
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.net
> http://www.scipy.net/mailman/listinfo/scipy-dev




More information about the SciPy-Dev mailing list