ogl?

Anyway, while I'm at it!

I need an editor, when I get tired of punshing holes in Gvim of course. I thought I should give SPE a chance, since
it includes wxGlade which sem to be nowhere to be found otherwise?
(the sourceforge site is down and debian/ubuntu apt-get repos won't have anything to do with it9

anyway, SPE gives me this mean little error when firing up?

Importing modules...
Traceback (most recent call last):
  File "/usr/bin/spe", line 4, in ?
    _spe.SPE.main()
  File "/usr/lib/python2.4/site-packages/_spe/SPE.py", line 26, in main
    import Menu,Parent,Child
  File "/usr/lib/python2.4/site-packages/_spe/Parent.py", line 26, in ?
    import Child
  File "/usr/lib/python2.4/site-packages/_spe/Child.py", line 17, in ?
    import sm, sm.uml, sm.wxp
  File "/usr/lib/python2.4/site-packages/sm/uml.py", line 3, in ?
    import wx, wx.lib.ogl as ogl

is that something not existing in wxPython 2.5.3??

And, if anyone uses another editor/IDE that rally rocks, tell me! I thought I shopuld give BOA a try, a windows colleague
didn't understand it but hey.. what does HE know :wink:

Regards!

Stefan

···

--
______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.

Powered by Outblaze

I found a reference to OGL at the bottom of this page:"http://wxpython.org/migrationguide.php
Perhaps it may be what you are looking for?

What version of SPE are you using? The latest is 0.7.2c

Scott

Stefan Elwesthal wrote:

···

Anyway, while I'm at it!

I need an editor, when I get tired of punshing holes in Gvim of course. I thought I should give SPE a chance, since
it includes wxGlade which sem to be nowhere to be found otherwise?
(the sourceforge site is down and debian/ubuntu apt-get repos won't have anything to do with it9

anyway, SPE gives me this mean little error when firing up?

Importing modules...
Traceback (most recent call last):
  File "/usr/bin/spe", line 4, in ?
    _spe.SPE.main()
  File "/usr/lib/python2.4/site-packages/_spe/SPE.py", line 26, in main
    import Menu,Parent,Child
  File "/usr/lib/python2.4/site-packages/_spe/Parent.py", line 26, in ?
    import Child
  File "/usr/lib/python2.4/site-packages/_spe/Child.py", line 17, in ?
    import sm, sm.uml, sm.wxp
  File "/usr/lib/python2.4/site-packages/sm/uml.py", line 3, in ?
    import wx, wx.lib.ogl as ogl

is that something not existing in wxPython 2.5.3??

And, if anyone uses another editor/IDE that rally rocks, tell me! I thought I shopuld give BOA a try, a windows colleague
didn't understand it but hey.. what does HE know :wink:

Regards!

Stefan

--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.7.3 - Release Date: 3/15/2005

Stefan Elwesthal wrote:

Anyway, while I'm at it!

I need an editor, when I get tired of punshing holes in Gvim of course. I thought I should give SPE a chance, since
it includes wxGlade which sem to be nowhere to be found otherwise?
(the sourceforge site is down and debian/ubuntu apt-get repos won't have anything to do with it9

anyway, SPE gives me this mean little error when firing up?

Importing modules...
Traceback (most recent call last):
  File "/usr/bin/spe", line 4, in ?
    _spe.SPE.main()
  File "/usr/lib/python2.4/site-packages/_spe/SPE.py", line 26, in main
    import Menu,Parent,Child
  File "/usr/lib/python2.4/site-packages/_spe/Parent.py", line 26, in ?
    import Child
  File "/usr/lib/python2.4/site-packages/_spe/Child.py", line 17, in ?
    import sm, sm.uml, sm.wxp
  File "/usr/lib/python2.4/site-packages/sm/uml.py", line 3, in ?
    import wx, wx.lib.ogl as ogl

is that something not existing in wxPython 2.5.3??

There seems to be at least one line of that traceback that is missing, what does it say?

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!