Re: [spe-users] An error on FC6 with wxPy2.7

"Jia Lu" <[email protected]> Thu, 23 Nov 2006 09:44:31 +0900
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
--===============0616388302==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

http://pythonide.stani.be
http://pythonide.stani.be/manual/html/manual.html
http://pythonide.stani.be/blog/sm_donate
--



--===============0616388302==
Content-Type: multipart/alternative; 
	boundary="----=_Part_2819_3346057.1164242671462"

------=_Part_2819_3346057.1164242671462
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello Stani
 Thanks a lot. Now My SPE is working :)
 If possible, Can you tell me the reason why my smdi.py cannot work?

 I will use SPE with my python dev for now on :)

Best wishes


2006/11/23, SPE Stani's Python Editor <[email protected]>:
>
> http://pythonide.stani.be
> http://pythonide.stani.be/manual/html/manual.html
> http://pythonide.stani.be/blog/sm_donate
> --
>
>
>
>
> You'll need to replace _spe/sm/wxp/smdi.py with the attached file. I
> am working on a new version.
>
> Stani
>
> On 11/22/06, Jia Lu <[email protected]> wrote:
> > http://pythonide.stani.be
> > http://pythonide.stani.be/manual/html/manual.html
> > http://pythonide.stani.be/blog/sm_donate
> > --
> >
> >
> >
> >
> > Hi Stani
> >  Thanks for your anwser.
> >
> >  I found filenew.png and other png files in
> > /usr/lib/python2.4/site-packages/_spe/skin/default/.
> >
> >  Then I did python SPE.py --debug > debug.txt 2>&1
> > in /usr/lib/python2.4/site-packages/_spe/ and got the
> > result below:
> > (It seems another error ?)
> > -----------------------------
> > Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.7.1.3. was
> > found.
> > If you experience any problems please install wxPython v2.6.1.0.
> >
> >
> > SPE v0.8.3.c (c)2003-2005 www.stani.be
> >
> > If spe fails to start:
> >  - type "python SPE.py --debug > debug.txt 2>&1" at the command prompt
> >    (or if you use tcsh: "python SPE.py --debug >& debug.txt")
> >  - send debug.txt with some info to spe.stani.be[at]gmail.com
> >
> >
> > Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.7.1.3. was
> > found.
> > If you experience any problems please install wxPython v2.6.1.0.
> >
> > Blender support disabled (run SPE inside Blender to enable).
> > Encrypted debugging enabled.
> >
> > Spe is running in debugging mode with this configuration:
> > - platform  : linux2
> > - python    : 2.4.4
> > - wxPython  : 2.7.1.3.
> > - interface : <default>
> > - encoding  : utf
> >
> > Launching application...
> > Create: Framework: menu.
> > Create: Framework: toolbar.
> > Create: Framework: statusbar.
> > Creating tabs...
> >     Shell
> >     Locals
> >     Session
> >     Output
> >     Find
> >     Browser
> >     Recent
> >     Todo
> >     Index
> >     Notes
> >     Donate
> > Create: MdiSplit: <class 'sm.wxp.smdi.MdiSplitChildFrame '> unnamed
> unnamed
> > Create: Sdi:   <class 'sm.wxp.smdi.MdiSplitChildFrame'>.tabs
> > Traceback (most recent call last):
> >   File "SPE.py", line 209, in ?
> >     style           = style)
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 1278, in __init__
> >     wx.App.__init__(self,redirect=not debug)
> >   File
> > "/usr/lib/python2.4/site-packages/wx-2.7.1-gtk2-unicode/wx/_core.py",
> > line 7480, in __init__
> >     self._BootstrapApp()
> >   File "/usr/lib/python2.4/site-packages/wx-
> > 2.7.1-gtk2-unicode/wx/_core.py", line 7080, in _BootstrapApp
> >     return _core_.PyApp__BootstrapApp(*args, **kwargs)
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 1297, in OnInit
> >      style   = self.style,
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 801, in __init__
> >     Parent.__init__(self,app=app,page=page,**options)
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 595, in __init__
> >     parentFrame     = self,
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 326, in __init__
> >     self.__finish__()
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 599, in __finish__
> >     Framework.__finish__(self)
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 424, in __finish__
> >     self.panel.__finish__()
> >   File "/usr/lib/python2.4/site-packages/_spe/Parent.py",
> > line 121, in __finish__
> >     self.__frame__()
> >   File "/usr/lib/python2.4/site-packages/_spe/Parent.py",
> > line 169, in __frame__
> >     self.__remember__(openFiles=self._openFiles)
> >   File "/usr/lib/python2.4/site-packages/_spe/Parent.py",
> > line 194, in __remember__
> >     self.new(maximize = self.getValue("MaxChildren"))
> >   File "/usr/lib/python2.4/site-packages/_spe/Parent.py",
> > line 379, in new
> >     maximize    = maximize)
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 1125, in __init__
> >     extra       = extra,
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 889, in __init__
> >     extra           = extra,
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 326, in __init__
> >     self.__finish__()
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 899, in __finish__
> >     Framework.__finish__(self)
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 422, in __finish__
> >     self.setTitle(self.page,self.extra)
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 1150, in setTitle
> >     Child.setTitle(self,page,extra,new)
> >   File
> > "/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py",
> > line 991, in setTitle
> >     self.SetTitle(self.pageTitle)
> > AttributeError: 'MdiSplitChildFrame' object has no attribute 'SetTitle'
> > ----------------------
> > But I can run all the demos of wxPy normally.
> > What is wrong can you think of?
> > Thanks.
> >
> >
> > 2006/11/22, SPE Stani's Python Editor <[email protected]>:
> > > http://pythonide.stani.be
> > > http://pythonide.stani.be/manual/html/manual.html
> > > http://pythonide.stani.be/blog/sm_donate
> > > --
> > >
> > >
> > > I could quickly think of the following possibilities causing the
> error:
> > > - The tool bitmap doesn't exist, so does the following file exist on
> > > your hard disk: skins/default/filenew.png?
> > > - There is a problem to locate the tool bitmap. So please cd to the
> > > "_spe" directory and start "python SPE.py --debug"
> > > - Something went wrong with the png handling in your wxPython
> > > installation. Please check if you can display png images in the
> > > wxPython demo and check if the toolbar demo works for you.
> > >
> > > Stani
> > >
> > > On 11/21/06, Jia Lu <[email protected]> wrote:
> > > > http://pythonide.stani.be
> > > > http://pythonide.stani.be/manual/html/manual.html
> > > > http://pythonide.stani.be/blog/sm_donate
> > > > --
> > > >
> > > >
> > > >
> > > >
> > > > Hi Stani
> > > >  Thanks for your answer.
> > > >  I ran with debug mode and I got the error in debug.txt
> > > >
> > > > -----------------------
> > > > Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.7.1.3.
> was
> > > > found.
> > > > If you experience any problems please install wxPython v2.6.1.0.
> > > >
> > > >
> > > > SPE v0.8.3.c (c)2003-2005 www.stani.be
> > > >
> > > > If spe fails to start:
> > > >  - type "python SPE.py --debug > debug.txt 2>&1" at the command
> prompt
> > > >     (or if you use tcsh: "python SPE.py --debug >& debug.txt")
> > > >  - send debug.txt with some info to spe.stani.be[at]gmail.com
> > > >
> > > >
> > > > Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.7.1.3.
> > was
> > > > found.
> > > > If you experience any problems please install wxPython v2.6.1.0.
> > > >
> > > > Blender support disabled (run SPE inside Blender to enable).
> > > > Encrypted debugging enabled.
> > > >
> > > > Spe is running in debugging mode with this configuration:
> > > > - platform  : linux2
> > > > - python    : 2.4.4
> > > > - wxPython  : 2.7.1.3.
> > > > - interface : <default>
> > > > - encoding  : utf
> > > >
> > > > Launching application...
> > > > Create: Framework: menu.
> > > > Create: Framework: toolbar.
> > > > Traceback (most recent call last):
> > > >   File "SPE.py", line 209, in ?
> > > >     style           = style)
> > > >   File "/home/Tools/SPE-0.8.3.c-wx2.6.1.0 /_spe/sm/wxp/smdi.py",
> line
> > 1278,
> > > > in __init__
> > > >     wx.App.__init__(self,redirect=not debug)
> > > >   File
> > > >
> > "/usr/lib/python2.4/site-packages/wx-2.7.1-gtk2-unicode/wx/_core.py",
> > > > line 7480, in __init__
> > > >     self._BootstrapApp()
> > > >   File "/usr/lib/python2.4/site-packages/wx-
> > > > 2.7.1-gtk2-unicode/wx/_core.py", line 7080, in _BootstrapApp
> > > >     return _core_.PyApp__BootstrapApp(*args, **kwargs)
> > > >   File "/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py", line
> > 1297,
> > > > in OnInit
> > > >     style   = self.style,
> > > >   File "/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py", line
> > 801, in
> > > > __init__
> > > >     Parent.__init__(self,app=app,page=page,**options)
> > > >   File "/home/Tools/SPE-0.8.3.c-wx2.6.1.0 /_spe/sm/wxp/smdi.py",
> line
> > 595,
> > > > in __init__
> > > >     parentFrame     = self,
> > > >   File "/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py", line
> > 324, in
> > > > __init__
> > > >     self.__tool__(app)
> > > >   File "/home/Tools/SPE- 0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py",
> line
> > 394,
> > > > in __tool__
> > > >     id=wx.ID_ANY, style=STYLE_TOOLBAR)
> > > >   File "/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/Menu.py", line 71, in
> > > > __init__
> > > >     self.AddLabelTool (TOOL_NEW, "",
> > wx.Bitmap("skins/default/filenew.png",
> > > > wx.BITMAP_TYPE_ANY), wx.NullBitmap, wx.ITEM_NORMAL, _("New |
> Ctrl+N"),
> > "")
> > > >   File "/usr/lib/python2.4/site-packages/wx-
> > > > 2.7.1-gtk2-unicode /wx/_controls.py", line 3715, in AddLabelTool
> > > >     shortHelp, longHelp, clientData)
> > > >   File
> > > >
> > "/usr/lib/python2.4/site-packages/wx-2.7.1-gtk2-unicode
> /wx/_controls.py",
> > > > line 3637, in DoAddTool
> > > >     return _controls_.ToolBarBase_DoAddTool(*args,
> > > > **kwargs)
> > > > wx._core.PyAssertionError: C++ assertion "bitmap.Ok()" failed at
> > > > ../src/gtk/tbargtk.cpp(365) in DoInsertTool(): invalid bitmap for
> > wxToolBar
> > > > icon
> > > > -----------------------
> > > >
> > > > I searched on internet about the bitmap error, but I have no idea
> about
> > it.
> > > > I really want to use SPE.....:(
> > > >
> > > > Thanks..
> > > >
> > > > _______________________________________________
> > > > Python-spe-users mailing list
> > > > [email protected]
> > > >
> > https://lists.berlios.de/mailman/listinfo/python-spe-users
> > > >
> > > >
> > > >
> > >
> > >
> > > --
> > > http://pythonide.stani.be
> > > http://pythonide.stani.be/screenshots
> > > http://pythonide.stani.be/manual/html/manual.html
> > > _______________________________________________
> > > Python-spe-users mailing list
> > > [email protected]
> > >
> > https://lists.berlios.de/mailman/listinfo/python-spe-users
> > >
> >
> >
> >
> > --
> > -- Jia LU
> > < http://www.lujia.us>
> > Registered Linux user #434792
> > python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
> p
> > in '[email protected]'.split('@')])"
> > --
> >  \     "Unix is an operating system, OS/2 is half an operating system, |
> >   `\       Windows is a shell, and DOS is a boot partition virus."  -- |
> > _o__)
> > Peter H. Coffin |
> > _______________________________________________
> > Python-spe-users mailing list
> > [email protected]
> > https://lists.berlios.de/mailman/listinfo/python-spe-users
> >
> >
> >
>
>
> --
> http://pythonide.stani.be
> http://pythonide.stani.be/screenshots
> http://pythonide.stani.be/manual/html/manual.html
>
>
> _______________________________________________
> Python-spe-users mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/python-spe-users
>
>
>
>


-- 
-- Jia LU
<http://www.lujia.us>
Registered Linux user #434792
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p
in '[email protected]'.split('@')])"
--
\     "Unix is an operating system, OS/2 is half an operating system, |
  `\       Windows is a shell, and DOS is a boot partition virus."  -- |
