This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amcnerney13
Recipients amcnerney13, ned.deily, r.david.murray, ronaldoussoren
Date 2011-02-01.08:37:00
SpamBayes Score 5.8325416e-08
Marked as misclassified No
Message-id <1296549421.52.0.785842645017.issue11075@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry to keep bothering, but running Python 2.7.1:88286 (maintenance) on ActiveState Tcl/Tk 8.5.9 causes the idle to hang when a simple script like:
"
x = raw_input("x: ")
print x
"
is run. Is this a bug in Tcl/Tk? Looking in the logs I see several instances of "setCanCycle: is deprecated.  Please use setCollectionBehavior instead" Does this have any relevancy?

Relating to this, I don't know if it is proper to ask here, but is it possible to link Python to a specific Tcl/Tk when compiling from the source?

Note: When running Python 2.7.1 (32-bit from installer) with Tcl/Tk 8.4, the above problem is not there.
History
Date User Action Args
2011-02-01 08:37:01amcnerney13setrecipients: + amcnerney13, ronaldoussoren, ned.deily, r.david.murray
2011-02-01 08:37:01amcnerney13setmessageid: <1296549421.52.0.785842645017.issue11075@psf.upfronthosting.co.za>
2011-02-01 08:37:00amcnerney13linkissue11075 messages
2011-02-01 08:37:00amcnerney13create