Closed GoogleCodeExporter closed 9 years ago
fixed in [514], thanks!
http://zhpy.googlecode.com/svn/trunk/zhpy/interpreter.py
Original comment by gasolin
on 9 Oct 2007 at 3:56
This only fix the console part. And the problem occurs on zhpy cmd line, too.
zhpy abc.py
import foo, bar
def calculate():
print "abc";
calculate();
No module named foo
Original comment by ren...@gmail.com
on 9 Oct 2007 at 5:47
fixed in [515], thanks :)
http://zhpy.googlecode.com/svn/trunk/zhpy/zhpy.py
check 'try_run' function
Original comment by gasolin
on 9 Oct 2007 at 9:42
It's fixed. Thanks.
Original comment by ren...@gmail.com
on 9 Oct 2007 at 12:25
Original comment by gasolin
on 10 Oct 2007 at 1:29
Original issue reported on code.google.com by
ren...@gmail.com
on 8 Oct 2007 at 11:04