_o__)                                                  Peter H. Coffin |

------=_Part_2819_3346057.1164242671462
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Hello Stani<br>&nbsp;Thanks a lot. Now My SPE is working :)<br>&nbsp;If possible, Can you tell me the reason why my smdi.py cannot work?<br><br>&nbsp;I will use SPE with my python dev for now on :)<br><br>Best wishes<br>&nbsp;<br><br><div><span class="gmail_quote">
2006/11/23, SPE Stani's Python Editor &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<a href="http://pythonide.stani.be">http://pythonide.stani.be</a><br><a href="http://pythonide.stani.be/manual/html/manual.html">http://pythonide.stani.be/manual/html/manual.html</a><br><a href="http://pythonide.stani.be/blog/sm_donate">
http://pythonide.stani.be/blog/sm_donate</a><br>--<br><br><br><br><br>You'll need to replace _spe/sm/wxp/smdi.py with the attached file. I<br>am working on a new version.<br><br>Stani<br><br>On 11/22/06, Jia Lu &lt;<a href="mailto:[email protected]">
[email protected]</a>&gt; wrote:<br>&gt; <a href="http://pythonide.stani.be">http://pythonide.stani.be</a><br>&gt; <a href="http://pythonide.stani.be/manual/html/manual.html">http://pythonide.stani.be/manual/html/manual.html
</a><br>&gt; <a href="http://pythonide.stani.be/blog/sm_donate">http://pythonide.stani.be/blog/sm_donate</a><br>&gt; --<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Hi Stani<br>&gt;&nbsp;&nbsp;Thanks for your anwser.<br>&gt;<br>&gt;&nbsp;&nbsp;I found 
filenew.png and other png files in<br>&gt; /usr/lib/python2.4/site-packages/_spe/skin/default/.<br>&gt;<br>&gt;&nbsp;&nbsp;Then I did python SPE.py --debug &gt; debug.txt 2&gt;&amp;1<br>&gt; in /usr/lib/python2.4/site-packages/_spe/ and got the
<br>&gt; result below:<br>&gt; (It seems another error ?)<br>&gt; -----------------------------<br>&gt; Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.7.1.3. was<br>&gt; found.<br>&gt; If you experience any problems please install wxPython 
v2.6.1.0.<br>&gt;<br>&gt;<br>&gt; SPE v0.8.3.c (c)2003-2005 <a href="http://www.stani.be">www.stani.be</a><br>&gt;<br>&gt; If spe fails to start:<br>&gt;&nbsp;&nbsp;- type &quot;python SPE.py --debug &gt; debug.txt 2&gt;&amp;1&quot; at the command prompt
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;(or if you use tcsh: &quot;python SPE.py --debug &gt;&amp; debug.txt&quot;)<br>&gt;&nbsp;&nbsp;- send debug.txt with some info to spe.stani.be[at]gmail.com<br>&gt;<br>&gt;<br>&gt; Spe Warning: Spe was developped on wxPython 
v2.6.1.0., but v2.7.1.3. was<br>&gt; found.<br>&gt; If you experience any problems please install wxPython v2.6.1.0.<br>&gt;<br>&gt; Blender support disabled (run SPE inside Blender to enable).<br>&gt; Encrypted debugging enabled.
<br>&gt;<br>&gt; Spe is running in debugging mode with this configuration:<br>&gt; - platform&nbsp;&nbsp;: linux2<br>&gt; - python&nbsp;&nbsp;&nbsp;&nbsp;: 2.4.4<br>&gt; - wxPython&nbsp;&nbsp;: <a href="http://2.7.1.3">2.7.1.3</a>.<br>&gt; - interface : &lt;default&gt;
<br>&gt; - encoding&nbsp;&nbsp;: utf<br>&gt;<br>&gt; Launching application...<br>&gt; Create: Framework: menu.<br>&gt; Create: Framework: toolbar.<br>&gt; Create: Framework: statusbar.<br>&gt; Creating tabs...<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Shell<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; Locals<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Session<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Output<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Find<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Browser<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Recent<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Todo<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Index<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Notes<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Donate<br>&gt; Create: MdiSplit: &lt;class 'sm.wxp.smdi.MdiSplitChildFrame
 '&gt; unnamed unnamed<br>&gt; Create: Sdi:&nbsp;&nbsp; &lt;class 'sm.wxp.smdi.MdiSplitChildFrame'&gt;.tabs<br>&gt; Traceback (most recent call last):<br>&gt;&nbsp;&nbsp; File &quot;SPE.py&quot;, line 209, in ?<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; style&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = style)
