I have been trying to setup a development environment following the Professional Plone 4 Development book.
------------------------------------------------------------------------------ This SF email is sponsosred by: Try Windows Azure free for 90 days Click Here http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________ Plone-Users mailing list Plone...@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/plone-users
Thanks
Simon
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Plone-Users mailing list
Plone...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plone-users
I'm not sure, but last time I installed python from sources, it already new where to find the python headers.
Have you tried the unified installer?
--
Noe
2012/3/22 Simon Richardson <claretn...@googlemail.com>
Thanks Noe
If I use yum it will install to my system python directory and not the local one which I have prepared in my home directory. Is there a way of install to my local directory.
Simon
On 21/03/2012 22:53, Noe Nieto wrote:You need to install the Python development libraries.
python-dev in debian systems.
python-devel in Redhat-like systems.
2012/3/21 Simon Richardson <claretn...@googlemail.com>
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Plone-Users mailing list
Plone...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plone-users
--
---
Noe Nieto
NNieto Consulting Services
M: nni...@noenieto.com
W: http://noenieto.com
T: @tzicatl
Li: Perfil en LinkedIn
--
---
Noe Nieto
NNieto Consulting Services
M: nni...@noenieto.com
W: http://noenieto.com
T: @tzicatl
Li: Perfil en LinkedIn
I have tried Unified Installer and it puts the python header files in the plone/python install on my home directory. I just wondered if there was something which allow me to do this without using the Unified Installer. I'm trying to follow the Prof Plone 4 Dev book and Martin Aspeli doesn't use the Unified Installer to setup his development environment.
I'm going to take a look at yum to see if I can change the destination directory.
The unified installer tries here to avoid problems which have occurred
several times in the past (missing installations of development packages)
in order that people with less operating system experience can
play with Plone (and do not get strange (for them) problem messages).
While it has obvious advantages (newbies can play with Plone),
it comes with its disadvantages in real production sites.
For example, the libraries installed in this way will not
be updated when serious security issues should have been found.
If you have operating system experience, install the required development
packages via your operating system's packaging system --
otherwise, use the UnifiedInstaller.
In my view, it is not very advantages to do something in between.
--
Dieter