Version for Python 2.6?

Hello,

Two questions in one email! :smiley:

  1. I use Ubuntu Jaunty 9.04 RC (64bits) this release goes with wxPython 2.8.9.1 any idea when we have the wxpython version for python 2.6?
  2. In my code I use this:

import wx
import wx.aui <<==

here today mi App are broken! :slight_smile: any other way to implement that code until the new wxpython release?

Thanks!

···

–
Saludos / Best regards

Mario Lacunza
Software Architect - Webmaster

Website: http://www.lacunza.biz
Email: mlacunza [AT] gmail [DOT] com
Lima - Peru

Mario Lacunza wrote:

Hello,

Two questions in one email! :smiley:

1. I use Ubuntu Jaunty 9.04 RC (64bits) this release goes with wxPython 2.8.9.1 any idea when we have the wxpython version for python 2.6?

The downloads section of the site has a link to the wiki that explains how to install the latest wxPython on Ubuntu and Debian.

2. In my code I use this:

import wx
import wx.aui <<==

here today mi App are broken! :slight_smile: any other way to implement that code until the new wxpython release?

Not sure what the deal is here. What is the traceback? Is it just and ImportError? You could try downloading Andrea's AUI implementation from svn...

Thanks!
--
Saludos / Best regards

Mario Lacunza
Software Architect - Webmaster

Website: http://www.lacunza.biz
Email: mlacunza [AT] gmail [DOT] com
Lima - Peru

HTH

···

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org
Python Extension Building Network: http://www.pythonlibrary.org

__________ Information from ESET NOD32 Antivirus, version of virus signature database 4024 (20090421) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com

Hello Mike,

Mario Lacunza wrote:

Hello,

Two questions in one email! :smiley:

  1. I use Ubuntu Jaunty 9.04 RC (64bits) this release goes with wxPython 2.8.9.1 any idea when we have the wxpython version for python 2.6?

The downloads section of the site has a link to the wiki that explains how to install the latest wxPython on Ubuntu and Debian.

Yes I know allways install the latest for my Ubuntu but there are only for Python 2.5 not for 2.6 :frowning:

But I was compiled from sources following instructions in BUILD link… and all are OK! :smiley:

  1. In my code I use this:

import wx

import wx.aui <<==

here today mi App are broken! :slight_smile: any other way to implement that code until the new wxpython release?

Not sure what the deal is here. What is the traceback? Is it just and ImportError? You could try downloading Andrea’s AUI implementation from svn…

Not because I think for include in wx the Andreas library Robin make some changes… I tried but my code dont work.

Thanks!

···

2009/4/21 Mike Driscoll mike@pythonlibrary.org

–
Saludos / Best regards

Mario Lacunza
Software Architect - Webmaster

Website: http://www.lacunza.biz
Email: mlacunza [AT] gmail [DOT] com

Lima - Peru

Mario Lacunza wrote:

        2. In my code I use this:

        import wx
        import wx.aui <<==

        here today mi App are broken! :slight_smile: any other way to implement that
        code until the new wxpython release?

    Not sure what the deal is here. What is the traceback? Is it just
    and ImportError? You could try downloading Andrea's AUI
    implementation from svn...

Not because I think for include in wx the Andreas library Robin make some changes... I tried but my code dont work.

Well we are not telepathic so unless you share some more details we can not help you.

···

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

:slight_smile: I cant send any traceback because when I build/installed the wxPython the problem was fixed… sorry!

But when I read the error message, I thought then AUI module is not present in 2.8.9.1 version, is correct?

···

2009/4/21 Robin Dunn robin@alldunn.com

Mario Lacunza wrote:

  1. In my code I use this:

     import wx
    
     import wx.aui  <<==
    
    
    
     here today mi App are broken! :) any other way to implement that
    
     code until the new wxpython release?
    

    Not sure what the deal is here. What is the traceback? Is it just

    and ImportError? You could try downloading Andrea’s AUI

    implementation from svn…

Not because I think for include in wx the Andreas library Robin make some changes… I tried but my code dont work.

Well we are not telepathic so unless you share some more details we can not help you.

–
Saludos / Best regards

Mario Lacunza
Software Architect - Webmaster

Website: http://www.lacunza.biz
Email: mlacunza [AT] gmail [DOT] com
Lima - Peru

Mario Lacunza wrote:

But when I read the error message, I thought then AUI module is not present in 2.8.9.1 version, is correct?

No, wx.aui has been there for several releases.

···

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