[SciPy-user] RPM building trouble
Michael Reimpell
M.Reimpell at tu-bs.de
Tue Oct 5 05:11:19 EDT 2004
> Try the following commands from a fresh Python prompt:
>
> import gui_thread
> gui_thread.start()
> from scipy import plt
> plt.plot((1,2,3))
SciPy-0.3.1_285.4292]$ python
Python 2.3.3 (#1, May 7 2004, 10:31:40)
[GCC 3.3.3 20040412 (Red Hat Linux 3.3.3-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gui_thread
>>> gui_thread.start()
>>> from scipy import plt
>>> plt.plot((1,2,3))
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.3/site-packages/scipy/plt/interface.py", line 466, in
plot
validate_active()
File "/usr/lib/python2.3/site-packages/scipy/plt/interface.py", line 57, in
validate_active
if _active is None: figure()
File "/usr/lib/python2.3/site-packages/scipy/plt/interface.py", line 29, in
figure
_figure.append(plot_class(title=title))
File "/usr/lib/python2.3/site-packages/scipy/plt/wxplt.py", line 629, in
__init__
wx.wxFrame.__init__(self, parent, id, title,pos,size)
File "/usr/lib/python2.3/site-packages/wxPython/frames.py", line 151, in
__init__
self.this = framesc.new_wxFrame(*_args,**_kwargs)
File "<string>", line 4, in new_wxFrame
AttributeError: AttrHolder instance has no attribute 'result'
with the following fedora core 2 versions of wxWindows:
wxGTK-common-2.4.2-0.fdr.2.2
wxGTK2-stc-2.4.2-0.fdr.2.2
wxGTK2-2.4.2-0.fdr.2.2
wxGTK2-xrc-2.4.2-0.fdr.2.2
wxGTK2-gl-2.4.2-0.fdr.2.2
wxPythonGTK2-2.4.2.4-0.fdr.3.2
Kind regards,
Michael
More information about the SciPy-User
mailing list