This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SERVER = "localhost" | |
FROM = "[email protected]" | |
TO = ["[email protected]"] # must be a list | |
SUBJECT = "Hello!" | |
TEXT = "This message was sent with Python's smtplib." | |
message = """\ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
url = http://www.example.com/trunk/projects/1234-Project/Production | |
fetch = trunk:refs/remotes/trunk | |
branches = branches/*:refs/remotes/* | |
tags = tags/*:refs/remotes/tags/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def test(): | |
pass | |
print 'edited from home' |
NewerOlder