Re: [Distutils] How to eliminate on part of a package?

2018-04-27 Thread Skip Montanaro
ctive thread suggested, that probably would be considered more confusing than useful. Skip > ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] How to eliminate on part of a package?

2018-04-26 Thread Skip Montanaro
eparate packages. After all, you say your users only want the client side > anyway. > > and if the server depends on the client (which I"d hope it doesn't!) then > you can simply make it a dependency. > > -CHB > > > > > On Wed, Apr 25, 2018 at 1:28 PM, Skip

Re: [Distutils] Multiple pips to go along with my multiple Pythons

2015-05-07 Thread Skip Montanaro
on my part, it achieved the desired result - nothing but a bunch of unambiguous pipXY programs. Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] Can't install google-api-python-client using pip

2015-05-06 Thread Skip Montanaro
On Wed, May 6, 2015 at 8:00 AM, Donald Stufft don...@stufft.io wrote: Open an issue on github.com/pypa/pip please. Done: https://github.com/pypa/pip/issues/2760 Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org https://mail.python.org

[Distutils] Multiple pips to go along with my multiple Pythons

2015-05-06 Thread Skip Montanaro
think that just makes sure you have pip, not that there is a version associated with a specific version of Python, right? Do I just download the latest tarball and run PY setup.py install for each version of PY? Thx, Skip ___ Distutils-SIG maillist

Re: [Distutils] Can't install google-api-python-client using pip

2015-05-05 Thread Skip Montanaro
or that you'll get a more meaningful message. Well, that's not working either: % pip-2.7 install --upgrade pip Cannot fetch index base URL http://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement pip in /Users/skip/local/lib/python2.7/site-packages Downloading

Re: [Distutils] Can't install google-api-python-client using pip

2015-05-04 Thread Skip Montanaro
On Sun, May 3, 2015 at 4:55 PM, Donald Stufft don...@stufft.io wrote: Well, PyPI redirects HTTP to HTTPS, so it’s going to be just following that redirect. Hmmm... This morning this is working. I'm mystified. Skip ___ Distutils-SIG maillist

[Distutils] Can't install google-api-python-client using pip

2015-05-03 Thread Skip Montanaro
-client Cannot fetch index base URL http://pypi.python.org/simple/ Could not find any downloads that satisfy the requirement google-api-python-client No distributions at all found for google-api-python-client Storing complete log in /Users/skip/.pip/pip.log I can visit http://pypi.python.org

[Distutils] Pip enhancement?

2014-08-27 Thread Skip Montanaro
in, but not the installed location of the outdated package. Paul also added: On 27 August 2014 14:46, Skip Montanaro s...@pobox.com wrote: it would be great if there was a way for it to tell me where on my system it found outdated package X. The --verbose flag tells me all sorts of other stuff

Re: [Distutils] Problems installing otrace - unexpanded @libdir@ string

2013-02-11 Thread Skip Montanaro
around a bit more and see if I can narrow down the problem. If worse comes to worst, I may have to lean on TWW to update this package. Thx, Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils

[Distutils] Problems installing otrace - unexpanded @libdir@ string

2013-02-10 Thread Skip Montanaro
seems to behave better in this regard, but still yielded nothing useful.) Any suggestions appreciated. Thx... Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

[Distutils] Need to install an unzipped version of an existing zipped package

2011-11-17 Thread skip
installed version? Failing that, is it okay to simply unzip the package we have provided in the end it has the same name? Thanks, -- Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/ ___ Distutils-SIG maillist - Distutils-SIG@python.org http

[Distutils] easy_install from source?

2010-12-03 Thread skip
building eggs from local checkouts but how do I specify the location of the local checkout? Thanks, -- Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/ ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman

[Distutils] Alternative to the default easy-install setup?

2010-05-03 Thread skip
to mitigate this problem. Can all the third-party eggs be bundled into a super package of some kind to minimize all the file stat-ing? Would some other installer (pip? zc.buildout?) do things differently? Have I maybe missed some flags to easy_install which would improve things? Thanks, -- Skip

[Distutils] Alternative to the default easy-install setup?

2010-05-03 Thread skip
I suspect I've asked this before here but have forgotten the answer, so I ask again. And just after sending I found Philip's response from about a year ago: http://mail.python.org/pipermail/distutils-sig/2009-March/011056.html I'll dig into that a bit. Skip

