Re: Anyone able to help on installing packages?

2012-09-24 Thread Dwight Hutto
You could just take the python code, and put it in the site packages file. Depends on the package. -- Best Regards, David Hutto CEO: http://www.hitwebdevelopment.com -- http://mail.python.org/mailman/listinfo/python-list

Re: Anyone able to help on installing packages?

2012-09-24 Thread Oscar Benjamin
On 24 September 2012 21:27, John Mordecai Dildy wrote: > Anyone have Ideas on nose and distribute? Your post has no context and simply asks a very vague question. Had you explained what you tried and what happened and perhaps shown an error message I might have been able to answer your question

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. > > > > I have done

Re: Anyone able to help on installing packages?

2012-09-23 Thread Oscar Benjamin
Please send your reply to the mailing list (python-list@python.org) rather than privately to me. On 23 September 2012 20:57, John Dildy wrote: > When I give input at the start of terminal using the command pip install > virtualenv: > > Downloading/unpacking virtualenv > Running setup.py egg_i

Re: Anyone able to help on installing packages?

2012-09-23 Thread Oscar Benjamin
On Sep 23, 2012 6:56 PM, "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. > > I have done the following: > > pip 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