-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Help needed with Building Digsby #24
Comments
For now, here's a possible workaround: I'm a bit concerned though about the unfollow-able setup instructions. When @kevinw and I set up buildout, we were able to perform the whole process several times on different machines from scratch, and since then I've been able to do it on a VM twice as well. I'm not sure what sorts of things could be substantially different to cause this to fail. In the mean time I'm googling around some of the error messages you posted in hopes for a lead. |
Hi, Thanks for the reply. The main problem is that I did not find VC2008 and I had to install VC2010 (closest match I could find). I've worked in projects done in VC, and with every upgrade, none of them compiled properly and required manual configuration and setup to get it to work again. So, it may help if you have an archive with VC2008++ that is OK to share with others (and I think the express version is OK). I'll give it a try with the ZIP you've sent me. |
Hi, The virtualevn you've sent me seems to be missing "pip", since I get that error right from the start of buildout.
|
pip should be installed with easy_install (setuptools) using your system python. from the readme:
More importantly though, you shouldn't have to run buildout - buildout is used to set up the virtualenv directory (and packages, and binary dependencies). Unless my memory is completely failing me, you should be able to just activate the virtualenv ( |
Hm, I've deleted my disby-venv and replaced it with yours. At that time, when I activate it, python and pip stop working. With my original digsby-venv, when I actiavate it both python and pip work. |
Can you try running the steps 2-7 of the readme again, after unpacking digsby-venv.zip?
(edit: apparently github markdown doesn't care what numbers you put in, and re-numbered these for me. heh) When I did this, it overwrote the python and pip that was in the venv, so I'm hoping that for you it'll put in a working version. |
Hello, I've managed to find a VS2008 Express ISO on the web. So I have started the process, fresh, from the beginning. I had to add Cygwin\bin to path (for zip an unzip) and also Git\bin (for git). Next I've run the buildout that apparently has run all the way through. Next I've run that long "sanity.py" line. Everything was OK, except for "SIP" that was marked as Failed. |
This is a continuation of the Build discussion that started here:
#20
Now I am getting another error. I will copy paste the output of buildout below
The text was updated successfully, but these errors were encountered: