RE: Changing the names of python keywords

2007-06-23 Thread ...:::JA:::...
Hello, I on working on windows and Python 2.4. Where can I find and CHANGE python grammar. ( I just want to change the keywords ) PLEASE HELP ME SOMEBODY!! THANKS! __

building directpython application with py2exe

2007-07-15 Thread ...:::JA:::...
Hello, I have problem with building directpython ( .exe ) application , actually when I finish building application and when I run it, in log file I get an error: Traceback (most recent call last): File "sampleMeshAnim.py", line 16, in ? ImportError: No module named d3d I was copy d3d.py an

directpython simple texture

2007-07-17 Thread ...:::JA:::...
Hello, Is there any real easy example for loading an texture in your directpython window??? For example this is my code: # loading directpython modules import d3dx import d3d from d3dc import * import d3dgui import time #making a window fr=d3dx.Frame(u"Bok kaj ima") # trying to load an texture

problem with exec

2007-07-21 Thread ...:::JA:::...
Hello, After my program read and translate this code: koristi os,sys; ispisi 'bok kaj ima'; into the: import os,sys; print 'bok kaj ima'; and when it run this code with "exec", I always get error like this, but I still dont't know what is a problem: Traceback (most recent call last): File "

code indentation

2007-07-23 Thread ...:::JA:::...
Hello, In my previously post I have been talk about running code with exec in.. So now I have problem with code indentation, as Gabriel Genellina says: >If you are using the tokenize module as suggested some time ago, try to >analyze the token sequence you get using { } (or perhaps begin/end

Insert to a clob field using cx_Oracle via a stored procedure

2008-01-02 Thread hinds . ja
Hello, Does anyone have experience using cx_Oracle to call a stored procedure that inserts to a clob field? We have done this successfully via straight SQL, but we are at a loss on how to do the same insert using a stored procedure call. Any assistance would be much appreciated. Thanks. Jason -

Re: Insert to a clob field using cx_Oracle via a stored procedure

2008-01-03 Thread hinds . ja
On Jan 2, 2:01 pm, [EMAIL PROTECTED] wrote: > Hello, > > Does anyone have experience using cx_Oracle to call a stored procedure > that inserts to a clob field?  We have done this successfully via > straight SQL, but we are at a loss on how to do the same insert using > a stored procedure call.  Any