PIL installation through Ports

2007-10-03 Thread dhaneshk k



Hi ,

  I have a FreeBSD6.2 server machine running zope2.9 and plone .

this m/c haspython-2.4.4  but no PIL module , I have to install it  to
support the zope/plone application that I am running in this machine But
in /usr/ports there is no such port  for PIL OR I can't recoganize which
port is it

...
please suggest  the proper  steps to install  PIL in my BSD box ,



I tried to install  /usr/ports/graphics/py-imaging
by make install clean

 Then it starts installing python2.5 and Py-imaging25  (but this wont 
support my application)


 I want Python2.4 and Py-imaging24  for my site to work properly (because I 
am migrating an existing  plone site )



please guide me how to install py-imaging24  for my applications to work 
properly


Can anybody help me , very thankful to them

kk
___

freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]


_
Post free property ads on Yello Classifieds now! www.yello.in 
http://ss1.richmedia.in/recurl.asp?pid=220


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


PIL installation through Ports

2007-04-25 Thread dhaneshk k

Hi ,

 I have a FreeBSD6.0 server machine running zope2.9 and plone .

this m/c haspython-2.4.4  but no PIL module , I have to install it  to 
support the zope/plone application that I am running in this machine But 
in /usr/ports there is no such port  for PIL OR I can't recoganize which 
port is it


I made  a serch like this  /usr/ports]# make search name=py-pilbut 
it retuns null





So what steps I have to follow to install   PIL ( PythonImageLibrary) in 
this machine  ,



I tried pkg_add   -r  PIL   bu   Error message as  : FTP unable to get  PIL

so I used

 ftp -a ftp2.FreeBSD.org
ftp get PIL 1.x.x

but error 550  PIL no such file or directory ,

please suggest  the proper  stpes to install  PIL in my BSD box ,


Thanks in advance
kk

_
Marriage Simplified. Match chat marry. 
http://ss1.richmedia.in/recurl.asp?pid=23


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: PIL installation through Ports

2007-04-25 Thread Ghirai
Hello dhaneshk,

Wednesday, April 25, 2007, 12:50:10 PM, you wrote:

 Hi ,
   I have a FreeBSD6.0 server machine running zope2.9 and plone .

 this m/c haspython-2.4.4  but no PIL module , I have to install it  to
 support the zope/plone application that I am running in this machine But
 in /usr/ports there is no such port  for PIL OR I can't recoganize which
 port is it

 ...

 please suggest  the proper  stpes to install  PIL in my BSD box ,

 Thanks in advance
 kk

PIL is in /usr/ports/graphics/py-imaging

So just do a cd /usr/ports/graphics/py-imaging and
make install clean as root and you should be good to go.


-- 
Best regards,
Ghirai.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]