pyconfig.h

2010-04-19 Thread omnia neo
Hi All, I am working on porting python on vxworks and hence was updating the PC \pyconfig.h file for configurng python. As I am reading the file and updating manually I come across lot many preprocessor directives which I dont understand e.g. HAVE_NICE etc. May be this is standard nomenclature and

Re: [Solved] SIP installation and usage on windows

2010-04-12 Thread omnia neo
On Apr 9, 7:41 pm, Gabriel Genellina wrote: > omnia neo gmail.com> writes: > > > > > > > On Apr 9, 10:42 am, omnia neo wrote: > > > On Apr 9, 10:30 am, Stefan Behnel wrote: > > > > > omnia neo, 09.04.2010 07:01: > > > > > >

Re: SIP

2010-04-08 Thread omnia neo
On Apr 9, 10:42 am, omnia neo wrote: > On Apr 9, 10:30 am, Stefan Behnel wrote: > > > omnia neo, 09.04.2010 07:01: > > > > import siptest > > > > I get following error : > > > import error : no module named siptest > > > Is the directory wh

Re: SIP

2010-04-08 Thread omnia neo
On Apr 9, 10:30 am, Stefan Behnel wrote: > omnia neo, 09.04.2010 07:01: > > > import siptest > > > I get following error : > > import error : no module named siptest > > Is the directory where your siptest.dll lies in your PYTHONPATH (sys.path)? > > Othe

SIP

2010-04-08 Thread omnia neo
Hi All, I was looking at the SIP tool to create a C extensions for python to call. Here is what I tried: 1. I created a simple c file and .h file 2. Then I created a corresponding testfunc.sip file ### %CModule siptest 0 %UnitCode #include"testfunc.h" %End void pyfunc()