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

"Jia Lu" <[email protected]> Wed, 22 Nov 2006 00:34:23 +0900
Newsgroups gmane.comp.python.spe.user
Message-ID <[email protected]>
--===============0783401181==
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
--



--===============0783401181==
Content-Type: multipart/alternative; 
	boundary="----=_Part_80370_1170232.1164123263379"

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

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..

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

Hi Stani<br>&nbsp;Thanks for your answer.<br>&nbsp;I ran with debug mode and I got the error in debug.txt<br><br>-----------------------<br>Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.7.1.3. was found.<br>If you experience any problems please install wxPython 
v2.6.1.0.<br><br><br>SPE v0.8.3.c (c)2003-2005 <a href="http://www.stani.be">www.stani.be</a><br><br>If spe fails to start:<br>&nbsp;- type &quot;python SPE.py --debug &gt; debug.txt 2&gt;&amp;1&quot; at the command prompt<br>
&nbsp;&nbsp; (or if you use tcsh: &quot;python SPE.py --debug &gt;&amp; debug.txt&quot;)<br>&nbsp;- send debug.txt with some info to spe.stani.be[at]gmail.com<br>&nbsp;<br><br>Spe Warning: Spe was developped on wxPython v2.6.1.0., but v2.7.1.3
. was found.<br>If you experience any problems please install wxPython v2.6.1.0.<br><br>Blender support disabled (run SPE inside Blender to enable).<br>Encrypted debugging enabled.<br><br>Spe is running in debugging mode with this configuration:
<br>- platform&nbsp; : linux2<br>- python&nbsp;&nbsp;&nbsp; : 2.4.4<br>- wxPython&nbsp; : <a href="http://2.7.1.3">2.7.1.3</a>.<br>- interface : &lt;default&gt;<br>- encoding&nbsp; : utf<br><br>Launching application...<br>Create: Framework: menu.<br>Create: Framework: toolbar.
<br>Traceback (most recent call last):<br>&nbsp; File &quot;SPE.py&quot;, line 209, in ?<br>&nbsp;&nbsp;&nbsp; style&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = style)<br>&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py&quot;, line 1278, in __init__<br>&nbsp;&nbsp;&nbsp; 
wx.App.__init__(self,redirect=not debug)<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/wx-2.7.1-gtk2-unicode/wx/_core.py&quot;, line 7480, in __init__<br>&nbsp;&nbsp;&nbsp; self._BootstrapApp()<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/wx-
2.7.1-gtk2-unicode/wx/_core.py&quot;, line 7080, in _BootstrapApp<br>&nbsp;&nbsp;&nbsp; return _core_.PyApp__BootstrapApp(*args, **kwargs)<br>&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py&quot;, line 1297, in OnInit
<br>&nbsp;&nbsp;&nbsp; style&nbsp;&nbsp; = self.style,<br>&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py&quot;, line 801, in __init__<br>&nbsp;&nbsp;&nbsp; Parent.__init__(self,app=app,page=page,**options)<br>&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0
/_spe/sm/wxp/smdi.py&quot;, line 595, in __init__<br>&nbsp;&nbsp;&nbsp; parentFrame&nbsp;&nbsp;&nbsp;&nbsp; = self,<br>&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py&quot;, line 324, in __init__<br>&nbsp;&nbsp;&nbsp; self.__tool__(app)<br>&nbsp; File &quot;/home/Tools/SPE-
0.8.3.c-wx2.6.1.0/_spe/sm/wxp/smdi.py&quot;, line 394, in __tool__<br>&nbsp;&nbsp;&nbsp; id=wx.ID_ANY, style=STYLE_TOOLBAR)<br>&nbsp; File &quot;/home/Tools/SPE-0.8.3.c-wx2.6.1.0/_spe/Menu.py&quot;, line 71, in __init__<br>&nbsp;&nbsp;&nbsp; self.AddLabelTool
(TOOL_NEW, &quot;&quot;, wx.Bitmap(&quot;skins/default/filenew.png&quot;, wx.BITMAP_TYPE_ANY), wx.NullBitmap, wx.ITEM_NORMAL, _(&quot;New | Ctrl+N&quot;), &quot;&quot;)<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/wx-
2.7.1-gtk2-unicode/wx/_controls.py&quot;, line 3715, in AddLabelTool<br>&nbsp;&nbsp;&nbsp; shortHelp, longHelp, clientData)<br>&nbsp; File &quot;/usr/lib/python2.4/site-packages/wx-2.7.1-gtk2-unicode/wx/_controls.py&quot;, line 3637, in DoAddTool
<br>&nbsp;&nbsp;&nbsp; return _controls_.ToolBarBase_DoAddTool(*args, **kwargs)<br>wx._core.PyAssertionError: C++ assertion &quot;bitmap.Ok()&quot; failed at ../src/gtk/tbargtk.cpp(365) in DoInsertTool(): invalid bitmap for wxToolBar icon
<br>-----------------------<br><br>I searched on internet about the bitmap error, but I have no idea about it.<br>I really want to use SPE.....:(<br><br>Thanks..<br>

------=_Part_80370_1170232.1164123263379--

--===============0783401181==
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

--===============0783401181==--