Re: Trying to install on dreamhost - need help

2007-11-25 Thread Philip Jenvey


On Nov 24, 2007, at 4:55 PM, walterbyrd wrote:


 I am using the tutorial found here:

 http://blog.micampe.it/articles/tag/dreamhost

 It work until I try to run:

 python2.4 bin/ez_setup.py

 That causes this error:

 [Errno 13] Permission denied: '/usr/lib/python2.4/site-packages/test-
 easy-install-12226.write-test'


This means you're using the system-wide python instead of your  
virtual-python version. Reread the paragraph prior to the ez_setup.py  
line:

To make the illusion more real, you should then add ~/bin in front  
of your $PATH, so that you can just type python in the shell and the  
interpreter used will be your private one instead of the global one.


--
Philip Jenvey



--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Re: Trying to install on dreamhost - need help

2007-11-25 Thread walterbyrd

On Nov 25, 11:21 am, Philip Jenvey [EMAIL PROTECTED] wrote:


 This means you're using the system-wide python instead of your
 virtual-python version. Reread the paragraph prior to the ez_setup.py
 line:


Thank you. The problem was: dreamhost puts each domain in a directory
of the same name, but the setup scripts - I guess - use the path
defined in $HOME, which is one directory back. So python 2.4 was
installed in the ../bin/directory.com, and I was expecting it in ../
directory.com/bin.

Now I am having a different problem. I can not download QuickWiki. It
keeps timing out.

--
Downloading 
http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download
error: Download error for 
http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download:
(110, 'Connection timed out')
--

I have tried setting my browser URL to 
http://prdownloads.sourceforge.net/docutils/
- that times out also.

Is sourceforge having some temporary problem, or is the directory
wrong? Maybe they moved it, or something?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---



Trying to install on dreamhost - need help

2007-11-24 Thread walterbyrd

I am using the tutorial found here:

http://blog.micampe.it/articles/tag/dreamhost

It work until I try to run:

python2.4 bin/ez_setup.py

That causes this error:

[Errno 13] Permission denied: '/usr/lib/python2.4/site-packages/test-
easy-install-12226.write-test'

Tried this:

$ ls -ld  /usr/lib/python2.4
drwxr-xr-x  18 root root 12288 Jan 17  2007 /usr/lib/python2.4

So I don't get it. If write permission is required, how could this
tutorial have ever worked? Or, am I missing something?

Is there another tutorial somewhere? Or, should I just give up?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
pylons-discuss group.
To post to this group, send email to pylons-discuss@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~--~~~~--~~--~--~---