http://pypi.python.org/pypi/rapid-spring/0.3.0
You can download the sauce in a tarball or zip file here:
http://github.com/tvo/rapid/downloads
Now, on to my problem...
I have used py2exe to build an executable of the rapid program (see the attached file).
But when I run the executable (just to make sure that everything is ok, I get this error:
Code: Select all
C:\Users\username\rapid\rapid\dist>rapid
.........E........
======================================================================
ERROR: test_disappeared_repo_sdp_not_cached (__main__.TestRapid)
----------------------------------------------------------------------
Traceback (most recent call last):
File "rapid.py", line 679, in tearDown
File "shutil.pyc", line 225, in rmtree
File "shutil.pyc", line 223, in rmtree
WindowsError: [Error 145] The directory is not empty: 'C:\\Users\\username\\rapid\\rapid\\dist\\.test-rapid'
----------------------------------------------------------------------
Ran 18 tests in 0.191s
FAILED (errors=1)