Re: Python and lotus notes

2015-04-20 Thread gianluca . pucci
Il giorno lunedì 20 aprile 2015 10:29:42 UTC+2, gianluc...@gmail.com ha scritto: > Hi, > > i am having a problem when i try to access lotus notes with python, think i > do all ok but it seems something is going wrong because i can't print any db > title even if i've opened the .nsf file. > > My

Python and lotus notes

2015-04-20 Thread gianluca . pucci
Hi, i am having a problem when i try to access lotus notes with python, think i do all ok but it seems something is going wrong because i can't print any db title even if i've opened the .nsf file. My code: import win32com.client from win32com.client import Dispatch notesServer='Mail\wed\new\

Re: __stack_chk_fail_local

2008-09-01 Thread gianluca massei
AGS = -fno-stack-protector gianluca Marco Bizzarri wrote: On Sat, Aug 30, 2008 at 3:03 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Thanks! I've resolved the problem with libraries but... I've still error with this message: ImportError: ./_python_grass6.so: undefined symb

Re: __stack_chk_fail_local

2008-08-30 Thread gianluca
On 30 Ago, 12:05, "Marco Bizzarri" <[EMAIL PROTECTED]> wrote: > On Fri, Aug 29, 2008 at 7:53 PM, gianluca <[EMAIL PROTECTED]> wrote: > > hy list, > > I've built _libfoo.so and libfoo.py library with swig and I've copied > > in /usr/

__stack_chk_fail_local

2008-08-29 Thread gianluca
ython2.5/lib-dynload/_libfoo.so: undefined symbol: __stack_chk_fail_local Could anybody help me? gianluca -- http://mail.python.org/mailman/listinfo/python-list

Re: ctypes - swig - pointer

2008-06-30 Thread gianluca
On 30 Giu, 18:26, Jean-Paul Calderone <[EMAIL PROTECTED]> wrote: > On Mon, 30 Jun 2008 09:13:42 -0700 (PDT), gianluca <[EMAIL PROTECTED]> wrote: > >I've a problem with dll function colled with python/ctypes. My > >functions (C) requred a typedef int "value_ty

ctypes - swig - pointer

2008-06-30 Thread gianluca
I've a problem with dll function colled with python/ctypes. My functions (C) requred a typedef int "value_type" in tree different way: same as value_type; - mydll.foo1(value_type) same as *value_type; - mydll.foo2(*value_type) same as **value_type; - mydll.foo3(**value_type) How can pass it in py

#define in swig

2008-06-14 Thread gianluca
AT_table_element+=_mainsys->setAsize #define ELEM_OF_MAT_table_element #define ElemOfRule(rules,num,attr) (rules)[(num)*(_mainsys- >attributes_num)+(attr)] thanks Gianluca -- http://mail.python.org/mailman/listinfo/python-list

ctypes help

2008-06-06 Thread gianluca
t know my value_type typedef. Please I need help, could anybody help me? Gianluca -- http://mail.python.org/mailman/listinfo/python-list

Re: printf in python

