Thank you thomas. I can read the PHP code. The thing is I'm new to webpy 
and Python web application development. I can easily convert PHP functions 
and classes easily to python. I needed to know whether any measures or 
precautions need be taken to convert mod_php to WSGI application. any 
common pitfalls or something like that. There is a little issue I felt 
since PHP can easily embed HTML but python doesnt allow it... I'm bit 
confused on hoew to template on such situations as i've many PHP files 
embedded with HTML


On Tuesday, 23 April 2013 01:42:51 UTC+5:30, Tomas Schertel wrote:
>
> IMHO there is no "recipe" to get this done without work.
> You have to read your PHP code, understand what it does, and write your 
> python code to do the same.
> If you can read PHP code and knows how to write python code, consider it 
> done.
> :)
>
> On Sunday, 21 April 2013 11:57:04 UTC-3, sirajul muneer wrote:
>>
>> I'm currently working on a PHP project to create a web based code editor. 
>> It includes many PHP files. I'm now planning to convert them into python 
>> code to make it run on web.py( a minimalistic Python web framework). Web.py 
>> is almost straight forward python. I want to know how complex it would be 
>> to convert the files to Python application and make it work as expected. If 
>> possible can anyone give a few bare guidelines to follow to systematically 
>> do the process. 
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to webpy+unsubscr...@googlegroups.com.
To post to this group, send email to webpy@googlegroups.com.
Visit this group at http://groups.google.com/group/webpy?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to