SurveyMonkey / pyteamcity

Use the TeamCity REST API from Python
51 stars 50 forks source link

Can't install from pypi #76

Closed benbc closed 8 years ago

benbc commented 8 years ago

I've done a pip install pyteamcity, which appears to work, but then import pyteamcity fails (ImportError: No module named pyteamcity). Looking in my site-packages, I have a dist-info directory for pyteamcity, but no code directory.

Is it possible that the package on pypi is invalid in some way?

zacharya19 commented 8 years ago

@msabramo The pypi package still not up to date.

msabramo commented 8 years ago

I just uploaded 0.1.1 to PyPI - https://pypi.python.org/pypi/pyteamcity/0.1.1

Thanks, @zacharya19!

Does that solve the problem?

zacharya19 commented 8 years ago

Yes! great!

msabramo commented 8 years ago

Awesome! Thank you folks!