Re[2]: [Rest2web-develop] Gallery Test crashes when rerun
Brought to you by:
mjfoord
|
From: Marc <Ma...@ro...> - 2006-03-20 21:07:38
|
On Sun, 19 Mar 2006 23:00:31 +0000 Michael Foord <fuz...@vo...> wrote:
> print path
Hi,
Thanks for getting back with me.
I added 'print path' to above line 117 of rest2web.py
def main_is_frozen():
return (
# new py2exe
hasattr(sys, "frozen") or
# tools/freeze
print path
imp.is_frozen("__main__"))
path is not defined in this point of the code and I get a systax error.
Where do I add the echo?
Marc
|