py2exe Error creating NT Service

Martin v. Löwis loewis at informatik.hu-berlin.de
Fri Sep 27 07:46:10 EDT 2002


"Harald Schneider" <h_schneider at marketmix.com> writes:

>     exec compile(open(self.script).read(), self.script, "exec") in
> mod.__dict__
>   File "<string>", line 101
> 
> SyntaxError: invalid syntax
[...]
> Any ideas?

I would print self.script, and look at line 101 of the file named by
self.script.

Regards,
Martin




More information about the Python-list mailing list