Hi! I successfully installed TVB 1.0-7.5087 32 bits, and have no problems (or at least, not yet found any) with the web-browser interface.
However, when trying to launch the Python shell I get the following error message.
Any ideas on how to fix it?
PS: furthermore, double clicking directly on the icon from the Finder window, terminate the process directly without trying to launch. Typing directly in command line, it launches, but then it exits anyway :-(
Korbinian:TVB_Distribution demian$ ./bin/tvb_command.command
Starting TVB Scripting Interface
Korbinian:TVB_Distribution demian$ Traceback (most recent call last):
File "runpy.pyc", line 162, in _run_module_as_main
File "runpy.pyc", line 72, in _run_code
File "/Users/demian/Desktop/TVB_Distribution/
tvb.app/Contents/Resources/lib/python2.7/bin/run_IDLE.py", line 41, in <module>
PyShell.main()
File "/Users/demian/Desktop/TVB_Distribution/
tvb.app/Contents/Resources/lib/python2.7/idlelib/PyShell.py", line 1507, in main
root = Tk(className="Idle")
File "Tkinter.pyc", line 1745, in __init__
_tkinter.TclError: Can't find a usable init.tcl in the following directories:
/Users/demian/Desktop/TVB_Distribution/
tvb.app/Contents/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts /opt/local/lib/tcl8.5 /Users/demian/Desktop/TVB_Distribution/
tvb.app/Contents/lib/tcl8.5 /Users/demian/Desktop/TVB_Distribution/
tvb.app/lib/tcl8.5 /Users/demian/Desktop/TVB_Distribution/
tvb.app/Contents/library /Users/demian/Desktop/TVB_Distribution/
tvb.app/library /Users/demian/Desktop/TVB_Distribution/
tvb.app/tcl8.5.12/library /Users/demian/Desktop/TVB_Distribution/tcl8.5.12/library
/Users/demian/Desktop/TVB_Distribution/
tvb.app/Contents/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts/init.tcl: version conflict for package "Tcl": have 8.5.12, need exactly 8.5.11
version conflict for package "Tcl": have 8.5.12, need exactly 8.5.11
while executing
"package require -exact Tcl 8.5.11"
(file "/Users/demian/Desktop/TVB_Distribution/
tvb.app/Contents/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts/init.tcl" line 18)
invoked from within
"source /Users/demian/Desktop/TVB_Distribution/
tvb.app/Contents/Frameworks/Tcl.framework/Versions/8.5/Resources/Scripts/init.tcl"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list source $tclfile]"
This probably means that Tcl wasn't installed properly.