PDA

View Full Version : port ehcp to python ?


bvidinli
May 7th, 2007, 04:18 PM
as you know,
ehcp is completely written in php.

but, in recent weeks, i learned that ubuntu and some other distros using python heavily.

i also analised python and it is a very useful language.

i may think to port ehcp to python...
but i am not sure how to port part by part..

there are tens of functions, procedures... and one Application class.

do you have any idea, how can i port ehcp to python part by part ?

or do i have to port all once, then continue as a whole... ?

thanks for any ideas...

curtis
July 9th, 2008, 05:40 PM
Keep it as PHP.

bvidinli
July 14th, 2008, 09:41 AM
i did not porterd php to python yet.

But,
i wrote a small python daemon running on background, which will be used for some troubleshoot purposes..

For example, currently, if apache fails to start, you cannot reach panel anymore,
python background process will take care in such case


keep in touch...