[PEAK] trellis -- easy_instal didn't

j. vickroy jgv-home at comcast.net
Mon Feb 4 12:02:33 EST 2008


Phillip J. Eby wrote:
> At 08:05 AM 2/4/2008 -0700, j. vickroy wrote:
>> Phillip J. Eby wrote:
>>> At 06:29 PM 2/3/2008 -0700, j. vickroy wrote:
>>>> Doing subversion checkout from 
>>>> svn://svn.eby-sarna.com/svnroot/Contextual to 
>>>> c:\docume~1\jim~1.vic\locals~1\temp\easy_install-nyueg-\Contextual#egg=Contextual-dev 
>>>>
>>>> 'svn' is not recognized as an internal or external command,
>>>> operable program or batch file.
>>>
>>> The problem here is that you don't have Subversion installed on your 
>>> machine.  You need it in order to be able to check out development 
>>> versions of things.
>>>
>> Thanks for  your reply.
>>
>> I was trying to install Trellis version 0.6a.  I saw no indication 
>> from the Trellis web site 
>> (http://peak.telecommunity.com/DevCenter/Trellis) that Subversion was 
>> required.  Is there some way to install it that does not require 
>> Subversion?
>
> You might try this:
>
>    easy_install http://svn.eby-sarna.com/Contextual.tar.gz?view=tar

Thanks again for the quick reply.

Here is what happened when executing the above:

C:\Documents and Settings\jim.vickroy\My 
Documents\Projects\Contextual>easy_install 
http://svn.eby-sarna.com/Contextual.tar.gz?view=tar
Downloading http://svn.eby-sarna.com/Contextual.tar.gz?view=tar
Processing Contextual.tar.gz
Running Contextual\setup.py -q bdist_egg --dist-dir 
c:\docume~1\jim~1.vic\locals~1\temp\easy_install-iudxdi\Contextual\egg-dist-tmp-mbcqcx
Traceback (most recent call last):
  File "C:\Python25\Scripts\easy_install-script.py", line 8, in <module>
    load_entry_point('setuptools==0.6c7', 'console_scripts', 
'easy_install')()
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\command\easy_install.py", 
line 1670, in main
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\command\easy_install.py", 
line 1659, in with_ei_usage
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\command\easy_install.py", 
line 1674, in <lambda>
  File "C:\Python25\lib\distutils\core.py", line 151, in setup
    dist.run_commands()
  File "C:\Python25\lib\distutils\dist.py", line 974, in run_commands
    self.run_command(cmd)
  File "C:\Python25\lib\distutils\dist.py", line 994, in run_command
    cmd_obj.run()
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\command\easy_install.py", 
line 211, in run
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\command\easy_install.py", 
line 422, in easy_install
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\command\easy_install.py", 
line 471, in install_item
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\command\easy_install.py", 
line 655, in install_eggs
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\command\easy_install.py", 
line 930, in build_and_install
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\command\easy_install.py", 
line 919, in run_setup
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\sandbox.py", 
line 27, in run_setup
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\sandbox.py", 
line 63, in run
  File 
"C:\Python25\lib\site-packages\setuptools-0.6c7-py2.5.egg\setuptools\sandbox.py", 
line 29, in <lambda>
  File "setup.py", line 3, in <module>
    import ez_setup
ImportError: No module named ez_setup


So I started the Python interpreter and saw this ...

C:\Documents and Settings\jim.vickroy\My 
Documents\Projects\Contextual>python
Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit 
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
 >>> import easy_setup
 >>> help(easy_setup)
Help on module easy_setup:

NAME
    easy_setup - Bootstrap setuptools installation

FILE
    c:\python25\lib\site-packages\easy_setup.py

DESCRIPTION
[snip]


I have never used  "easy_install" nor "easy_setup" before (and it shows) 
so there must be something wrong with my configuration, but I do not 
understand what.  This is the first time I have tried to use "PEAK" 
software.

-- jv

>    easy_install Trellis
>
>
>>   I also downloaded the source version and tried installing it via 
>> "setup.py install" but that resulted in what appeared to be the same 
>> failure.
>
> It's Contextual that's only available via svn, not Trellis.
>
>




More information about the PEAK mailing list