Created
June 24, 2015 21:17
-
-
Save bsubei/28a7bb6a0e81e1549d00 to your computer and use it in GitHub Desktop.
error when attempting to run turbine
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
basheersubei@virtual-ubuntu-server-1:~$ stc hello.swift | |
basheersubei@virtual-ubuntu-server-1:~$ turbine hello.tcl | |
TURBINE_BIN : /usr/sbin/exm/turbine/bin | |
/usr/sbin/exm/turbine/bin | |
/usr/sbin/exm/turbine | |
can't find package turbine 0.3.0 | |
while executing | |
"package require turbine 0.3.0" | |
(file "hello.tcl" line 63)can't find package turbine 0.3.0 | |
while executing | |
"package require turbine 0.3.0" | |
(file "hello.tcl" line 63) | |
can't find package turbine 0.3.0 | |
while executing | |
"package require turbine 0.3.0" | |
(file "hello.tcl" line 63) | |
=================================================================================== | |
= BAD TERMINATION OF ONE OF YOUR APPLICATION PROCESSES | |
= EXIT CODE: 1 | |
= CLEANING UP REMAINING PROCESSES | |
= YOU CAN IGNORE THE BELOW CLEANUP MESSAGES | |
=================================================================================== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment