You can get the Microsoft Visual Studio C/C++ compiler free from Microsoft. It does not have all the features, but it will do a command line compile. I forget what the compiler name is, i.e. $:gcc source.c under linux.
On Wed, Aug 17, 2011 at 11:25 PM, Michael Benin <[email protected]>wrote: > What program is needed to compile for windows? > > 7zip and Cygwin? > > > On Wed, Aug 17, 2011 at 10:09 PM, Manuel Antonio Mora Sandoval < > [email protected]> wrote: > >> Hi Michael, I use python 3.2 under Linux 64 bits, but for I can use, I >> need download the source and compile him. I reviewed the source and I see >> that version is 4. So that You wait to a new release comming soon. >> >> 2011/8/17 Michael Benin <[email protected]> >> >>> Event Log: >>> >>> "The Apache service named reported the following error: >>> >>> httpd.exe: Syntax error on line 129 of C:/apache/conf/httpd.conf: >>> Cannot load C:/apache/modules/mod_wsgi.so into server: The specified module >>> could not be found. " >>> >>> On Wed, Aug 17, 2011 at 7:04 PM, Michael Benin >>> <[email protected]>wrote: >>> >>>> Dear modwsgi group, >>>> >>>> My machine is running Windows 7 64bit. >>>> >>>> I have installed and configured Apache >>>> with httpd-2.2.19-win32-x86-no_ssl.msi and have PHP installed >>>> with php-5.3.6-Win32-VC9-x86.msi. >>>> >>>> Python 3.2 is installed from python-3.2.1.msi (I could not open >>>> as administrator, after reading installation instructions recommending >>>> installing python as administrator, from the desktop it was installed >>>> utilizing cmd.exe running the command: >>>> >>>> /a "python-3.2.1.msi >>>> >>>> I downloaded: mod_wsgi-win32-ap22py31-3.3 from google's wsgi downloads >>>> and renamed it mod_wsgi.so, proceeded to copy it to my modules folder under >>>> apache. And added the line: >>>> >>>> LoadModule wsgi_module modules/mod_wsgi.so >>>> >>>> -To the httpd.conf in Apache. >>>> >>>> In control panel services I restarted Apache. >>>> >>>> >>>> Error message: >>>> >>>> "Windows could not start the Apache2.2 on Local Computer. For more >>>> information review the System Event Log. If this is a non-Microsoft >>>> service, >>>> contact the service vendor, and refer to service specific error code 1." >>>> >>>> I am currently watching this video to figure out the problem: >>>> http://blip.tv/pycon-australia/getting-started-with-apache-mod_wsgi-3859481 >>>> >>>> Any help is greatly appreciated. Thank you. >>>> >>>> -- >>>> Michael Benin >>>> (845) 380-2700 >>>> >>>> >>>> >>> >>> >>> -- >>> Michael Benin >>> (845) 380-2700 >>> >>> >>> -- >>> You received this message because you are subscribed to the Google Groups >>> "modwsgi" group. >>> To post to this group, send email to [email protected]. >>> To unsubscribe from this group, send email to >>> [email protected]. >>> For more options, visit this group at >>> http://groups.google.com/group/modwsgi?hl=en. >>> >> >> -- >> You received this message because you are subscribed to the Google Groups >> "modwsgi" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/modwsgi?hl=en. >> > > > > -- > Michael Benin > (845) 380-2700 > > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/modwsgi?hl=en. > -- *Douglas Epling President/Owner YourHelpDesk.us, LLC* -- You received this message because you are subscribed to the Google Groups "modwsgi" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/modwsgi?hl=en.
