Re: Adding a 'struct' into new python type

2015-03-08 Thread Lakshmipathi.G
Hi Jason, Thanks for the response. Okay, Will try to convert 'struct test' into new python object (say 'PyStructTest') and include it inside CountDictType as pyobject instead of 'struct'. Will post details here, If i encounter any issues. Cheers, Lakshmipathi.G FOSS Programmer

Adding a 'struct' into new python type

2015-03-07 Thread Lakshmipathi.G
this } CountDict; How to do achieve this? (Due to legacy code dependency, I can't use ctype/cpython etc). thanks for any help/pointers. Cheers, Lakshmipathi.G FOSS Programmer. www.giis.co.in/readme.html -- https://mail.python.org/mailman/listinfo/python-list

Re: how avoid delay while returning from C-python api?

2014-05-30 Thread Lakshmipathi.G
Yes, Cython looks easier but the problem its a very old code ( 6 or 7 years ). Almost entire code base uses plain python-c api. Thanks for the example, will use Cython or Ctypes way for side-projects! Cheers, Lakshmipathi.G FOSS Programmer. www.giis.co.in/readme.html -- https

how avoid delay while returning from C-python api?

2014-05-28 Thread Lakshmipathi.G
, Lakshmipathi.G FOSS Programmer. www.giis.co.in -- https://mail.python.org/mailman/listinfo/python-list

Re: how avoid delay while returning from C-python api?

2014-05-28 Thread Lakshmipathi.G
, Lakshmipathi.G FOSS Programmer. www.giis.co.in -- https://mail.python.org/mailman/listinfo/python-list

Re: Reading c struct via python

2013-11-13 Thread Lakshmipathi.G
-list -- Cheers, Lakshmipathi.G FOSS Programmer. www.giis.co.in -- https://mail.python.org/mailman/listinfo/python-list

Reading c struct via python

2013-11-11 Thread Lakshmipathi.G
, Lakshmipathi.G FOSS Programmer. www.giis.co.in -- https://mail.python.org/mailman/listinfo/python-list

Re: Reg secure python environment with web terminal emulator

2013-08-08 Thread Lakshmipathi.G
and inputs. -- Cheers, Lakshmipathi.G FOSS Programmer. www.giis.co.in -- http://mail.python.org/mailman/listinfo/python-list

Re: pexpect, loading an entry field

2013-08-07 Thread Lakshmipathi.G
program (change remote ip and password) - If it works then its not an issue with pexpect or python environment. -- Cheers, Lakshmipathi.G FOSS Programmer. www.giis.co.in On Tue, Aug 6, 2013 at 11:33 PM, inq1ltd inq1...@inqvista.com wrote: pexpect looks simple to use. Please check

Re: Reg secure python environment with web terminal emulator

2013-08-07 Thread Lakshmipathi.G
basic modules under /usr/lib/python/site-packages and delete the others. Thanks. -- Cheers, Lakshmipathi.G FOSS Programmer. www.giis.co.in On Wed, Aug 7, 2013 at 11:35 AM, dieter die...@handshake.de wrote: Lakshmipathi.G lakshmipath...@gmail.com writes: We have a server running a web

Re: Reg secure python environment with web terminal emulator

2013-08-07 Thread Lakshmipathi.G
subprocess or os.system('sudo') calls due to system constraints. Could you please share more info about creating raw binary executable and its potential problem. Thanks for your response. -- Cheers, Lakshmipathi.G FOSS Programmer. www.giis.co.in -- http://mail.python.org/mailman/listinfo

Reg secure python environment with web terminal emulator

2013-08-06 Thread Lakshmipathi.G
to the right one. Thanks for any help. -- Cheers, Lakshmipathi.G FOSS Programmer. www.giis.co.in -- http://mail.python.org/mailman/listinfo/python-list

Re: pexpect, loading an entry field

2013-08-06 Thread Lakshmipathi.G
pexpect looks simple to use. Please check this example http://www.pythonforbeginners.com/systems-programming/how-to-use-the-pexpect-module-in-python/ -- Cheers, Lakshmipathi.G FOSS Programmer. www.giis.co.in On Tue, Aug 6, 2013 at 8:35 PM, inq1ltd inq1...@inqvista.com wrote: python help