ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> py2exe-users
py2exe-users
[Py2exe-users] Python 2.5 issues with get_fakeline
by Tim Tucker other posts by this author
Jul 31 2006 10:37AM messages near this date
Re: [Py2exe-users] GUI for py2exe | [Py2exe-users] requires .NET
I've been running into some exceptions from tracebacks -- they seem to 
be stemming from fake_getline() in  boot_common.py taking only 2 
parameters (things within Python are trying to feed in 3).

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

Changing:
def fake_getline(filename, lineno):
in boot_common.py to:
def fake_getline(filename, lineno, module_globals=None):
may solve the problem.

Tim
tim@[...].com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Py2exe-users mailing list
Py2exe-users@[...].net
https://lists.sourceforge.net/lists/listinfo/py2exe-users

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved