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
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\
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
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/
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
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
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
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
t know my
value_type typedef.
Please I need help, could anybody help me?
Gianluca
--
http://mail.python.org/mailman/listinfo/python-list
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
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 <
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:
>
>
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
> &
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
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
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:
> > > >
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
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
only this:
['_FuncPtr', '__class__', '__delattr__', '__dict__', '__doc__',
'__getattr__', '__getattribute__', '__getitem__', '__hash__',
'__init__', '__module__', '__new__'
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
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
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
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
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
24 matches
Mail list logo