create new python file

2013-06-04 Thread kakararunachalservice
Hi, Can anyone please tell me how to dynamically create a new python file within a program??? -- http://mail.python.org/mailman/listinfo/python-list

Re: create new python file

2013-06-04 Thread kakararunachalservice
On Tuesday, June 4, 2013 11:14:32 PM UTC+5:30, Gary Herron wrote: On 06/04/2013 09:07 AM, kakararunachalserv...@gmail.com wrote: Hi, Can anyone please tell me how to dynamically create a new python file within a program??? What do you mean by a python file? If you mean a text

Re: create new python file

2013-06-04 Thread kakararunachalservice
On Tuesday, June 4, 2013 11:51:46 PM UTC+5:30, rusi wrote: On Jun 4, 11:09 pm, kakararunachalserv...@gmail.com wrote: Thank you so much! Why didn't i thought about that. So, can i program within just by the print statement? Or do i have to do something else. I'm sorry, i just learning