##// END OF EJS Templates
disable ipy_signals in sh profile, it does not work with python 2.3 (that has no subprocess module)
Ville M. Vainio -
Show More
@@ -43,7 +43,9 b' def main():'
43 43 # %store foo
44 44 # %store bar
45 45 import ipy_rehashdir
46 import ipy_signals
46
47 # does not work without subprocess module!
48 #import ipy_signals
47 49
48 50 ip.ex('import os')
49 51 ip.ex("def up(): os.chdir('..')")
General Comments 0
You need to be logged in to leave comments. Login now