I figured out what it was. Fink built wxPython from version 2.5.2.8 and the sidepanel bar
`showed up in wxPython 2.5.5.1 < http://comments.gmane.org/gmane.comp.python.announce/5158>`_

On 9/4/06, Terrence Brannon <[EMAIL PROTECTED] > wrote:
My bliss run with Fink's Python2.4 has come to a full halt due to these instructions at
`wxPython.org <http://www.wxpython.org/download.php>`_

Note to Fink users: Versions of Python installed by Fink cannot run
wxPython (unless you install and run X11...). You need to use Apple's
Framework builds, or a third-party Framework build.

And reading a bit further:

Python 2.4 Framework builds are available for download from the
undefined.org MacPython site. ActiveState also distributes a Framework
build.

So I guess I will look into a Framework build as my starting point until Fink provides one...

In fact, running Fink Python 2.4 with x11 had more errors with wxPython than running it from outside x11. Inside x11 I got these errors:

~ tbrannon :
  -->  python2.4
Python 2.4.2 (#1, Aug 30 2006, 05:39:41)
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import dabo
>>> dabo.dApp ().start()
Dabo Info Log: Mon Sep  4 18:19:34 2006: 0 database connection definition(s) loaded.

Your wxPython installation was not built correctly. Please make sure that
the following required libraries have been built:

        wx
        wx.stc
        wx.lib.foldpanelbar
        wx.gizmos
        wx.lib.calendar

~ tbrannon :
  --> 

but in Cocoa I only had one error:

~/Documents/Scratch/DABO tbrannon :
  -->  python2.4
Python 2.4.2 (#1, Aug 30 2006, 05:39:41)
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import dabo
>>> dabo.dApp().start()
Dabo Info Log: Mon Sep  4 18:07:21 2006: 0 database connection definition(s) loaded.

Your wxPython installation was not built correctly. Please make sure that
the following required libraries have been built:

    wx.lib.foldpanelbar
   
~/Documents/Scratch/DABO tbrannon :
  --> 

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to