topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 1:51 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Using Portable Python with Web Link Captor  (Read 7496 times)

ewemoa

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Using Portable Python with Web Link Captor
« on: December 12, 2011, 01:22 AM »
Below are some instructions for getting Web Link Captor to use PortablePython 2.x.

Getting Portable Python on one's system:

  • Navigate to http://portablepython.com
  • Click on the Portable Python 2.whatever (currently 2.7.2.1) link near the top left of the page
  • Download exe via torrent or one of the mirrors and verify checksum
  • Run the installer -OR- use Universal Extractor (and copy the contents of the $INSTDIR subfolder to some appropriate location)

Configuring WLC to use Portable Python:

  • Start Web Link Captor
  • From the "View" menu, choose "Options and Preferences"
  • Choose the "Scripting" tab on the left pane
  • Ensure that "Python.exe path specified below (default)" is selected
  • Specify the path to python.exe for "Custom path to Python.exe (version 2.x) -- so <installation-dir-path-of-portable-python>\App\python.exe

(Tested on Windows XP SP3 with PortablePython 2.7.2.1 and Web Link Captor 1.01.02.)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Using Portable Python with Web Link Captor
« Reply #1 on: December 15, 2011, 06:44 AM »
Web Link Captor now includes a download to an optional Python addon that will unpack right inside of the program, and not require the installation of any system wide python distribution, or changes to your system.

Web Link Captor now comes with a minimal and local Python2 distribution in its installation subdirectory, so no separate download or installation of python is required.
« Last Edit: December 27, 2011, 06:51 AM by mouser »

ewemoa

  • Honorary Member
  • Joined in 2008
  • **
  • Posts: 2,922
    • View Profile
    • Donate to Member
Re: Using Portable Python with Web Link Captor
« Reply #2 on: December 15, 2011, 09:11 PM »
Nice  :up: