Open shawnbot opened 9 years ago
this is not currently being maintained, though @imurchie might have some pointers on whether this error in particular can be worked around
It hasn't been abandoned, just not maintained of late, unfortunately. There is much functionality in Sauce Connect 4 that wasn't stable at the time and hasn't been brought into this client.
For this particular error, I'm not sure what is going on. I'm not sure what this sauceconnect
is that you are importing, or where you are doing it.
With the caveat that this is not currently maintained, it still works for the basic case.
A run with the test in test/test.py
: https://saucelabs.com/tests/6e573777024e44c7a996502167676a1c
Have you tried installing it via pip
and running the tests? Because I'm wondering if the pypi package is just out of date. Looking at setup.py, I would expect pip install sauceconnect
to fail if SAUCE_CONNECT_DIR
isn't set, but it doesn't. This does, however:
pip install -e git+https://github.com/saucelabs/python-sauceconnect.git#egg=Package
So, could you publish a new version and tag it as a release?
I'm looking into this. This repo and that PyPi package are not related, however. This repo has never been released.
Well, that explains that. :)
I'm trying to institute some cross-browser testing practices at @18F, and this seems like the right thing to use since a lot of our projects are in Python. But I'm tripping up on the installation instructions for
libsauceconnect
:I've got the binary distribution downloaded and have exported
SAUCE_CONNECT_DIR=/absolute/path/to/sc-4.3.8-osx
, but importingsauceconnect
in Python still throws:If this is stable, then
libsauceconnect
should be packaged with the distribution. But the fact that this repo hasn't been touched in over a year suggests that it may have been abandoned. Any advice?