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 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 >

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.