tingbot / tide-electron

📝   Simple IDE for developing Tingbot apps
Other
22 stars 7 forks source link

Permissions issues on Linux install #54

Closed mathieg2 closed 8 years ago

mathieg2 commented 8 years ago

I am able to load the ide on ubuntu but not able to send my code to the simulator or the tingbot

error is:

/usr/bin/python: No module named tbtool

Process exited with code 1.

joerick commented 8 years ago

Tide is expecting to see Python 2.7. What is python on your system?

mathieg2 commented 8 years ago

i am running 2.7.12 so that should be ok. is there some sort of module in /opt/tide that the ide might not be finding?

mathieg2 commented 8 years ago

I cleared the issue myself by running chown -R mathieg2:mathieg2 * in /opt/Tide but i think someone needs to look at the permissions for the directories. especially /opt/Tide/resources/vendor/tide-packages which is only readable by root

joerick commented 8 years ago

Great, thanks for letting us know. 👍

Rob4001 commented 8 years ago

This seems to be related specifically to the deb file format, I am installing a VM to test this more