2008-06-04 Thread gianluca
On 4 Giu, 03:46, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Tue, 03 Jun 2008 10:28:57 -0300, gianluca <[EMAIL PROTECTED]> > escribió: > > > > >> > > On Mon, 2 Jun 2008 00:32:33 -0700 (PDT), gianluca > >> <[EMAIL

Re: printf in python

2008-06-03 Thread gianluca
On 3 Giu, 12:48, gianluca <[EMAIL PROTECTED]> wrote: > On 2 Giu, 20:51, gianluca <[EMAIL PROTECTED]> wrote: > > > > > On 2 Giu, 17:54, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > > > > On Mon, 2 Jun 2008 00:32:33 -0700 (PDT), gianluca <

Re: printf in python

2008-06-03 Thread gianluca
On 2 Giu, 20:51, gianluca <[EMAIL PROTECTED]> wrote: > On 2 Giu, 17:54, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > > > > > On Mon, 2 Jun 2008 00:32:33 -0700 (PDT), gianluca <[EMAIL PROTECTED]> > > declaimed the following in comp.lang.python: > >

Re: printf in python

2008-06-02 Thread gianluca
On 2 Giu, 17:54, Dennis Lee Bieber <[EMAIL PROTECTED]> wrote: > On Mon, 2 Jun 2008 00:32:33 -0700 (PDT), gianluca <[EMAIL PROTECTED]> > declaimed the following in comp.lang.python: > > > Hy, I've a problem with may python library generated with swig from C > &

Re: printf in python

2008-06-02 Thread gianluca
On 2 Giu, 10:08, Hrvoje Niksic <[EMAIL PROTECTED]> wrote: > gianluca <[EMAIL PROTECTED]> writes: > > Hy, I've a problem with may python library generated with swig from C > > code. I works and I can access all function but a simèple function > > that print a

printf in python

2008-06-02 Thread gianluca
function (myDLL.PrintTEST() ) the function print only the returned value, not the string "TEST". Could anybody help me? Thanks Gianluca -- http://mail.python.org/mailman/listinfo/python-list

Re: ctypes help

2008-05-23 Thread gianluca
On 23 Mag, 12:30, Nick Craig-Wood <[EMAIL PROTECTED]> wrote: > gianluca <[EMAIL PROTECTED]> wrote: > > On 23 Mag, 07:48, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > > > On Thu, 22 May 2008 21:55:41 -0700, gianluca wrote: > > > >

Re: ctypes help

2008-05-22 Thread gianluca
On 23 Mag, 07:48, Marc 'BlackJack' Rintsch <[EMAIL PROTECTED]> wrote: > On Thu, 22 May 2008 21:55:41 -0700, gianluca wrote: > > Yes, I know it but when I load a function (a=myDLL.myFUNCT()) I've an > > exception like this: > > > Traceback (most

Re: ctypes help

2008-05-22 Thread gianluca
On 23 Mag, 01:14, Larry Bates <[EMAIL PROTECTED]> wrote: > gianluca wrote: > > Hy, > > I need help about use dll with ctypes. I've compiled my dll C library > > and I copied it in c:\windows\system32. When I load it with > > "myDLL=cdll.LoadLibrary(fin

ctypes help

2008-05-22 Thread gianluca
only this: ['_FuncPtr', '__class__', '__delattr__', '__dict__', '__doc__', '__getattr__', '__getattribute__', '__getitem__', '__hash__', '__init__', '__module__', '__new__'

rough set & python

2008-05-15 Thread gianluca
I've just wrapped the rough set library from C to python. Could anybody help me to test it and debug? thanks Gianluca -- http://mail.python.org/mailman/listinfo/python-list

python/swig

2008-05-13 Thread gianluca
of type 'value_type **'" I've tryed to use cpointer.i to obtain a pointer to use in function but this don't work. Could you help me? thanks in advace. Gianluca Massei PS. this is my interface.i file: " %module pyRSL %include "cpointer.i" %{ #include

Re: Web framework

2005-03-11 Thread Gianluca Sartori
Well, my concern here was mostly about SSL support. It seems it's not supported natively. Anyway, I'm looking at all those frameworks by a 'pre-evaluation' point of you. so I'm fully trusting what I can read on their websites... -- http://mail.python.org/mailman/listinfo/python-list

Re: Web framework

2005-03-10 Thread Gianluca Sartori
if my user-base will grow? What if I had to add web services interface (say XML-RPC or SOAP) to my application? Can I do it in a second time without spending too much time/money? Thanks, Gianluca -- http://mail.python.org/mailman/listinfo/python-list

Web framework

2005-03-09 Thread Gianluca Sartori
Hi guys, What web framework do you suggest to develop with? I had a look both at Nevow and Quixote. These seemes to be the most appreciated by the community. Anyway, I had no luck looking for a complete and coherent documentation. Thanks for any suggestion, Gianluca -- http://mail.python.org