ctb / twill-legacy

A simple command-line Web browser, for testing and Web automation.
https://twill-tools.github.io/twill
58 stars 28 forks source link

Fixing `other_packages` and sys.path #1

Open t0ster opened 13 years ago

t0ster commented 13 years ago

It may cause errors when using twill as a library with other libraries.

For example i had problems with pyparsing, need pyparsing 1.5.5, and i have it installed but twill updates sys.path to use it's own version of pyparsing 1.4.8 and it causes an error for me.

brandizzi commented 12 years ago

The Jonathan Rogers updates (https://github.com/ctb/twill/pull/3) repair the same problem with a solution I would find better: get rid of other_packages and use updated packages.