apache not ale to execute a vbscript with python

2016-07-20 Thread vineeth menneni
Hi, I am trying to call a external vbscript through subprocess.call() it works fine with my local, but when i try to test apache says that no such file or directory. The problem here is that the vbscript should generate a .xlsx file and it is not being created. So apache gives a warning no suc

Re: problem writing excel sheet using python

2016-07-13 Thread vineeth menneni
2:41:43 PM UTC-7, Chris Angelico wrote: > On Thu, Jul 14, 2016 at 7:29 AM, vineeth menneni > wrote: > > Hi I am finding it difficult to create a excel sheet using openpyxl or > > xlsxwriter. The problem is that i am loading a table data from MYSQL db > > which has 600k

problem writing excel sheet using python

2016-07-13 Thread vineeth menneni
w if it is possible to create a excel sheet with the above said data in less than one minute using any packages in python. Thanks, Vineeth -- https://mail.python.org/mailman/listinfo/python-list

Re: determining bytes read from a file.

2007-12-13 Thread vineeth
On Dec 13, 7:50 pm, Chris <[EMAIL PROTECTED]> wrote: > A couple potential optimizations: > > > > > # create the member variable name. > > mem_var_name = options.inputfilename > > mem_var_name = mem_var_name.replace(' ','_') > > mem_var_name = mem_var_name.replace('.','_') > > mem_var_name = options

Re: determining bytes read from a file.

2007-12-13 Thread vineeth
On Dec 13, 5:27 pm, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > On Thu, 13 Dec 2007 04:04:59 -0800, vineeth wrote: > >I have come across a weird problem, I need to determine the amount > > of bytes read from a file, but couldn't figure

Re: determining bytes read from a file.

2007-12-13 Thread vineeth
On Dec 13, 5:13 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > vineeth wrote: > > Hello all, > >I have come across a weird problem, I need to determine the amount > > of bytes read from a file, but couldn't figure it out , > >My program

determining bytes read from a file.

2007-12-13 Thread vineeth
read is not being printed correctly, I think bytes are being counted only till the first occurance of '\0' is encountered. Even though the file is of a very large size, the bytes till the first '\0' are counted. Can someone pls advise me regarding this. Thanks. Best Regards

Re: I wrote a C++ code generator in Python, would anyone please help me to review the code? :)

2007-01-16 Thread Vineeth Kashyap
Hi, I am interested in your proposal. I am basically a C/C++ programmer, but recently fell in love with python. Please send more details on fgen. We could probably start working. :) Kevin Wan wrote: > fgen is a free command line tool that facilitates cross platform c++ > development, including head