[Distutils] Building a platform-independent dist?

2010-02-09 Thread skip
but it includes .macosx-10.4-i386 in the filename and the tar file itself has more structure and fewer files than I think it should have: % tar tfz dist/lockfile-0.8.macosx-10.4-i386.tar.gz ./ ./Users/ ./Users/skip/ ./Users/skip/local/ ./Users/skip/local/lib/ ./Users/skip

Re: [Distutils] Building a platform-independent dist?

2010-02-09 Thread skip
How do I create a platform-independent distribution? Tarek By using the sdist command. bdist will compile and generate Tarek platform-specific distributions. *dope slap* Thanks, Skip ___ Distutils-SIG maillist - Distutils-SIG

Re: [Distutils] Building a platform-independent dist?

2010-02-09 Thread skip
Tarek Notice that I'm interested in understanding how you got that Tarek local in your bdist... Tarek Is your python installed in ./Users/skip/local ? Well, /Users/skip/local. I never install Python of any variety from source anywhere close to the system locations (not even /usr

[Distutils] [issue63] setuptools pyjamas

2009-03-14 Thread Skip Montanaro
New submission from Skip Montanaro s...@pobox.com: This is more a reference submission than anything else. I submitted a patch for pyjamas to remove its installer's hard-coding of /usr/share. In my opinion the root for all installed files should be whatever --prefix is (whether explicit

[Distutils] Can you collapse easy-install.pth somehow?

2009-03-03 Thread skip
then be added to sys.path. Am I making sense? It's late. I might well not be. If so, ask me for a more complete explanation of the idea floating around my brain. -- Skip Montanaro - s...@pobox.com - http://www.smontanaro.net/ ___ Distutils-SIG maillist

[Distutils] eggs and import order

2008-10-29 Thread skip
using setuptools 0.6c7 with Python 2.4.5. Thanks, Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] eggs and import order

2008-10-29 Thread skip
Phillip There's a special 'site.py' missing from this directory. You Phillip can fix that by doing this: ... Thanks for the quick response. We'll look into it. Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http

[Distutils] Downloading betas?

2008-10-07 Thread skip
? Is there a way to tell it, don't do that? Thx, Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

[Distutils] Two versions of SQLAlchemy side-by-side?

2008-04-29 Thread skip
Is there a way to import the 0.4.5 version for testing without disturbing the 0.3.3 version? I tried placing the 0.4.5 egg directory in PYTHONPATH but I still get the 0.3.3 version when I import sqlalchemy. What's a fella to do? Thanks, Skip ___ Distutils-SIG

Re: [Distutils] Two versions of SQLAlchemy side-by-side?

2008-04-29 Thread skip
to import 0.4.5 for testing. Thx, Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] How to test setup.py with easy_install?

2008-04-17 Thread skip
skip == skip [EMAIL PROTECTED] writes: skip So I've just added skip install_requires=[lockfile=0.2] skip to my setup() call. How do I test that from within my local skip source repository? Okay, I figured it out. I wasn't thinking with all three of my neurons. Two

Re: [Distutils] [Python-Dev] How we can get rid of eggs for 2.6 and beyond

2008-03-21 Thread skip
(e.g. /usr/local/etc/mime.types) is in both packages A and B. Install A - this will create C Install B - this might overwrite C, saving a copy, or it might retain A's copy. Uninstall B - this has to know that C is used by A and not touch it Skip

Re: [Distutils] [Python-Dev] The Breaking of distutils and PyPI for Python 3000?

2008-03-20 Thread skip
I don't think any of the core committers is qualified to write such a document. Instead, it would have to be written by people who *actually* ported a project from 2 to 3 in some form. Stephen Note that this is precisely the kind of experience Skip Stephen Montanaro

[Distutils] *ugh* - failure to easy_install numpy

2008-03-16 Thread skip
(had been 1.0.1 in Mach-O PPC format, should wind up with 1.0.4 in Mach-O Intel format). I got this rather ugly output: % easy_install numpy /Users/skip/local/lib/python2.6/site-packages/setuptools-0.6c7-py2.6.egg/setuptools/package_index.py:7: DeprecationWarning: the md5 module

Re: [Distutils] Difference between url and download_url?

