Re: [Fink-users] wxPython requires a Framework build of Python

2006-09-04 Thread Terrence Brannon
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 `_Note to Fink users: Versions of Python installed by Fink cannot run
wxPython (unless you install and run X11...). You need to use Apple'sFramework 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 Frameworkbuild.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.4Python 2.4.2 (#1, Aug 30 2006, 05:39:41) 
[GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwinType "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 thatthe 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.4Python 2.4.2 (#1, Aug 30 2006, 05:39:41) [GCC 4.0.1 (Apple Computer, Inc. build 5363)] on darwinType "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


Re: [Fink-users] wxPython requires a Framework build of Python

2006-09-05 Thread Martin Costabel
Terrence Brannon wrote:
> 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>`_

Yes, Fink's wxpython could do with an update. It is currently 
unmaintained. Are you volunteering?

-- 
Martin

-
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


Re: [Fink-users] wxPython requires a Framework build of Python

2006-09-08 Thread Terrence Brannon
I followed the wxPython build instructions:http://wxpython.org/builddoc.phpAnd was successfuly with building and installing wxWidgets. However wxPython required a framework build of Python. William Scott pointed me to his such build:
http://sourceforge.net/tracker/index.php?func=detail&aid=1438689&group_id=17203&atid=414256
but it does not appear to run on intel and has been closed as a submission.So the bottom line is:- from this point out, we need a pythonw not just a python installed and the pythonw must run under the framework (assuming we coningure for --with-mac instead of --with-gtk)
- no newer editions of wxPython will be added to fink until we get such a build unless they are built for gtk and not cocoa.On 9/5/06, Martin Costabel
 <[EMAIL PROTECTED]> wrote:Terrence Brannon wrote:
> 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>`_Yes, Fink's wxpython could do with an update. It is currently
unmaintained. Are you volunteering?--Martin
-
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


Re: [Fink-users] wxPython requires a Framework build of Python

2006-09-09 Thread Martin Costabel
Terrence Brannon wrote:
[]
> So the bottom line is:
> - from this point out, we need a pythonw not just a python installed and 
> the pythonw must run under the framework (assuming we coningure for 
> --with-mac instead of --with-gtk)

Given that a complete aqua-based wxPython-2.5.3 comes with Tiger, it is 
perhaps not urgent to have one in Fink. It would require a lot of 
additional infrastructure, only for an update of something that is 
already in the system and that will probably be updated with Leopard again.

> - no newer editions of wxPython will be added to fink until we get such 
> a build unless they are built for gtk and not cocoa.

The update of Fink's X11-based xwpython to the latest release would 
still be interesting and would probably not require a very big effort.

-- 
Martin

-
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