I used py2app to build an application that i've been building for years, 
only now it's failing at startup with the appended log.

The problem is triggered by numpy 1.6.1fc3 (which I installed from 
source). If I build using an older numpy I don't see the problem.

However, the application runs just fine from the command line, so I'm 
puzzled how it could be an actual bugin numpy. (If it is, though, now is 
a great time to report it, before 1.6.1 is released).

Any idea what might be causing this and how to avoid it? A google search 
didn't turn up anything that looked relevant. 

-- Russell

Traceback (most recent call last):
  File "/Applications/TUI.app/Contents/Resources/runtuiWithLog.py", line 
76, in <module>
  File 
"/Applications/TUI.app/Contents/Resources/lib/python2.7/TUI/Main.py", 
line 70, in <module>
  File 
"/Applications/TUI.app/Contents/Resources/lib/python2.7/TUI/BackgroundTas
ks.py", line 33, in <module>
  File 
"/Applications/TUI.app/Contents/Resources/lib/python2.7/RO/Astro/Tm/__ini
t__.py", line 23, in <module>
  File 
"/Applications/TUI.app/Contents/Resources/lib/python2.7/RO/Astro/Tm/EpJFr
omMJD.py", line 2, in <module>
  File 
"/Applications/TUI.app/Contents/Resources/lib/python2.7/RO/Astro/llv/__in
it__.py", line 11, in <module>
  File 
"/Applications/TUI.app/Contents/Resources/lib/python2.7/RO/Astro/llv/etrm
s.py", line 9, in <module>
  File 
"/Applications/TUI.app/Contents/Resources/lib/python2.7/numpy/__init__.py
", line 155, in <module>
  File 
"/Applications/TUI.app/Contents/Resources/lib/python2.7/numpy/ctypeslib.p
y", line 58, in <module>
  File 
"/Applications/TUI.app/Contents/Resources/lib/python2.7/numpy/distutils/_
_init__.py", line 7, in <module>
  File 
"/Applications/TUI.app/Contents/Resources/lib/python2.7/numpy/distutils/c
compiler.py", line 7, in <module>
  File "distutils/ccompiler.pyc", line 21, in <module>
ImportError: No module named sysconfig

_______________________________________________
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