I see the py2exe mail list posts to this group...
I think I have a handle on the problem: After I build the exe, I rename
it. The renamed exe is the one that raises the error. The original exe
works fine.
--
Tim
--
http://mail.python.org/mailman/listinfo/python-list
ginal Message-
From: Thomas Heller [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 11, 2007 2:13 PM
To: Tim Wise
Cc: python-list@python.org
Subject: Re: py2exe: zipfile=None raised ImportError
(I forgot to copy the list ;-)
Tim schrieb:
> > I'm at the end of my limited experience
Thomas Heller wote:
[..]
> Tim schrieb:
[...]
> > > File "...boot_common.py" ... no module name linecache
> > > File " ... no module named zipextimporter
> > > File "my.py" ... no module name optparse
[...]
> Another tip: You can examine what is in the zipfile, or the exe (if using
> zipfile=None)
(I forgot to copy the list ;-)
Tim schrieb:
> > I'm at the end of my limited experience...
> >
> > I'm using py2exe to create an executable. I'm using bundle level 1.
> > When I don't use the zipfile option, the executable and library.zip get
> > created and the executable works correctly.
> >
>
I'm at the end of my limited experience...
I'm using py2exe to create an executable. I'm using bundle level 1.
When I don't use the zipfile option, the executable and library.zip get
created and the executable works correctly.
When I add the zipfile=None option to put everything into the exe, the