Hi Marcus, Ok, so what was missing was this Microsoft Visual C++ Compiler for Python 2.7
and it can be downloaded from here http://aka.ms/vcpython27 or http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266 once that is installed, no more complain vcvarsall.bat I´ll go on with the installation and let you know how it goes... Cheers! Eduardo On Sat, Nov 8, 2014 at 8:42 AM, Marcus Ottosson <[email protected]> wrote: > Hi Eduardo, > > I found some time for this, turns out that after the Gevent install from > the website I linked to, Event works fine. Don’t forget to start Mongo > after you’ve installed it. On Windows you’ll need to specify a database > location upon launching, like so: > > $ "c:\Program Files\MongoDB 2.6 Standard\bin\mongod.exe" --dbpath > c:\my_database_dir > > The database should ideally be running somewhere central > > I’ve updated the docs <https://github.com/pyblish/pyblish-event> with > this as well. > > Best, > Marcus > > > On 7 November 2014 18:00, Marcus Ottosson <[email protected]> wrote: > >> Thanks Eduardo, I'll update the installation docs with your findings. >> >> On 7 November 2014 17:49, Eduardo Grana <[email protected]> wrote: >> >>> Hey Marcus, >>> Thanks for the fast reply! >>> Apparently, its a windows thing, I found many stackoverflow pages about >>> it. >>> I'll keep you updated on the results.. >>> Thanks again! >>> Eduardo >>> >>> >>> On Fri, Nov 7, 2014 at 2:44 PM, Marcus Ottosson <[email protected]> >>> wrote: >>> >>>> Hey Eduardo, >>>> >>>> Yes, I know exactly what that is. It's for socket.io which uses Gevent >>>> which is a binary package that needs to be compiled. You're the first one >>>> to test this out on Windows, so kudos, I'll try and help get you through >>>> it. >>>> >>>> I'll run it through myself alongside you, but it should be a matter of >>>> simply getting this pre-built binary of gevent here: >>>> http://www.lfd.uci.edu/~gohlke/pythonlibs/#gevent >>>> >>>> Let me know how it works out for you. >>>> >>>> Best, >>>> Marcus >>>> >>>> >>>> >>>> On 7 November 2014 17:25, Eduardo Grana <[email protected]> >>>> wrote: >>>> >>>>> Hello Marcus, >>>>> I'm having some dependecies problems installing pyblish event, >>>>> maybe you you help me out guessing what i am doing wrong... >>>>> It complains about *vcvarsall.bat *(it's in bolded in the >>>>> transcription) >>>>> below is the shell output >>>>> Cheers! >>>>> Eduardo >>>>> >>>>> D:\eduardo\pyblish-event>C:\Python27\Scripts\pip.exe install -r >>>>> requirements.txt >>>>> Requirement already satisfied (use --upgrade to upgrade): >>>>> Flask==0.10.1 in c:\python27\lib\site-packages (from -r requirements.txt >>>>> (line 1)) >>>>> Requirement already satisfied (use --upgrade to upgrade): >>>>> Flask-RESTful==0.2.12 in c:\python27\lib\site-packages (from -r >>>>> requirements.txt (line 2)) >>>>> Requirement already satisfied (use --upgrade to upgrade): >>>>> Flask-SocketIO==0.4.0 in c:\python27\lib\site-packages (from -r >>>>> requirements.txt (line 3)) >>>>> Requirement already satisfied (use --upgrade to upgrade): >>>>> gunicorn==19.0.0 in c:\python27\lib\site-packages (from -r >>>>> requirements.txt >>>>> (line 4)) >>>>> Requirement already satisfied (use --upgrade to upgrade): >>>>> pymongo==2.7.2 in c:\python27\lib\site-packages (from -r requirements.txt >>>>> (line 5)) >>>>> Requirement already satisfied (use --upgrade to upgrade): >>>>> Werkzeug>=0.7 in c:\python27\lib\site-packages (from Flask==0.10.1->-r >>>>> requirements.txt (line 1)) >>>>> Requirement already satisfied (use --upgrade to upgrade): Jinja2>=2.4 >>>>> in c:\python27\lib\site-packages (from Flask==0.10.1->-r requirements.txt >>>>> (line 1)) >>>>> Requirement already satisfied (use --upgrade to upgrade): >>>>> itsdangerous>=0.21 in c:\python27\lib\site-packages (from >>>>> Flask==0.10.1->-r >>>>> requirements.txt (line 1)) >>>>> >>>>> Requirement already satisfied (use --upgrade to upgrade): >>>>> aniso8601>=0.82 in c:\python27\lib\site-packages (from >>>>> Flask-RESTful==0.2.12->-r requirements.txt (lin >>>>> e 2)) >>>>> Requirement already satisfied (use --upgrade to upgrade): six>=1.3.0 >>>>> in c:\python27\lib\site-packages (from Flask-RESTful==0.2.12->-r >>>>> requirements.txt (line 2)) >>>>> >>>>> Requirement already satisfied (use --upgrade to upgrade): pytz in >>>>> c:\python27\lib\site-packages (from Flask-RESTful==0.2.12->-r >>>>> requirements.txt (line 2)) >>>>> Downloading/unpacking gevent>=1.0 (from Flask-SocketIO==0.4.0->-r >>>>> requirements.txt (line 3)) >>>>> Running setup.py >>>>> (path:c:\users\pc120\appdata\local\temp\pip_build_pc120\gevent\setup.py) >>>>> egg_info for package gevent >>>>> >>>>> Downloading/unpacking gevent-socketio>=0.3.6 (from >>>>> Flask-SocketIO==0.4.0->-r requirements.txt (line 3)) >>>>> Downloading gevent_socketio-0.3.6-py27-none-any.whl >>>>> Requirement already satisfied (use --upgrade to upgrade): markupsafe >>>>> in c:\python27\lib\site-packages (from Jinja2>=2.4->Flask==0.10.1->-r >>>>> requirements.txt (lin >>>>> e 1)) >>>>> Downloading/unpacking greenlet (from >>>>> gevent>=1.0->Flask-SocketIO==0.4.0->-r requirements.txt (line 3)) >>>>> Downloading greenlet-0.4.5-cp27-none-win32.whl >>>>> Downloading/unpacking gevent-websocket (from >>>>> gevent-socketio>=0.3.6->Flask-SocketIO==0.4.0->-r requirements.txt (line >>>>> 3)) >>>>> Downloading gevent_websocket-0.9.3-py27-none-any.whl >>>>> Installing collected packages: gevent, gevent-socketio, greenlet, >>>>> gevent-websocket >>>>> Running setup.py install for gevent >>>>> building 'gevent.core' extension >>>>> *error: Unable to find vcvarsall.bat* >>>>> Complete output from command C:\Python27\python.exe -c "import >>>>> setuptools, >>>>> tokenize;__file__='c:\\users\\pc120\\appdata\\local\\temp\\pip_build_pc120\\geven >>>>> t\\setup.py';exec(compile(getattr(tokenize, 'open', >>>>> open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install >>>>> --record c:\users\pc120\appdata\lo >>>>> cal\temp\pip-_7ul1u-record\install-record.txt >>>>> --single-version-externally-managed --compile: >>>>> running install >>>>> >>>>> running build >>>>> >>>>> running build_py >>>>> >>>>> creating build >>>>> >>>>> creating build\lib.win32-2.7 >>>>> >>>>> creating build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\backdoor.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\baseserver.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\coros.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\event.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\fileobject.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\greenlet.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\hub.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\local.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\lock.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\monkey.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\os.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\pool.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\pywsgi.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\queue.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\resolver_ares.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\resolver_thread.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\select.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\server.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\socket.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\ssl.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\subprocess.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\thread.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\threading.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\threadpool.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\timeout.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\util.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\win32util.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\wsgi.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\_threading.py -> build\lib.win32-2.7\gevent >>>>> >>>>> copying gevent\__init__.py -> build\lib.win32-2.7\gevent >>>>> >>>>> running build_ext >>>>> >>>>> building 'gevent.core' extension >>>>> >>>>> *error: Unable to find vcvarsall.bat* >>>>> >>>>> ---------------------------------------- >>>>> Cleaning up... >>>>> Command C:\Python27\python.exe -c "import setuptools, >>>>> tokenize;__file__='c:\\users\\pc120\\appdata\\local\\temp\\pip_build_pc120\\gevent\\setup.py';exec(compile >>>>> (getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', >>>>> '\n'), __file__, 'exec'))" install --record >>>>> c:\users\pc120\appdata\local\temp\pip-_7ul1u-recor >>>>> d\install-record.txt --single-version-externally-managed --compile >>>>> failed with error code 1 in >>>>> c:\users\pc120\appdata\local\temp\pip_build_pc120\gevent >>>>> Storing debug log for failure in C:\Users\pc120\pip\pip.log >>>>> >>>>> >>>>> >>>>> On Fri, Oct 31, 2014 at 3:27 PM, Marcus Ottosson < >>>>> [email protected]> wrote: >>>>> >>>>>> Hi all, >>>>>> >>>>>> Frontend is live <http://event.pyblish.com>! >>>>>> >>>>>> Interact with it using it’s RESTful API >>>>>> <https://github.com/pyblish/pyblish-event#api> >>>>>> >>>>>> - GitHub Repo <https://github.com/pyblish/pyblish-event> >>>>>> - More Details >>>>>> >>>>>> <https://github.com/abstractfactory/pyblish/issues/99#issuecomment-61304407> >>>>>> >>>>>> Early, of course, but do let us know what you think of it! >>>>>> >>>>>> - http://event.pyblish.com/ >>>>>> >>>>>> Best, >>>>>> Marcus >>>>>> >>>>>> >>>>>> -- >>>>>> You received this message because you are subscribed to the Google >>>>>> Groups "Python Programming for Autodesk Maya" group. >>>>>> To unsubscribe from this group and stop receiving emails from it, >>>>>> send an email to [email protected]. >>>>>> To view this discussion on the web visit >>>>>> https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOC%3DYCYNjeWrB%3DZ5So7N%2B12_iNRhvnWJsf1NNo7VMpENVg%40mail.gmail.com >>>>>> <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOC%3DYCYNjeWrB%3DZ5So7N%2B12_iNRhvnWJsf1NNo7VMpENVg%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>>>> . >>>>>> >>>>>> For more options, visit https://groups.google.com/d/optout. >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Eduardo Graña >>>>> www.eduardograna.com.ar >>>>> >>>>> -- >>>>> You received this message because you are subscribed to the Google >>>>> Groups "Python Programming for Autodesk Maya" group. >>>>> To unsubscribe from this group and stop receiving emails from it, send >>>>> an email to [email protected]. >>>>> To view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/python_inside_maya/CACt6GrnuSiuAvh8JFi2_Mnd-HUcFWH7UWAQXr0EZWrNhc_NVMg%40mail.gmail.com >>>>> <https://groups.google.com/d/msgid/python_inside_maya/CACt6GrnuSiuAvh8JFi2_Mnd-HUcFWH7UWAQXr0EZWrNhc_NVMg%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>>> For more options, visit https://groups.google.com/d/optout. >>>>> >>>> >>>> >>>> >>>> -- >>>> *Marcus Ottosson* >>>> [email protected] >>>> >>>> -- >>>> You received this message because you are subscribed to the Google >>>> Groups "Python Programming for Autodesk Maya" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to [email protected]. >>>> To view this discussion on the web visit >>>> https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOBXww_AiGKiT1xEhR1QbZOX9eFHCRsYpj75u1W5rBv45A%40mail.gmail.com >>>> <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOBXww_AiGKiT1xEhR1QbZOX9eFHCRsYpj75u1W5rBv45A%40mail.gmail.com?utm_medium=email&utm_source=footer> >>>> . >>>> >>>> For more options, visit https://groups.google.com/d/optout. >>>> >>> >>> >>> >>> -- >>> Eduardo Graña >>> www.eduardograna.com.ar >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "Python Programming for Autodesk Maya" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web visit >>> https://groups.google.com/d/msgid/python_inside_maya/CACt6GrmKf7Z719Z2qWRjFR2h%3Dn65%2BjbYieWQx9V%3D%2BLPF%2BiJZxQ%40mail.gmail.com >>> <https://groups.google.com/d/msgid/python_inside_maya/CACt6GrmKf7Z719Z2qWRjFR2h%3Dn65%2BjbYieWQx9V%3D%2BLPF%2BiJZxQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >>> . >>> >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> >> >> -- >> *Marcus Ottosson* >> [email protected] >> > > > > -- > *Marcus Ottosson* > [email protected] > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOBDpS01GYy4%3DQNZSjU%2B6nbA0ibDO0Y15WpwJ1P46o3mcQ%40mail.gmail.com > <https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOBDpS01GYy4%3DQNZSjU%2B6nbA0ibDO0Y15WpwJ1P46o3mcQ%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- Eduardo Graña www.eduardograna.com.ar -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CACt6GrmHrzfZvPvn2La4kJOteNYRgLgNcnbr%3DULUWQHCQDLdow%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
