cx_oracle

2009-04-21 Thread gita ziabari
Hello everyone, 1. I installed Oracle client on my linux x86_64 machine. 2. Set oracle home and LD_LIBRARY_PATH 3. Installed cx_oracle using rpm for python 2.5 -> It's installed and the following file exists: /usr/local/lib/python2.5/site-packages/cx_Oracle.so -> When I run python -c 'import cx_O

import a function from bash to python? -HELP!-

2008-10-21 Thread gita ziabari
All, Is is possible to import a function from bash to python? If so, what is the syntax and how should I pass the input parameters? Thanks, Gita -- http://mail.python.org/mailman/listinfo/python-list

inserting Unicode character in dictionary - Python

2008-10-17 Thread gita ziabari
Hello All, The following code does not work for unicode characters: keyword = dict() kw = 'генских' keyword.setdefault(key, []).append (kw) It works fine for inserting ASCII character. Any suggestion? Thanks, Gita -- http://mail.python.org/mailman/listinfo/python-list

a regular expression problem

2008-10-10 Thread gita ziabari
> > > > > -- Forwarded message -- > From: lookon <[EMAIL PROTECTED]> > To: python-list@python.org > Date: Fri, 10 Oct 2008 03:58:08 -0700 (PDT) > Subject: a regular expression problem > I want to use django to dispatch url. > The url is like /test/Google/6,and my patten is r'^/test/

adding text in properties of ms-word

2008-10-08 Thread gita ziabari
I wanna add text in properties of ms-word. Could anyone help me please? Thanks, Gita -- http://mail.python.org/mailman/listinfo/python-list

automatically insert text in ms-word properties

2008-10-07 Thread gita ziabari
All, I wanna use python to automatically insert text in ms-word properties. Anyone could help me? Thanks -- http://mail.python.org/mailman/listinfo/python-list

ms-word automation- Properties

2008-10-07 Thread gita ziabari
I want to automatically add some text in properties of ms-word using python. I know the function to be called is CustomDocumentProperties, but my code is not working. Any suggestion? Thanks in advance -- http://mail.python.org/mailman/listinfo/python-list