2007-12-09 Thread skip
download_url='http://www.webfast.com/~skip/python/bsddb-1.0.tar.gz', Phillip Your tarball is incorrectly named: it should be Phillip bsddb185-1.0.tar.gz, since bsddb185 is the package name. Whoops. Thanks... Skip ___ Distutils-SIG

[Distutils] Difference between url and download_url?

2007-12-08 Thread skip
I registered a new package at PyPI today, bsddb185. Thinking to check things out, I tried easy_install bsddb185 and got this output: % easy_install bsddb185 /Users/skip/local/lib/python2.6/site-packages/setuptools-0.6c7-py2.6.egg/setuptools/package_index.py:7: DeprecationWarning

[Distutils] Distributing doc files w/ distutils src pkg?

2007-10-28 Thread Skip Montanaro
I have a simple setup.py file: #!/usr/bin/env python from distutils.core import setup setup(name='lockfile', author='Skip Montanaro', author_email='skip at pobox.com', maintainer='Skip Montanaro', maintainer_email='skip at pobox.com

Re: [Distutils] Distributing doc files w/ distutils src pkg?

2007-10-28 Thread skip
What am I missing? [from my distutils setup] Phillip A MANIFEST.in file specifying what to include. Thanks. I came up with this: include README MANIFEST lockfile.py setup.py recursive-include doc *.rst which seems to build a proper .tar.gz file. Skip

[Distutils] Whose problem is this?

2007-02-13 Thread skip
/sqlalchemy' Online help for setuptools itself works fine though. Is that a pydoc problem, a Python problem, an easy_install problem or what? I get the same result when I try to get help about Elixir. Skip ___ Distutils-SIG maillist - Distutils-SIG

Re: [Distutils] Confusion about the effect of eggs on import

2007-02-10 Thread skip
note along to John Hunter (matplotlib author), who I happen to work with. I suspect he'll be able to work things out fairly quickly. Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

[Distutils] Confusion about the effect of eggs on import

2007-02-09 Thread skip
.__file__ '/opt/app/g++lib6/python-2.4/lib/python2.4/site-packages/matplotlib/__init__.pyc' I get the same result if I unset PYTHONSTARTUP. Any idea what's going on? Thx, -- Skip Montanaro - [EMAIL PROTECTED] - http://www.webfast.com/~skip/ The hippies and the hipsters did some great stuff

[Distutils] Myghty.org down borked easy_install pylons

2007-01-24 Thread skip
Originally posted to comp.lang.python... skip I'm trying to easy_install pylons. Alas: skip $ easy_install pylons skip Searching for pylons skip Best match: Pylons 0.9.4.1 skip Processing Pylons-0.9.4.1-py2.5.egg skip Pylons 0.9.4.1 is already

Re: [Distutils] Installing stuff using setuptools w/ Python from CVS HEAD?

2005-12-10 Thread skip
Python, I get a bus error installing setuptools. Looks like a Python ast problem. I'll report the bug and try again after a fix is applied... Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils

[Distutils] Trouble installing Myghty with --prefix

2005-11-30 Thread skip
make the pkg_resources module available. Any hints about how to get this working would be appreciated. (I have no idea what other details you'll need, never having used setuptools - directly or indirectly. Let me know if there's more I can do to explain the situation.) Thx, -- Skip Montanaro

Re: [Distutils] Trouble installing Myghty with --prefix

2005-11-30 Thread skip
? Thx, Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig

Re: [Distutils] Trouble installing Myghty with --prefix

2005-11-30 Thread skip
-9.EL4)] on linux2 Type help, copyright, credits or license for more information. import pkg_resources Traceback (most recent call last): File stdin, line 1, in ? ImportError: No module named pkg_resources What to try next? Skip

Re: [Distutils] Trouble installing Myghty with --prefix

2005-11-30 Thread skip
the wording of the text in the URL you referenced to make sure people understand that it's the nonrecursion pth file processing that causes problems, not the mere existence of pth files. Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http

Re: [Distutils] Trouble installing Myghty with --prefix

2005-11-30 Thread skip
~/.pydistutils.cfg. That seems to have worked. I can now import myghty. Much thanks for your patient help. Skip ___ Distutils-SIG maillist - Distutils-SIG@python.org http://mail.python.org/mailman/listinfo/distutils-sig