<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,<br>&gt; line 1278, in __init__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; wx.App.__init__(self,redirect=not debug)<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/wx-
2.7.1-gtk2-unicode/wx/_core.py&quot;,<br>&gt; line 7480, in __init__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self._BootstrapApp()<br>&gt;&nbsp;&nbsp; File &quot;/usr/lib/python2.4/site-packages/wx-<br>&gt; 2.7.1-gtk2-unicode/wx/_core.py&quot;, line 7080, in _BootstrapApp
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; return _core_.PyApp__BootstrapApp(*args, **kwargs)<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,<br>&gt; line 1297, in OnInit<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;style&nbsp;&nbsp; = self.style,<br>&gt;&nbsp;&nbsp; File
<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,<br>&gt; line 801, in __init__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Parent.__init__(self,app=app,page=page,**options)<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,
<br>&gt; line 595, in __init__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; parentFrame&nbsp;&nbsp;&nbsp;&nbsp; = self,<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,<br>&gt; line 326, in __init__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self.__finish__()<br>&gt;&nbsp;&nbsp; File
<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,<br>&gt; line 599, in __finish__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Framework.__finish__(self)<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,
<br>&gt; line 424, in __finish__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self.panel.__finish__()<br>&gt;&nbsp;&nbsp; File &quot;/usr/lib/python2.4/site-packages/_spe/Parent.py&quot;,<br>&gt; line 121, in __finish__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self.__frame__()<br>&gt;&nbsp;&nbsp; File &quot;/usr/lib/python2.4/site-packages/_spe/Parent.py&quot;,
<br>&gt; line 169, in __frame__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self.__remember__(openFiles=self._openFiles)<br>&gt;&nbsp;&nbsp; File &quot;/usr/lib/python2.4/site-packages/_spe/Parent.py&quot;,<br>&gt; line 194, in __remember__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self.new(maximize = 
self.getValue(&quot;MaxChildren&quot;))<br>&gt;&nbsp;&nbsp; File &quot;/usr/lib/python2.4/site-packages/_spe/Parent.py&quot;,<br>&gt; line 379, in new<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; maximize&nbsp;&nbsp;&nbsp;&nbsp;= maximize)<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,
<br>&gt; line 1125, in __init__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = extra,<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,<br>&gt; line 889, in __init__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; extra&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = extra,<br>
&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,<br>&gt; line 326, in __init__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self.__finish__()<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,
<br>&gt; line 899, in __finish__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Framework.__finish__(self)<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,<br>&gt; line 422, in __finish__<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self.setTitle(self.page
,self.extra)<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,<br>&gt; line 1150, in setTitle<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Child.setTitle(self,page,extra,new)<br>&gt;&nbsp;&nbsp; File<br>&gt; &quot;/usr/lib/python2.4/site-packages/_spe/sm/wxp/smdi.py&quot;,
<br>&gt; line 991, in setTitle<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; self.SetTitle(self.pageTitle)<br>&gt; AttributeError: 'MdiSplitChildFrame' object has no attribute 'SetTitle'<br>&gt; ----------------------<br>&gt; But I can run all the demos of wxPy normally.
<br>&gt; What is wrong can you think of?<br>&gt; Thanks.<br>&gt;<br>&gt;<br>&gt; 2006/11/22, SPE Stani's Python Editor &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;:<br>&gt; &gt; <a href="http://pythonide.stani.be">
http://pythonide.stani.be</a><br>&gt; &gt; <a href="http://pythonide.stani.be/manual/html/manual.html">http://pythonide.stani.be/manual/html/manual.html</a><br>&gt; &gt; <a href="http://pythonide.stani.be/blog/sm_donate">
http://pythonide.stani.be/blog/sm_donate</a><br>&gt; &gt; --<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; I could quickly think of the following possibilities causing the error:<br>&gt; &gt; - The tool bitmap doesn't exist, so does the following file exist on
<br>&gt; &gt; your hard disk: skins/default/filenew.png?<br>&gt; &gt; - There is a problem to locate the tool bitmap. So please cd to the<br>&gt; &gt; &quot;_spe&quot; directory and start &quot;python SPE.py --debug&quot;
<br>&gt; &gt; - Something went wrong with the png handling in your wxPython<br>&gt; &gt; installation. Please check if you can display png images in the<br>&gt; &gt; wxPython demo and check if the toolbar demo works for you.
<br>&gt; &gt;<br>&gt; &gt; Stani<br>&gt; &gt;<br>&gt; &gt; On 11/21/06, Jia Lu &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br>&gt; &gt; &gt; <a href="http://pythonide.stani.be">http://pythonide.stani.be
</a><br>&gt; &gt; &gt; <a href="http://pythonide.stani.be/manual/html/manual.html">http://pythonide.stani.be/manual/html/manual.html</a><br>&gt; &gt; &gt; <a href="http://pythonide.stani.be/blog/sm_donate">http://pythonide.stani.be/blog/sm_donate
</a><br>&gt; &gt; &gt; --<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Hi Stani<br>&gt; &gt; &gt;&nbsp;&nbsp;Thanks for your answer.<br>&gt; &gt; &gt;&nbsp;&nbsp;I ran with debug mode and I got the error in 
debug.txt<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; -----------------------<br>&gt; &gt; &gt; Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.7.1.3. was<br>&gt; &gt; &gt; found.<br>&gt; &gt; &gt; If you experience any problems please install wxPython 
v2.6.1.0.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; SPE v0.8.3.c (c)2003-2005 <a href="http://www.stani.be">www.stani.be</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt; If spe fails to start:<br>&gt; &gt; &gt;&nbsp;&nbsp;- type &quot;python 
SPE.py --debug &gt; debug.txt 2&gt;&amp;1&quot; at the command prompt<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; (or if you use tcsh: &quot;python SPE.py --debug &gt;&amp; debug.txt&quot;)<br>&gt; &gt; &gt;&nbsp;&nbsp;- send debug.txt with some info to 
spe.stani.be[at]gmail.com<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.7.1.3 .<br>&gt; was<br>&gt; &gt; &gt; found.<br>&gt; &gt; &gt; If you experience any problems please install wxPython 
v2.6.1.0.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Blender support disabled (run SPE inside Blender to enable).<br>&gt; &gt; &gt; Encrypted debugging enabled.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Spe is running in debugging mode with this configuration:
<br>&gt; &gt; &gt; - platform&nbsp;&nbsp;: linux2<br>&gt; &gt; &gt; - python&nbsp;&nbsp;&nbsp;&nbsp;: 2.4.4<br>&gt; &gt; &gt; - wxPython&nbsp;&nbsp;: <a href="http://2.7.1.3">2.7.1.3</a>.<br>&gt; &gt; &gt; - interface : &lt;default&gt;<br>&gt; &gt; &gt; - encoding&nbsp;&nbsp;: utf
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Launching application...<br>&gt; &gt; &gt; Create: Framework: menu.<br>&gt; &gt; &gt; Create: Framework: toolbar.<br>&gt; &gt; &gt; Traceback (most recent call last):<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;
SPE.py&quot;, line 209, in ?<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; style&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = style)<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0 /_spe/sm/wxp/smdi.py&quot;, line<br>&gt; 1278,<br>&gt; &gt; &gt; in __init__<br>
&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; wx.App.__init__(self,redirect=not debug)<br>&gt; &gt; &gt;&nbsp;&nbsp; File<br>&gt; &gt; &gt;<br>&gt; &quot;/usr/lib/python2.4/site-packages/wx-2.7.1-gtk2-unicode/wx/_core.py&quot;,<br>&gt; &gt; &gt; line 7480, in __init__
<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; self._BootstrapApp()<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/usr/lib/python2.4/site-packages/wx-<br>&gt; &gt; &gt; 2.7.1-gtk2-unicode/wx/_core.py&quot;, line 7080, in _BootstrapApp<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; return _core_.PyApp__BootstrapApp(*args, **kwargs)
<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py&quot;, line<br>&gt; 1297,<br>&gt; &gt; &gt; in OnInit<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; style&nbsp;&nbsp; = self.style,<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/home/Tools/SPE-
0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py&quot;, line<br>&gt; 801, in<br>&gt; &gt; &gt; __init__<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; Parent.__init__(self,app=app,page=page,**options)<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0
 /_spe/sm/wxp/smdi.py&quot;, line<br>&gt; 595,<br>&gt; &gt; &gt; in __init__<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; parentFrame&nbsp;&nbsp;&nbsp;&nbsp; = self,<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py&quot;, line<br>
