Re: Anyone able to help on installing packages?

2012-09-24 Thread John Mordecai Dildy
Anyone have Ideas on nose and distribute? -- http://mail.python.org/mailman/listinfo/python-list

Re: Anyone able to help on installing packages?

2012-09-23 Thread John Mordecai Dildy
On Sunday, September 23, 2012 1:48:52 PM UTC-4, John Mordecai Dildy wrote: > Hello everyone out there. Ive been trying to install packages like > distribute, nose, and virturalenv and believe me it is a hard process to do. > I tried everything I could think of to install. > > &

Anyone able to help on installing packages?

2012-09-23 Thread John Mordecai Dildy
Hello everyone out there. Ive been trying to install packages like distribute, nose, and virturalenv and believe me it is a hard process to do. I tried everything I could think of to install. I have done the following: pip install "package name" easy_install "package name" Would anyone help

Re: Installing Pip onto a mac os x system

2012-09-20 Thread John Mordecai Dildy
On Thursday, September 20, 2012 4:37:36 PM UTC-4, John Gordon wrote: > In John Mordecai > Dildy writes: > > > > > Now it shows the error of: > > > > > sudo: easy_instal: command not found > > > > Try 'easy_install'

Re: Installing Pip onto a mac os x system

2012-09-20 Thread John Mordecai Dildy
Thank you Hans M. for some input. Now it shows the error of: sudo: easy_instal: command not found -- http://mail.python.org/mailman/listinfo/python-list

Installing Pip onto a mac os x system

2012-09-19 Thread John Mordecai Dildy
Does anyone know how to install Pip onto a mac os x ver 10.7.4? Ive tried easy_instal pip but it brings up this message (but it doesn't help with my problem): error: can't create or remove files in install directory The following error occurred while trying to add or remove files in the install

Re: Intermediate Python user needed help

2012-08-07 Thread John Mordecai Dildy
On Monday, August 6, 2012 11:39:45 PM UTC-4, Dennis Lee Bieber wrote: > On Tue, 7 Aug 2012 07:59:44 +1000, Chris Angelico > > declaimed the following in gmane.comp.python.general: > > > > > On Tue, Aug 7, 2012 at 5:22 AM, Dennis Lee Bieber > > wrote: > > > > So am I beginner, intermediate,

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
oh -- http://mail.python.org/mailman/listinfo/python-list

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
since when did we start talking about lisp? -- http://mail.python.org/mailman/listinfo/python-list

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
Im using Textwrangler and thats the only text editor that im using just saying for everyone -- http://mail.python.org/mailman/listinfo/python-list

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
Thanks everyone that has put input into this its working on out error by error On Sunday, August 5, 2012 5:03:50 PM UTC-4, Tim Chase wrote: > On 08/05/12 15:52, John Mordecai Dildy wrote: > > > Current Problem at the moment > > > > > > Traceback (most recent call

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
Current Problem at the moment Traceback (most recent call last): File "ex26.py", line 66, in beans, jars, crates = secret_formula(start-point) NameError: name 'start' is not defined anyone know how to make start defined -- http://mail.python.org/mailman/listinfo/python-list

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
On Sunday, August 5, 2012 4:24:45 PM UTC-4, Steven D'Aprano wrote: > On Sun, 05 Aug 2012 12:51:31 -0700, John Mordecai Dildy wrote: > > > > > Ive tried to delete the spaces in 75 and 76 to see if it made a change > > > but it has not made a difference to it. >

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
File "ex26.py", line 84 .print_first_word(sorted_words) ^ SyntaxError: invalid syntax is what i have now and i dont see the problem like usual (i only post problems that i cant fix). -- http://mail.python.org/mailman/listinfo/python-list

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
On Sunday, August 5, 2012 4:16:13 PM UTC-4, John Mordecai Dildy wrote: > well that work on mac though? > > im asking because i see the Windows NT at the bottom of your reply and plus > im using 2.6 python not 3.3 i see the ) problem i have it fixed -- http://mail.python.org/mail

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
well that work on mac though? im asking because i see the Windows NT at the bottom of your reply and plus im using 2.6 python not 3.3 -- http://mail.python.org/mailman/listinfo/python-list

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
Ive tried to delete the spaces in 75 and 76 to see if it made a change but it has not made a difference to it. Here is the full code and the thing is i know there is things wrong with it but the thing is im fixing a code for a friend to help him getting with the coding: def break_words(stuff)

Re: Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
Well 75 and 76 is a blank line of text but i will see if i can take out those lines to see if it is the problem thanks John -- http://mail.python.org/mailman/listinfo/python-list

Intermediate Python user needed help

2012-08-05 Thread John Mordecai Dildy
I am currently using python 2.6 and am not going to install the newer versions of python and i am looking for people that are still using ver 2.6 in python to help with with the code line: sentence = "All good things come to those who wait." then im getting this error message when i dont see th