Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #67590

Re: pip and distutils2-1.0a4

From Roy Smith <roy@panix.com>
Newsgroups comp.lang.python
Subject Re: pip and distutils2-1.0a4
Date 2014-03-03 16:44 -0500
Organization PANIX Public Access Internet and UNIX, NYC
Message-ID <roy-A6DF0A.16443103032014@news.panix.com> (permalink)
References <248fe774-aed4-4a59-afac-e746e2110dd7@googlegroups.com> <mailman.7656.1393880003.18130.python-list@python.org> <acf1abdd-b0e7-4d4f-ab76-18c2998b8742@googlegroups.com> <mailman.7662.1393882380.18130.python-list@python.org> <31feb451-7fb6-48a6-9986-bddce69c4991@googlegroups.com>

Show all headers | View raw


In article <31feb451-7fb6-48a6-9986-bddce69c4991@googlegroups.com>,
 "Mark H. Harris" <harrismh777@gmail.com> wrote:

> On Monday, March 3, 2014 3:32:43 PM UTC-6, Robert Kern wrote:
> 
> > Probably. If you want us to help, you need to show us what you tried, tell 
> > us 
> > what results you expected, and copy-paste the output that you got.
> 
> > Robert Kern
> 
> hi Robert,  well, I finally came up with trying to find setup().  Its a part 
> of 
> distutils.core. So, I tried:
> 
> from distutils.core import setup
> from distutils import *
> 
> Then I tried to run setup() --help-commands and python3 crashed.
> 
> What did I do wrong?   running Py3.3.4
> 
> Thanks, marcus

General advice to everybody who asks questions.  Please don't *describe* 
what you did.  *Show* us what you did.  Run your commands in a terminal 
window and then copy-and-paste everything that you typed and everything 
that got printed.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

pip and distutils2-1.0a4 "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 12:10 -0800
  Re: pip and distutils2-1.0a4 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-03-03 20:53 +0000
    Re: pip and distutils2-1.0a4 "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 13:20 -0800
      Re: pip and distutils2-1.0a4 Robert Kern <robert.kern@gmail.com> - 2014-03-03 21:32 +0000
        Re: pip and distutils2-1.0a4 "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 13:37 -0800
          Re: pip and distutils2-1.0a4 Roy Smith <roy@panix.com> - 2014-03-03 16:44 -0500
          Re: pip and distutils2-1.0a4 Robert Kern <robert.kern@gmail.com> - 2014-03-03 22:11 +0000
            Re: pip and distutils2-1.0a4 "Mark H. Harris" <harrismh777@gmail.com> - 2014-03-03 17:22 -0800

csiph-web