Re: Compile python extensions under windows/cygwin

2009-05-26 Thread Joshua Kugler
Joana wrote: > I mantain Python on Windows, all installed packages are under c: > \Python25\Lib\site-packages. Now I have to build C libraries used by > python extensions and I am using cygwin, but I don't know how to > install the module in Windows directory. I have used MingW to do this. Might

Re: Compile python extensions under windows/cygwin

2009-05-24 Thread brendan . johnston
On May 25, 9:42 am, David Lyon wrote: > On Sun, 24 May 2009 15:34:42 -0700 (PDT), Joana > wrote: > > > I mantain Python on Windows, all installed packages are under c: > > \Python25\Lib\site-packages. Now I have to build C libraries used by > > python extensions and I am using cygwin, but I don't

Re: Compile python extensions under windows/cygwin

2009-05-24 Thread Christian Heimes
Joana wrote > hmm.. but the problem with mingw32 is that it does not have the > libraries I need. The module I want to install includes netinet/in.h. > So the answer is that I can't install that module in Windows? What's the name of the package? Perhaps it doesn't work on Windows. Or it hasn't bee

Re: Compile python extensions under windows/cygwin

2009-05-24 Thread David Lyon
On Sun, 24 May 2009 15:34:42 -0700 (PDT), Joana wrote: > I mantain Python on Windows, all installed packages are under c: > \Python25\Lib\site-packages. Now I have to build C libraries used by > python extensions and I am using cygwin, but I don't know how to > install the module in Windows direct

Re: Compile python extensions under windows/cygwin

2009-05-24 Thread Joana
On 25 Maio, 00:13, Christian Heimes wrote: > Joana wrote: > > I mantain Python on Windows, all installed packages are under c: > > \Python25\Lib\site-packages. Now I have to build C libraries used by > > python extensions and I am using cygwin, but I don't know how to > > install the module in Win

Re: Compile python extensions under windows/cygwin

2009-05-24 Thread Christian Heimes
Joana wrote: > I mantain Python on Windows, all installed packages are under c: > \Python25\Lib\site-packages. Now I have to build C libraries used by > python extensions and I am using cygwin, but I don't know how to > install the module in Windows directory. Are you sure you want to use Cygwin?

Compile python extensions under windows/cygwin

2009-05-24 Thread Joana
I mantain Python on Windows, all installed packages are under c: \Python25\Lib\site-packages. Now I have to build C libraries used by python extensions and I am using cygwin, but I don't know how to install the module in Windows directory. Can anyone help me? Thanks in advance Joana -- http://m