tigerneil / psutil

Automatically exported from code.google.com/p/psutil
Other
0 stars 0 forks source link

source tarball has python library paths in it #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 reported on code.google.com by xja...@gmail.com on 12 Feb 2009 at 9:05

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

Original comment by jlo...@gmail.com on 12 Feb 2009 at 9:09

GoogleCodeExporter commented 9 years ago
A fixed tarball is now available:
http://psutil.googlecode.com/files/psutil-0.1.0.tgz

Original comment by billiej...@gmail.com on 15 Feb 2009 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by billiej...@gmail.com on 18 Feb 2009 at 2:43

GoogleCodeExporter commented 9 years ago
Now that Google finally permits it I completely removed the old broken tarball:
http://code.google.com/p/support/issues/detail?id=1716#c43

Original comment by billiej...@gmail.com on 27 Feb 2009 at 3:36