On Mittwoch 30 März 2011, Tim Roberts wrote:
> Wolfgang Rohdewald wrote:
> > compiling pykde on windows with msvc2010 on a 32bit Windows
> > 7:
> >
> > sipdnssdpart0.cpp
> > R:\include\msvc\sys/types.h(52) : error C2371: 'ssize_t' :
> > redefinition; different basic types
> >
> > c:\pytho
Wolfgang Rohdewald wrote:
> compiling pykde on windows with msvc2010 on a 32bit Windows 7:
>
> sipdnssdpart0.cpp
> R:\include\msvc\sys/types.h(52) : error C2371: 'ssize_t' : redefinition;
> different basic types
> c:\python27\include\pyconfig.h(201) : see declaration of 'ssize_t'
>
> I can
compiling pykde on windows with msvc2010 on a 32bit Windows 7:
sipdnssdpart0.cpp
R:\include\msvc\sys/types.h(52) : error C2371: 'ssize_t' : redefinition;
different basic types
c:\python27\include\pyconfig.h(201) : see declaration of 'ssize_t'
I can fix this by defining ssize_t as long in
Hi,
2011/3/29 Anthony Atkins :
> I'm using Python 2.6 and would like to be able to connect to an oracle
> database that utilizes TNSNames file. I can't seem to get the connection
> script correct. Would someone please help me. I'd really like to not have
> to load additional libraries since I'm
I'm using Python 2.6 and would like to be able to connect to an oracle
database that utilizes TNSNames file. I can't seem to get the connection
script correct. Would someone please help me. I'd really like to not have
to load additional libraries since I'm developing a tool within another
piece o