Hello,
as far as I know, Python extensions are OSX bundles. Try -bundle instead
of -dynamiclib.
Just a guess.
Cheers, Torsten
Am Dienstag, 6. Februar 2007 17:55 schrieb stephan nies:
> Hello,
>
> has anyone used boost.python on OSX
> and can help me or point me
> to "hello world"-style example
Hello Arye,
fink (at least on 10.4) does build a libpython2.4.dylib. You could have a look
at the patches to see how its done.
Torsten
Am Donnerstag, 14. September 2006 19:22 schrieb ah:
> Hello all,
>
> Sorry if this question has been asked before.
> How can I build (or get) libpython2.4.dylib
Am Dienstag, 12. September 2006 08:44 schrieben Sie:
> On Sep 11, 2006, at 5:31 PM, Torsten Sadowski wrote:
> > Hi,
snip
> > example. The final solution was -flat_namespace.
>
> Which may or may not be the right solution. -flat_namespace is often
> an indication that you&
Hi,
the hinted problems of wrong version and threads where not the cause. Linking
on OSX is a very diverse subject and I did some trial and error for a simple
example. The final solution was -flat_namespace.
Cheers, Torsten
___
Pythonmac-SIG maillist
Hi,
I'm trying to port Salome (http://www.salome-platform.org/) to OSX. I have the
problem that SWIG wrapped modules don't work. They fail with:
Fatal Python Error: Interpreter not initialized (version mismatch?)
A web search brought hints about linking against the wrong Python but I'm
sure I
It could be that you just have to change the preferred order of languages
for your system. I had a problem with Safari rendering some web pages in
japanese until I added english to my system languages.
Torsten
On Thu, 16 Jun 2005, Michael Hudson wrote:
> Charles Hartman <[EMAIL PROTECTED]> writ
Sorry, the.pth files are evaluated. I was simply too stupid to copy the
vtk stuff to the right place.
Torsten
On Fri, 11 Feb 2005, Torsten Sadowski wrote:
> Hi,
>
> I ran into a namespace conflict between wx2.5.3 and vtk4.4 on Panther
> with the Macpython additions.
> Analyzin
Hi,
I ran into a namespace conflict between wx2.5.3 and vtk4.4 on Panther
with the Macpython additions.
Analyzing the problem I stumbled across a strange behaviour. It seems that
*.pth files are simply ignored. If that is so, where does pythonw keep its
pathes as I did not set a PYTHONPATH?
Torst
and one empty. So maybe VTK fails to get the wxPython GL
Context, creates its own and the empty wx context is displayed.
Torsten
On Mon, 7 Feb 2005, Bob Ippolito wrote:
>
> On Feb 7, 2005, at 7:53, Torsten Sadowski wrote:
>
> > does anyone have an idea how to debug a (probably) Op
Hi,
does anyone have an idea how to debug a (probably) OpenGL problem on Mac
OSX? I have the latest wxPython with working PyOpenGL (which is probably
not used) and VTK 4.4. When I try to run anything which would give me a 3D
output, like pythonw wxVTKRenderWindow.py, I get nothing. I would suspect
10 matches
Mail list logo