Hi!
Woow, thanks. The unix command install_name_tool solved my problem.
Thanks a lot.
--
http://mail.python.org/mailman/listinfo/python-list
googler.1.webmas...@spamgourmet.com wrote:
> yeap, okay, its just the beginning so I didn't know that the framework
> is still the dylib file.
> Well, I only want to compile python and put the framework in the
> subdirectory. Thats all.
> And the current state is, that the framework is not found be
yeap, okay, its just the beginning so I didn't know that the framework
is still the dylib file.
Well, I only want to compile python and put the framework in the
subdirectory. Thats all.
And the current state is, that the framework is not found because the
path of the compiled Python
library is hard
googler.1.webmas...@spamgourmet.com wrote:
> Thank you, I found PySys_SetPythonHome() to set the path where the lib
> folder of Python is, but I guess they are not really implemented
> because they are fixed compiled with an absolute path, aren't they?
I'm afraid I'm not following you here. What
Thank you, I found PySys_SetPythonHome() to set the path where the lib
folder of Python is, but I guess they are not really implemented
because they are fixed compiled with an absolute path, aren't they?
Thats the problem. I hadn't compiled Python and I don't know if I
should
compile it as a dylib
Hi! :)
Thank you. I found PySys_SetPythonHome() to set the path where the lib
folder of Python is, but I guess they are not really implemented
because they are fixed compiled for an absolute path, aren't they?
Thats the whole problem. Do you have a suggestoin for the command line
how I can build
googler.1.webmas...@spamgourmet.com wrote:
> Thanks for the link but I don't want to do a make a python script as
> an applicatin, I want to embedd python into a C++ app so thats the
> reason why I have to compile Python.
If you are embedding python, then all you have to do is stick the python
mo
hmm.. very strange. Is it so complicated to compile python that I can
move the framework to the app folder?
hmm. thats really strange :-(
/myapp.app
/subfolder/Python.framework
any suggestions? Thank you very muc.
--
http://mail.python.org/mailman/listinfo/python-list
Thanks for the link but I don't want to do a make a python script as
an applicatin, I want to embedd python into a C++ app so thats the
reason why I have to compile Python.
--
http://mail.python.org/mailman/listinfo/python-list
In article
,
googler.1.webmas...@spamgourmet.com wrote:
> I want to embedd it into my app so on the 'customers'-mac I want
> to put python into a subdirectory of my app.
>
> and with the configure command above, that will not work
> because the library has to be on every system in /Library/Fram
I want to embedd it into my app so on the 'customers'-mac I want
to put python into a subdirectory of my app.
and with the configure command above, that will not work
because the library has to be on every system in /Library/Framework/
so I found out that @executable_path is replaced by the path o
I want to embedd it into another app so on the 'customers'-mac I want
to put python into a subdirectory of my app.
bye
--
http://mail.python.org/mailman/listinfo/python-list
> I asked something similar a few days ago. Is it possible to compile
> Python 2.6.1 with a dynamic path?
What is a "dynamic path"?
Regards,
Martin
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
I asked something similar a few days ago. Is it possible to compile
Python 2.6.1 with a dynamic path on Mac OSX Leopard 10.5.x. I found
out that I could use @executable_path but I don't know how the
configure command would look like.
This is my current configure command for the default /Libra
Hi!
I asked something similar a few days ago. Is it possible to compile
Python 2.6.1 with a dynamic path on MacOSX?
I don't know how the configure command would look like.
This is my current configure command for the default /Library/
Frameworks/ path:
./configure --with-framework-name=Python --
Hi!
I asked something similar a few days ago. Is it possible to compile
Python 2.6.1 with a dynamic path?
I don't know how the configure command would look like.
This is my current configure command for the default /Library/
Frameworks/ path:
./configure --with-framework-name=Python --with-unive
16 matches
Mail list logo