Re: Problem building Python extension

2009-02-14 Thread John Machin
On Feb 14, 7:04 pm, martijnsteenw...@gmail.com wrote: > On 13 feb, 12:45, Christian Heimes wrote: > > > martijnsteenw...@gmail.com wrote: > > > Thanks a lot for your reply. I downloaded & installed Visual C# 2008 > > > express, but unfortunately this doesn't change anything in running the > > > se

Re: Problem building Python extension

2009-02-14 Thread martijnsteenwijk
On 14 feb, 09:04, martijnsteenw...@gmail.com wrote: > On 13 feb, 12:45, Christian Heimes wrote: > > > martijnsteenw...@gmail.com wrote: > > > Thanks a lot for your reply. I downloaded & installed Visual C# 2008 > > > express, but unfortunately this doesn't change anything in running the > > > setu

Re: Problem building Python extension

2009-02-14 Thread martijnsteenwijk
On 13 feb, 12:45, Christian Heimes wrote: > martijnsteenw...@gmail.com wrote: > > Thanks a lot for your reply. I downloaded & installed Visual C# 2008 > > express, but unfortunately this doesn't change anything in running the > > setup file. Unfortunately, still no pyd file is produced... > > > Di

Re: Problem building Python extension

2009-02-13 Thread Giampaolo Rodola'
On Feb 13, 10:53 am, David Cournapeau wrote: > On Fri, Feb 13, 2009 at 6:30 PM,   wrote: > > Hi all, > > > I'm trying to build my first python extensionon a win32 system. I > > followed the description > > inhttp://starship.python.net/crew/mwh/toext/your-first-extension.html, > > but after runnin

Re: Problem building Python extension

2009-02-13 Thread Christian Heimes
martijnsteenw...@gmail.com wrote: > Thanks a lot for your reply. I downloaded & installed Visual C# 2008 > express, but unfortunately this doesn't change anything in running the > setup file. Unfortunately, still no pyd file is produced... > > Did I something wrong? Yeah, you installed the C# env

Re: Problem building Python extension

2009-02-13 Thread David Cournapeau
On Fri, Feb 13, 2009 at 7:58 PM, wrote: > On 13 feb, 10:53, David Cournapeau wrote: >> On Fri, Feb 13, 2009 at 6:30 PM, wrote: >> > Hi all, >> >> > I'm trying to build my first python extensionon a win32 system. I >> > followed the description >> > inhttp://starship.python.net/crew/mwh/toext/

Re: Problem building Python extension

2009-02-13 Thread martijnsteenwijk
On 13 feb, 10:53, David Cournapeau wrote: > On Fri, Feb 13, 2009 at 6:30 PM,   wrote: > > Hi all, > > > I'm trying to build my first python extensionon a win32 system. I > > followed the description > > inhttp://starship.python.net/crew/mwh/toext/your-first-extension.html, > > but after running >

Re: Problem building Python extension

2009-02-13 Thread David Cournapeau
On Fri, Feb 13, 2009 at 6:30 PM, wrote: > Hi all, > > I'm trying to build my first python extensionon a win32 system. I > followed the description in > http://starship.python.net/crew/mwh/toext/your-first-extension.html, > but after running > > C:\Python26\python first-setup.py build_ext -i > >

Problem building Python extension

2009-02-13 Thread martijnsteenwijk
Hi all, I'm trying to build my first python extensionon a win32 system. I followed the description in http://starship.python.net/crew/mwh/toext/your-first-extension.html, but after running C:\Python26\python first-setup.py build_ext -i nothing seems to happen and no file first.pyd is produced.