DrawnShape from module OGL are gone?

Hi! I updated my wxpython version from 2.4.2.4 to 2.5.2.8 and I was
setting the changes from my old version program to the new one without
that "from wxpython import *" and now that I was changing my classes
that was using wxDrawnShape I didnt find this function in the new
version. It doesnt have anymore in the wxpython? If not someone have a
hint about what function I could use that works the same at DrawnShape?

Diego

Diego Galho Prestes <dprestes@atlas.ucpel.tche.br> writes:

> Hi! I updated my wxpython version from 2.4.2.4 to 2.5.2.8 and I was
> setting the changes from my old version program to the new one without
> that "from wxpython import *" and now that I was changing my classes
> that was using wxDrawnShape I didnt find this function in the new
> version. It doesnt have anymore in the wxpython? If not someone have a
> hint about what function I could use that works the same at DrawnShape?
>
I have supplied Robin with a patch implementing ogl.DrawnShape (not
wxDrawnShape), but I'm not quite sure if it's in 2.5.2.8. It is in
the pre-releases for 2.5.2.9 however.

···

--
  Pierre Hjälm - OGL tinkerer

Yes dont have in 2.5.2.8, but im using another DrawnShape in this
version but it says that the module is deprecated. Someone know how much
time will take to have version 2.5.2.9?

Diego

···

On Tue, 2004-09-28 at 22:40, Pierre Hjälm wrote:

Diego Galho Prestes <dprestes@atlas.ucpel.tche.br> writes:

> Hi! I updated my wxpython version from 2.4.2.4 to 2.5.2.8 and I was
> setting the changes from my old version program to the new one without
> that "from wxpython import *" and now that I was changing my classes
> that was using wxDrawnShape I didnt find this function in the new
> version. It doesnt have anymore in the wxpython? If not someone have a
> hint about what function I could use that works the same at DrawnShape?
>
I have supplied Robin with a patch implementing ogl.DrawnShape (not
wxDrawnShape), but I'm not quite sure if it's in 2.5.2.8. It is in
the pre-releases for 2.5.2.9 however.

Diego Galho Prestes wrote:

Diego Galho Prestes <dprestes@atlas.ucpel.tche.br> writes:

> Hi! I updated my wxpython version from 2.4.2.4 to 2.5.2.8 and I was
> setting the changes from my old version program to the new one without
> that "from wxpython import *" and now that I was changing my classes
> that was using wxDrawnShape I didnt find this function in the new
> version. It doesnt have anymore in the wxpython? If not someone have a
> hint about what function I could use that works the same at DrawnShape?
> I have supplied Robin with a patch implementing ogl.DrawnShape (not
wxDrawnShape), but I'm not quite sure if it's in 2.5.2.8. It is in
the pre-releases for 2.5.2.9 however.

Yes dont have in 2.5.2.8, but im using another DrawnShape in this
version but it says that the module is deprecated. Someone know how much
time will take to have version 2.5.2.9?

There are some test builds of 2.5.2.9 at

http://starship.python.net/crew/robind/wxPython/daily/

But there isn't actually going to be a 2.5.2.9 release as wxWidgets 2.5.3 is going to happen soon.

If you want to just update the OGL pacakge you can copy the files out of the latest tarball there, or from CVS or a CVS snapshot at http://wxwidgets.org/snapshots/.

···

On Tue, 2004-09-28 at 22:40, Pierre Hjälm wrote:

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