Modify

Opened 15 years ago

Last modified 9 years ago

#5904 new defect

Installation failed

Reported by: anonymous Owned by:
Priority: normal Component: ImageTracPlugin
Severity: critical Keywords:
Cc: Trac Release: 0.11

Description

Attempting to install the ImageTracPlugin using easy_install via both the ZIP and SVN methods failed due to a missing vcvarsall.bat file while installing the PIL 1.1.6 dependency.

Note: On advice from someone who has previously installed many Trac plugins, the first two directory levels were removed from the zip prior to installation. However, as the SVN install also failed, I'm not convinced this had anything to do with the overall installation error.

The following output has been manually modified in an attempt to avoid being caught by the spam filtering that limits the number of external links that can be specified within a ticket.

ZIP Install Output

C:\apps\trac>easy_install "d:\live\staff\temp\ImageTracPlugin-r6634.zip" Processing ImageTracPlugin-r6634.zip Running setup.py -q bdist_egg --dist-dir c:\users\administrator\appdata\local\temp\4\easy_install-v_3uri\egg-dist-tmp-c9f_cf Adding imagetrac 0.3.1 to easy-install.pth file Installed c:\apps\python26\lib\site-packages\imagetrac-0.3.1-py2.6.egg Processing dependencies for imagetrac==0.3.1 Searching for cropresize Reading http : //pypi.python.org/simple/cropresize/ Best match: cropresize 0.1.1 Downloading http : //pypi.python.org/packages/source/c/cropresize/cropresize-0.1.1.tar.gz#md5=6e6bc60905c6096ac47495e8e2a635e6 Processing cropresize-0.1.1.tar.gz Running cropresize-0.1.1\setup.py -q bdist_egg --dist-dir c:\users\administrator\appdata\local\temp\4\easy_install-u8mkuj\cropresize-0.1.1\egg-dist-tmp-tspk20 Adding cropresize 0.1.1 to easy-install.pth file Installing crop-resize-script.py script to C:\apps\Python26\Scripts Installing crop-resize.exe script to C:\apps\Python26\Scripts Installed c:\apps\python26\lib\site-packages\cropresize-0.1.1-py2.6.egg Searching for PIL Best match: PIL 1.1.6 Downloading http : //dist.repoze.org/PIL-1.1.6.tar.gz Processing PIL-1.1.6.tar.gz Running PIL-1.1.6\setup.py -q bdist_egg --dist-dir c:\users\administrator\appdata\local\temp\4\easy_install-ft55oz\PIL-1.1.6\egg-dist-tmp-epsjmd error: Setup script exited with error: Unable to find vcvarsall.bat


SVN Install Output

C:\apps\trac>easy_install http : //trac-hacks.org/svn/imagetracplugin/0.11 Downloading http : //trac-hacks.org/svn/imagetracplugin/0.11 Doing subversion checkout from http : //trac-hacks.org/svn/imagetracplugin/0.11 to c:\users\administrator\appdata\local\temp\4\easy_install-0gigh4\0.11 Processing 0.11 Running setup.py -q bdist_egg --dist-dir c:\users\administrator\appdata\local\temp\4\easy_install-0gigh4\0.11\egg-dist-tmp-4bjajv unrecognized .svn/entries format in imagetrac 0.3.1 is already the active version in easy-install.pth Installed c:\apps\python26\lib\site-packages\imagetrac-0.3.1-py2.6.egg Processing dependencies for imagetrac==0.3.1 Searching for PIL Best match: PIL 1.1.6 Downloading http : //dist.repoze.org/PIL-1.1.6.tar.gz Processing PIL-1.1.6.tar.gz Running PIL-1.1.6\setup.py -q bdist_egg --dist-dir c:\users\administrator\appdata\local\temp\4\easy_install-t59qsl\PIL-1.1.6\egg-dist-tmp-vagupj error: Setup script exited with error: Unable to find vcvarsall.bat

Attachments (0)

Change History (2)

comment:1 Changed 15 years ago by Jeff Hammel

Evidently the PIL egg pointed to doesn't work on windows. I don't have windows to debug. I recommend installing PIL however you do that on windows and try again. If problems persist, checkout and modify the setup.py file

comment:2 Changed 9 years ago by Ryan J Ollos

Owner: Jeff Hammel deleted

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.