pip and distutils2-1.0a4

Roy Smith roy at panix.com
Mon Mar 3 16:44:31 EST 2014


In article <31feb451-7fb6-48a6-9986-bddce69c4991 at googlegroups.com>,
 "Mark H. Harris" <harrismh777 at 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.



More information about the Python-list mailing list