[PyPy-issue] [issue536] Build failure under OS X Snow Leopard w/ Python 2.6.5

Brett Cannon pypy-dev-issue at codespeak.net
Sun May 16 22:26:05 CEST 2010


New submission from Brett Cannon <brett at python.org>:

It looks like os.getcwdu is not showing up for some reason (I also attached the traceback as a text file if 
that's easier to read):


[translation:ERROR] Error:
[translation:ERROR]  Traceback (most recent call last):
[translation:ERROR]    File "translate.py", line 259, in main
[translation:ERROR]     default_goal='compile')
[translation:ERROR]    File "/Users/brett/Downloads/pypy-1.2/pypy/translator/driver.py", line 763, in 
from_targetspec
[translation:ERROR]     spec = target(driver, args)
[translation:ERROR]    File "targetpypystandalone.py", line 223, in target
[translation:ERROR]     return self.get_entry_point(config)
[translation:ERROR]    File "targetpypystandalone.py", line 239, in get_entry_point
[translation:ERROR]     entry_point = create_entry_point(space, w_dict)
[translation:ERROR]    File "targetpypystandalone.py", line 31, in create_entry_point
[translation:ERROR]     w_os = setup_nanos(space)
[translation:ERROR]    File "/Users/brett/Downloads/pypy-1.2/pypy/translator/goal/nanos.py", line 50, 
in setup_nanos
[translation:ERROR]     w_os_path = space.wrap(app_os_path.buildmodule(space, 'path'))
[translation:ERROR]    File "/Users/brett/Downloads/pypy-1.2/pypy/interpreter/gateway.py", line 855, 
in buildmodule
[translation:ERROR]     return Module(space, space.wrap(name), self.getwdict(space))
[translation:ERROR]    File "/Users/brett/Downloads/pypy-1.2/pypy/interpreter/gateway.py", line 851, 
in getwdict
[translation:ERROR]     return space.fromcache(ApplevelCache).getorbuild(self)
[translation:ERROR]    File "/Users/brett/Downloads/pypy-1.2/pypy/tool/cache.py", line 51, in 
getorbuild
[translation:ERROR]     result = self._build(key)
[translation:ERROR]    File "/Users/brett/Downloads/pypy-1.2/pypy/interpreter/baseobjspace.py", line 
195, in _build
[translation:ERROR]     return self.build(key)
[translation:ERROR]    File "/Users/brett/Downloads/pypy-1.2/pypy/interpreter/gateway.py", line 910, 
in build
[translation:ERROR]     return PyPyCacheDir.build_applevelinterp_dict(app, self.space)
[translation:ERROR]    File "/Users/brett/Downloads/pypy-1.2/pypy/interpreter/gateway.py", line 984, 
in build_applevelinterp_dict
[translation:ERROR]     w_glob = initfunc(space)
[translation:ERROR]    File "<codegen /Users/brett/Downloads/pypy-
1.2/pypy/translator/geninterplevel.py:1540>", line 647, in init__builtin__
[translation:ERROR]    File "/Users/brett/Downloads/pypy-1.2/pypy/objspace/std/objspace.py", line 
671, in getattr
[translation:ERROR]     raiseattrerror(self, w_obj, name)
[translation:ERROR]    File "/Users/brett/Downloads/pypy-1.2/pypy/objspace/descroperation.py", line 
29, in raiseattrerror
[translation:ERROR]     typename, name)
[translation:ERROR]  OpErrFmt: [<W_TypeObject(AttributeError)>: 'module' object has no attribute 
'getcwdu']

----------
effort: ???
files: pypy-traceback.txt
messages: 1730
nosy: brett.cannon, pypy-issue
priority: critical
release: 1.2
status: unread
title: Build failure under OS X Snow Leopard w/ Python 2.6.5

_______________________________________________________
PyPy development tracker <pypy-dev-issue at codespeak.net>
<https://codespeak.net/issue/pypy-dev/issue536>
_______________________________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: pypy-traceback.txt
URL: <http://mail.python.org/pipermail/pypy-issue/attachments/20100516/68890c16/attachment.txt>


More information about the Pypy-issue mailing list