&gt; 324, in<br>&gt; &gt; &gt; __init__<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; self.__tool__(app)<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/home/Tools/SPE- 0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py&quot;, line<br>&gt; 394,<br>&gt; &gt; &gt; in __tool__
<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; id=wx.ID_ANY, style=STYLE_TOOLBAR)<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/Menu.py&quot;, line 71, in<br>&gt; &gt; &gt; __init__<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; self.AddLabelTool
 (TOOL_NEW, &quot;&quot;,<br>&gt; wx.Bitmap(&quot;skins/default/filenew.png&quot;,<br>&gt; &gt; &gt; wx.BITMAP_TYPE_ANY), wx.NullBitmap, wx.ITEM_NORMAL, _(&quot;New | Ctrl+N&quot;),<br>&gt; &quot;&quot;)<br>&gt; &gt; &gt;&nbsp;&nbsp; File &quot;/usr/lib/python2.4/site-packages/wx-
<br>&gt; &gt; &gt; 2.7.1-gtk2-unicode /wx/_controls.py&quot;, line 3715, in AddLabelTool<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; shortHelp, longHelp, clientData)<br>&gt; &gt; &gt;&nbsp;&nbsp; File<br>&gt; &gt; &gt;<br>&gt; &quot;/usr/lib/python2.4/site-packages/wx-
2.7.1-gtk2-unicode/wx/_controls.py&quot;,<br>&gt; &gt; &gt; line 3637, in DoAddTool<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; return _controls_.ToolBarBase_DoAddTool(*args,<br>&gt; &gt; &gt; **kwargs)<br>&gt; &gt; &gt; wx._core.PyAssertionError: C++ assertion &quot;
bitmap.Ok()&quot; failed at<br>&gt; &gt; &gt; ../src/gtk/tbargtk.cpp(365) in DoInsertTool(): invalid bitmap for<br>&gt; wxToolBar<br>&gt; &gt; &gt; icon<br>&gt; &gt; &gt; -----------------------<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I searched on internet about the bitmap error, but I have no idea about
<br>&gt; it.<br>&gt; &gt; &gt; I really want to use SPE.....:(<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Thanks..<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; Python-spe-users mailing list
<br>&gt; &gt; &gt; <a href="mailto:[email protected]">[email protected]</a><br>&gt; &gt; &gt;<br>&gt; <a href="https://lists.berlios.de/mailman/listinfo/python-spe-users">https://lists.berlios.de/mailman/listinfo/python-spe-users
</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; <a href="http://pythonide.stani.be">http://pythonide.stani.be</a><br>&gt; &gt; <a href="http://pythonide.stani.be/screenshots">
http://pythonide.stani.be/screenshots</a><br>&gt; &gt; <a href="http://pythonide.stani.be/manual/html/manual.html">http://pythonide.stani.be/manual/html/manual.html</a><br>&gt; &gt; _______________________________________________
<br>&gt; &gt; Python-spe-users mailing list<br>&gt; &gt; <a href="mailto:[email protected]">[email protected]</a><br>&gt; &gt;<br>&gt; <a href="https://lists.berlios.de/mailman/listinfo/python-spe-users">
https://lists.berlios.de/mailman/listinfo/python-spe-users</a><br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; -- Jia LU<br>&gt; &lt; <a href="http://www.lujia.us">http://www.lujia.us</a>&gt;<br>&gt; Registered Linux user #434792
<br>&gt; python -c &quot;print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p<br>&gt; in '<a href="mailto:[email protected]">[email protected]</a>'.split('@')])&quot;<br>&gt; --<br>&gt;&nbsp;&nbsp;\&nbsp;&nbsp;&nbsp;&nbsp; &quot;Unix is an operating system, OS/2 is half an operating system, |
<br>&gt;&nbsp;&nbsp; `\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Windows is a shell, and DOS is a boot partition virus.&quot;&nbsp;&nbsp;-- |<br>&gt; _o__)<br>&gt; Peter H. Coffin |<br>&gt; _______________________________________________<br>&gt; Python-spe-users mailing list<br>
&gt; <a href="mailto:[email protected]">[email protected]</a><br>&gt; <a href="https://lists.berlios.de/mailman/listinfo/python-spe-users">https://lists.berlios.de/mailman/listinfo/python-spe-users
</a><br>&gt;<br>&gt;<br>&gt;<br><br><br>--<br><a href="http://pythonide.stani.be">http://pythonide.stani.be</a><br><a href="http://pythonide.stani.be/screenshots">http://pythonide.stani.be/screenshots</a><br><a href="http://pythonide.stani.be/manual/html/manual.html">
http://pythonide.stani.be/manual/html/manual.html</a><br><br><br>_______________________________________________<br>Python-spe-users mailing list<br><a href="mailto:[email protected]">[email protected]
</a><br><a href="https://lists.berlios.de/mailman/listinfo/python-spe-users">https://lists.berlios.de/mailman/listinfo/python-spe-users</a><br><br><br><br></blockquote></div><br><br clear="all"><br>-- <br>-- Jia LU <br>&lt;
<a href="http://www.lujia.us">http://www.lujia.us</a>&gt;<br>Registered Linux user #434792<br>python -c &quot;print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in '<a href="mailto:[email protected]">[email protected]
</a>'.split('@')])&quot;<br>--<br> \&nbsp;&nbsp;&nbsp;&nbsp; &quot;Unix is an operating system, OS/2 is half an operating system, | <br>&nbsp;&nbsp;`\&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Windows is a shell, and DOS is a boot partition virus.&quot;&nbsp;&nbsp;-- | <br>_o__)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Peter H. Coffin |

------=_Part_2819_3346057.1164242671462--

--===============0616388302==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Python-spe-users mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/python-spe-users

--===============0616388302==--