Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source tarball has python library paths in it #10

Closed
giampaolo opened this issue May 23, 2014 · 4 comments
Closed

source tarball has python library paths in it #10

giampaolo opened this issue May 23, 2014 · 4 comments

Comments

@giampaolo
Copy link
Owner

From xja...@gmail.com on February 12, 2009 22:05:08

What steps will reproduce the problem?  
1. download the tarball
2. tar zxvf psutil-0.1.0.tar.gz
3. resulting directory is rooted at 'usr'.

A "normal" python tarball would untar into a directory named
'psutil-0.1.0', and contain a 'setup.py' that would build and install
the package.

I would suggest investigating distutils, creating a setup.py, and using
it to build the source distribution.  I just learned how myself a couple
days ago, and it's really pretty easy.

--RDM

Original issue: http://code.google.com/p/psutil/issues/detail?id=10

@giampaolo
Copy link
Owner Author

From jlo...@gmail.com on February 12, 2009 13:09:26

We're using distutils and setup.py already, not sure what happened with the 
distribution but we'll get it fixed/reposted shortly.

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on February 15, 2009 13:55:26

A fixed tarball is now available: 

Status: Fixed

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on February 18, 2009 06:43:57

Labels: Milestone-0.1.0

@giampaolo
Copy link
Owner Author

From billiej...@gmail.com on February 27, 2009 07:36:46

Now that Google finally permits it I completely removed the old broken tarball: 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant