Re: Need help porting a C++ / Python Embedded app to multiple platforms

2008-02-05 Thread Gabriel Genellina
En Tue, 05 Feb 2008 15:30:28 -0200, jpw <[EMAIL PROTECTED]> escribió: > I am writing a Python / C++ embed app and it need to work on 3 > platforms > > I have the PYTHONPATH variable set correctly and have gone back and > downloaded compiled and installed the latest Python 2.5.1 on Solaris > and

Need help porting a C++ / Python Embedded app to multiple platforms

2008-02-05 Thread jpw
I am writing a Python / C++ embed app and it need to work on 3 platforms I have the PYTHONPATH variable set correctly and have gone back and downloaded compiled and installed the latest Python 2.5.1 on Solaris and Linux. adding in the --enable-shared when running the ./ configure ... file Mac -