Skip to content

Instantly share code, notes, and snippets.

/usr/local/bin/pip run on Fri Oct 2 16:22:14 2009
Exception:
Traceback (most recent call last):
File "/Library/Python/2.5/site-packages/pip-0.4-py2.5.egg/pip.py", line 274, in main
self.run(options, args)
File "/Library/Python/2.5/site-packages/pip-0.4-py2.5.egg/pip.py", line 431, in run
requirement_set.install_files(finder, force_root_egg_info=self.bundle)
File "/Library/Python/2.5/site-packages/pip-0.4-py2.5.egg/pip.py", line 1784, in install_files
if req_to_install.check_if_exists():
File "/Library/Python/2.5/site-packages/pip-0.4-py2.5.egg/pip.py", line 1641, in check_if_exists
SERVER = "localhost"
FROM = "[email protected]"
TO = ["[email protected]"] # must be a list
SUBJECT = "Hello!"
TEXT = "This message was sent with Python's smtplib."
message = """\
[svn-remote "svn"]
url = http://www.example.com/trunk/projects/1234-project/Production
fetch = trunk:refs/remotes/trunk
branches = trunk/projects/1234-project/Production/branches/*:refs/remotes/*
tags = trunk/projects/1234-project/Production/tags/*:refs/remotes/tags/*
url = http://www.example.com/trunk/projects/1234-Project/Production
fetch = trunk:refs/remotes/trunk
branches = branches/*:refs/remotes/*
tags = tags/*:refs/remotes/tags/*
def test():
pass
print 'edited from home'