[PyKDE] FreeBSD build problems error 23512
    Steve Simmons 
    scs at di.org
       
    Thu Aug 29 21:13:01 BST 2002
    
    
  
Chris Munchenberg writes:
> I'm looking for help building PyKDE on FreeBSD. . . .
  [ snip ]
> . . .
> Generating the C++ source for the dcop module.
> ./postproc: not found
I had the same problem.  The cause is that postproc is a python
script which begins
  #!/usr/bin/python
That's not where python is installed on FreeBSD.  I changed it to
  #!/usr/local/bin/python
and it worked fine.
I'm working on a formal FreeBSD port for PyKDE, PyQt and sip.
-- 
"The faster you go DEAF the more time you have to READ."
   edu-core heavy-metal band Bloodhag <http://www.bloodhag.com>
    
    
More information about the PyQt
mailing list