danielpronych / python-twitter

Automatically exported from code.google.com/p/python-twitter
Apache License 2.0
0 stars 0 forks source link

You don't have a CHANGES file. #179

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to easy_install python-twitter 
2. Observe error message regarding missing CHANGES file
3. RAGE

What is the expected output? What do you see instead?
I would like to easy_install python-twitter.  Instead, I see an unending pit of 
despair and pain.

What version of the product are you using? On what operating system?
python-twitter 0.8 on FreeBSD

Please provide any additional information below.
thank you for your time

error: CHANGES: No such file or directory
An error occured when trying to install python-twitter 0.8. Look above this 
message for any errors that were output by easy_install.

Original issue reported on code.google.com by karmaf...@gmail.com on 21 Dec 2010 at 6:21

GoogleCodeExporter commented 8 years ago
This is only a problem in the release tarball, by the way.

Also the release tarball has Mac resource forks in it.

Original comment by karmaf...@gmail.com on 21 Dec 2010 at 6:23

GoogleCodeExporter commented 8 years ago
ugh! this is what I get for trying to get this out the door after a week of 
being sick...

I'll fix these issues and rollout a 0.8.1 

thanks

Original comment by bear42 on 21 Dec 2010 at 11:34

GoogleCodeExporter commented 8 years ago
who knew that python 2.6+ ignores the MANIFEST.in file (or maybe i'm using it 
wrong.. ?)

Recreated the sdist tarball using python2.5 and verified that the extra files 
are now present

Original comment by bear42 on 24 Dec 2010 at 4:54