A real annoying issue: Python, wxPython or py2exe?

Andrea,

Grazie mille.

It was an express answer. The problem is fixed. It took more time to
compose my message than to correct the boot_common.py script!

Jean-Michel Fauth, Switzerland

···

-----

Thu, 26 Oct 2006 15:02:20 +0100
Hi Jean Michel,

    I would guess it's Python/py2exe problem of non back-compatibility. From a quick
google search:

"
Seems to stem from the addition of an extra parameter to
linecache.getline in Python 2.5.

http://aspn.activestate.com/ASPN/Mail/Message/py2exe-users/3216424

As that post says :

Changing:

def fake getline(filename, lineno):

in boot common.py to:

def fake getline(filename, lineno, module globals=None):

may solve the problem.
"