Advertisement
Guest User

Untitled

a guest
Jan 19th, 2012
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.82 KB | None | 0 0
  1. You are attempting to install a package to a directory that is not
  2. on PYTHONPATH and which Python does not read ".pth" files from. The
  3. installation directory you specified (via --install-dir, --prefix, or
  4. the distutils default setting) was:
  5.  
  6. /sw/src/fink.build/root-deluge-1.0.7-1/sw/lib/python2.5/site-packages/
  7. TEST FAILED: /sw/src/fink.build/root-deluge-1.0.7-1/sw/lib/python2.5/site-packages/ does NOT support .pth files
  8. error: bad install directory or PYTHONPATH
  9.  
  10. You are attempting to install a package to a directory that is not
  11. on PYTHONPATH and which Python does not read ".pth" files from. The
  12. installation directory you specified (via --install-dir, --prefix, or
  13. the distutils default setting) was:
  14.  
  15. /sw/src/fink.build/root-deluge-1.0.7-1/sw/lib/python2.5/site-packages/
  16.  
  17. and your PYTHONPATH environment variable currently contains:
  18.  
  19. ''
  20.  
  21. Here are some of your options for correcting the problem:
  22.  
  23. * You can choose a different installation directory, i.e., one that is
  24. on PYTHONPATH or supports .pth files
  25.  
  26. * You can add the installation directory to the PYTHONPATH environment
  27. variable. (It must then also be on PYTHONPATH whenever you run
  28. Python and want to use the package(s) you are installing.)
  29.  
  30. * You can set up the installation directory to support ".pth" files by
  31. using one of the approaches described here:
  32.  
  33. http://peak.telecommunity.com/EasyInstall.html#custom-installation-locations
  34.  
  35. Please make the appropriate changes for your system and try again.
  36. ### execution of python2.5 failed, exit code 1
  37. Removing runtime build-lock...
  38. Removing build-lock package...
  39. /sw/bin/dpkg-lockwait -r fink-buildlock-deluge-1.0.7-1
  40. (Reading database ... 49290 files and directories currently installed.)
  41. Removing fink-buildlock-deluge-1.0.7-1 ...
  42. Failed: phase installing: deluge-1.0.7-1 failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement