tingbot / tide-electron

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

Warn users when dependencies have not been met #6

Closed Rob4001 closed 8 years ago

Rob4001 commented 8 years ago

Currently it prints out on the console, it needs to at least be an alert box or similar as the console will not be shown on release versions

joerick commented 8 years ago

Which dependencies are these? I'm wondering if we can we bundle them...

Rob4001 commented 8 years ago

Only dependency that you would need is tingbot-python... and it's dependencies. I have already implemented these checks to be run just before the run/upload buttons are pressed but it outputs to console not an alert box