Re: [Fink-devel] bug : /sw/bin/cons has #!/usr/bin/python instead of /sw/bin/python

2006-10-04 Thread Terrence Brannon
fink version over a vanilla person. On 10/4/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: -- Original message --From: "Terrence Brannon" < [EMAIL PROTECTED]>> or !/usr/bin/env pythonCare to remind us what package this is from?If the package j

[Fink-devel] bug : /sw/bin/cons has #!/usr/bin/python instead of /sw/bin/python

2006-10-03 Thread Terrence Brannon
or !/usr/bin/env python - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash

[Fink-devel] need help packaging pyparsing - a Python parsing module - fetch and build fail

2006-09-16 Thread Terrence Brannon
pileScript: << (export CPPFLAGS=""; %p/bin/python%type_raw[python] setup.py build)<<# InstallInstallScript: << %p/bin/python%type_raw[python] setup.py install --root=%d<<Maintainer: Terrence Brannon <[EMAIL PROTECTED]><<

[Fink-devel] wxPython-2.6.3.3 : build for Fink runs, but has issues

2006-09-14 Thread Terrence Brannon
I am now able to invoke the wxPython-2.6.3.3 demo.py when I build for gtk2 instead of mac. Upon trying the demo, I get these errors. Build script attached(python:27512): Gdk-CRITICAL **: gdk_window_invalidate_rect: assertion `window ! = NULL' failed(python:27512): Gdk-CRITICAL **: gdk_window_invali

Re: [Fink-devel] Fink's Python - missing a module named DLFCN

2006-09-09 Thread Terrence Brannon
On 9/9/06, Sebastian Hagedorn <[EMAIL PROTECTED]> wrote: -- Terrence Brannon <[EMAIL PROTECTED]> is rumored to have mumbled on8. September 2006 19:57:11 -0400 regarding [Fink-devel] Fink's Python -missing a module named DLFCN: > There is a module which is a standard part of

[Fink-devel] Fink's Python - missing a module named DLFCN

2006-09-08 Thread Terrence Brannon
There is a module which is a standard part of Python called DLFCN:  http://pydoc.org/2.4.1/DLFCN.htmlThis module does not exist in the Fink Python. For that matter, it is not the Xcode Python, or the pythonmac.org Python either.However, apparently pygst (Python Gstreamer) requires it because of er