In article <1267562024.4b8d7628ed...@astrosun2.astro.cornell.edu>,
 Tom Loredo <lor...@astro.cornell.edu> wrote:
> > Did you try running it after a make install and while not running as 
> > root?  Trying to run processes that require a window manager connection 
> > is picky.  I think you'll find that Tkinter and IDLE actually run OK 
> > once installed.
> I'm not sure what you mean by "running as root" (which I've never
> done on OS X).  My account is also the admin account, but I'm
> not using admin permissions for anything.  I am not running "sudo"
> for anything.  My /usr/local has been chown'ed to me (the preferred
> way to maintain /usr/local for homebrew) so sudo is not needed
> for the /usr/local installs, and it is also not needed for installing
> the public framework.  I'm installing it exactly the way that works
> successfully for 2.6.4 and 2.7a3.
> 
> I just did a "make install" and reran "make test" with the same
> results as previously:
>
> test_tcl
> 2010-03-02 15:27:08.016 python.exe[40951:60b] The application with bundle ID 
> (null)
> is running setugid(), which is not allowed.

Sorry, I replied somewhat hastily.  Good catch, that does seem to be a 
new problem.   I haven't been building and testing as much with 10.6's 
built-in Tk 8.5 because it has been so problematic with IDLE.  I did 
verify that this doesn't show up with a 10.6.4 rc2 / Tk 8.5 build that I 
have.  On the other hand, test_tcl seems to run OK when run by itself 
and IDLE seems to work as well as it usually does with the built-in 8.5.  
I suspect the test failure is due to changes in the way regrtest.py and 
friends run tests but I'll look into it further.  If you feel like 
opening an issue on the tracker, great, otherwise I will after I've 
investigated it more.

As to the other test failures you subsequently reported, the 
test_asynchat and test_smtplib failures are long-standing minor problems 
that have been corrected in 2.7 but not backported to 2.6.  The 
test_closerange failure appears to be intermittent and also doesn't fail 
when run by itself.  But it's also worth looking into, which I will do.

Thanks again.

-- 
 Ned Deily,
 n...@acm.org

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

Reply via email to