Differences between revisions 1 and 18 (spanning 17 versions)
Revision 1 as of 2007-02-02 21:50:50
Size: 776
Editor: THeller
Comment:
Revision 18 as of 2013-08-23 09:20:57
Size: 490
Editor: 250
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Problems in '''py2exe 0.6.6''' that should be fixed:

 - When a single file executable is renamed, it does not work any longer. This is because the filename is hardcoded into the exe (to determine sys.path from it). You will get a traceback like this, because even the imports in the boot_script fail:

   {{{
C:\sample\dist>sample
Traceback (most recent call last):
  File "c:\python23\lib\site-packages\py2exe\boot_common.py", line 69, in ?
    import linecache
ImportError: No module named linecache
Traceback (most recent call last):
  File "<install zipextimporter>", line 1, in ?
ImportError: No module named zipextimporter
Traceback (most recent call last):
  File "console.py", line 1, in ?
ImportError: No module named os

C:\sample\dist>
   }}}
She is known by the title of Thelma Scipio but it's not the most feminine title out there. Auditing is what she does. For years she's been residing in Nebraska but she will have to [[http://Www.German-Transfer.de/|transfer]] 1 day or another. A single of her favourite hobbies is enjoying badminton and she is [[http://En.Wiktionary.org/wiki/attempt|attempting]] to make it a career.<<BR>>
<<BR>>
My webpage diving fins - [[http://shark.net.pl/pl/category/sklep-nurkowy/|shark.net.pl]],

She is known by the title of Thelma Scipio but it's not the most feminine title out there. Auditing is what she does. For years she's been residing in Nebraska but she will have to transfer 1 day or another. A single of her favourite hobbies is enjoying badminton and she is attempting to make it a career.

My webpage diving fins - shark.net.pl,

ProblemsToBeFixed (last edited 2013-08-27 16:54:42 by JimmyRetzlaff)