On Mar 18, 2005, at 4:45 PM, Robert Kern wrote:

Robert Kern wrote:
Dave Opstad wrote:

Any ideas what could be causing it to not find the init.tcl bundled in the
app?
I have occasionally run into a similar problem with py2app'd Tkinter programs. Unfortunately I haven't had the time to track it down and submit a bug report. I believe the culprit is a missing symlink in the included Tcl.framework.

And I can't reproduce said condition with 0.1.8. Do check the included framework for missing symlinks, though.

ktrace/kdump is probably a good way to figure out what it wants. In fact, it's how I solved a problem very similar to this, and I distilled the experience into a blog entry:


http://bob.pythonmac.org/archives/2005/02/04/advanced-debugging- techniques-ktrace/

-bob

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to