Oct-30-2016, 02:51 PM
I found one of my problem why some times a code snippet would run and other time it would not. I use vs express as my EDI, well it would load up with 3.5 python one time then it would load 2.7.2 another time. Well I got that fixed. It loads on 3.5.2 now all the time. Here is a new problem, I need to install lxml, when I try this is the error I get:
running build_ext
building 'lxml.etree' extension
error: Unable to find vcvarsall.bat
I googled vcvarsall.bat found it and downloaded it and put it in my system 32 file and still I get the same error. Maybe someone know what I can do about this?
Thank you
running build_ext
building 'lxml.etree' extension
error: Unable to find vcvarsall.bat
I googled vcvarsall.bat found it and downloaded it and put it in my system 32 file and still I get the same error. Maybe someone know what I can do about this?
Thank you
