Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By nitrokart
#18975 Hi,

Thanks both for the answer... I have python installed... and pyserial too...

My problem is that I can't run the esptool from eclipse... My solution is copy the command and paste it on terminal...

martinayotte I had installed it from pip, and then I run the setup.py...

I don't understand why I can't run the pyserial from eclipse...

Thanks martinayotte and alonewolfx2 for your replies!
User avatar
By martinayotte
#19117 If it is working in a terminal, then your installation should be fine.
For the problem under Eclipse, you need to check for the news errors to compare with terminal.
Maybe it is a path issue, maybe a permission issue ...
So, tell us what you are seeing under Eclipse .
User avatar
By nitrokart
#19246
martinayotte wrote:If it is working in a terminal, then your installation should be fine.
For the problem under Eclipse, you need to check for the news errors to compare with terminal.
Maybe it is a path issue, maybe a permission issue ...
So, tell us what you are seeing under Eclipse .


Thanks for your reply...

I had done some tests, by modifying the Makefile-project, and I found that eclipse is using Python 2.7.6... However I had only installed Python 2.7.10...

Only eclipse seems to be using the 2.7.6 version of Python everything else on my system is using 2.7.10...

Am I the only one with this error?? Maybe something wrong with my installation or my system...

Besides this small detail (witch the workaround is very easy, copy and paste the command on terminal) I don't have any errors on eclipse console...

Thanks,