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!
__
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
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
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 "
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
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
-
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