2007年04月21日 星期六 21:38
ÎÒÊDz»¾ÃÇ°²Å¿ªÊ¼Ê¹ÓÃPYTHONµÄ¡£ÏÖÔÚÐèÒª°²×°PYTHONSSL¡£µ«ÊÇÎÒÔÚ°²×°µÄʱºòÓöµ½ÒÔÏÂÎÊÌâ¡£ÎÒ°´ÕÕÌáʾ°²×°ÁË.NET FRAMEWORK SDK£¬µ«ÊÇ»¹ÊDz»Äܳɹ¦¡£ ´íÎóÇé¿öÊÇÕâÑùµÄ£º running install running build running build_py running build_ext error: The .NET Framework SDK needs to be installed before building extensions for Python. -- Leo Shanghai, The People's Republic of China -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070421/ae7569a9/attachment.html
2007年04月22日 星期日 19:55
你应该在.NET提供的cmd shell里面进行编译吧,因为会有很多的环境变量和路径需要设定的,直接cmd里面是没有这些变量设定的。 在 07-4-21,Peng Leo<levispeng在gmail.com> 写道: > 我是不久前才开始使用PYTHON的。现在需要安装PYTHONSSL。但是我在安装的时候遇到以下问题。我按照提示安装了.NET > FRAMEWORK SDK,但是还是不能成功。 > > 错误情况是这样的: > > running install > running build > running build_py > running build_ext > error: The .NET Framework SDK needs to be installed before building > extensions for Python. > > -- > Leo > > Shanghai, The People's Republic of China > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese >
2007年04月23日 星期一 11:04
¶Ô²»Æð£¬ÎÒ²»ÖªµÀÔõô½øÈë.NETÌṩµÃCMD SHELL ÔÚ07-4-22£¬Âí̤·ÉÑà <honeyday.mj在gmail.com> дµÀ£º > > ÄãÓ¦¸ÃÔÚ.NETÌṩµÄcmd shellÀïÃæ½øÐбàÒë°É£¬ÒòΪ»áÓкܶàµÄ»·¾³±äÁ¿ºÍ·¾¶ÐèÒªÉ趨µÄ£¬Ö±½ÓcmdÀïÃæÊÇûÓÐÕâЩ±äÁ¿É趨µÄ¡£ > > ÔÚ 07-4-21£¬Peng Leo<levispeng在gmail.com> дµÀ£º > > ÎÒÊDz»¾ÃÇ°²Å¿ªÊ¼Ê¹ÓÃPYTHONµÄ¡£ÏÖÔÚÐèÒª°²×°PYTHONSSL¡£µ«ÊÇÎÒÔÚ°²×°µÄʱºòÓöµ½ÒÔÏÂÎÊÌâ¡£ÎÒ°´ÕÕÌáʾ°²×°ÁË.NET > > FRAMEWORK SDK£¬µ«ÊÇ»¹ÊDz»Äܳɹ¦¡£ > > > > ´íÎóÇé¿öÊÇÕâÑùµÄ£º > > > > running install > > running build > > running build_py > > running build_ext > > error: The .NET Framework SDK needs to be installed before building > > extensions for Python. > > > > -- > > Leo > > > > Shanghai, The People's Republic of China > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request在lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- Leo Shanghai, The People's Republic of China -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070423/be0c4805/attachment.htm
2007年04月23日 星期一 13:51
在开始菜单的程序组里面找。 一般是 Microsoft Visual Studio .NET 2003 -> Visual Studio .NET Tools -> Visual Studio .NET 2003 Command Prompt 就是了。 打开之后的提示是这样的 Setting environment for using Microsoft Visual Studio .NET 2003 tools. (If you have another version of Visual Studio or Visual C++ installed and wish to use its tools from the command line, run vcvars32.bat for that version.) C:\Documents and Settings\honeyday> 然后就可以转到你的目录下进行make了。 在 07-4-23,Peng Leo<levispeng在gmail.com> 写道: > 对不起,我不知道怎么进入.NET提供得CMD SHELL > > 在07-4-22,马踏飞燕 <honeyday.mj在gmail.com> 写道: > > 你应该在.NET提供的cmd > shell里面进行编译吧,因为会有很多的环境变量和路径需要设定的,直接cmd里面是没有这些变量设定的。 > > > > 在 07-4-21,Peng Leo<levispeng在gmail.com> 写道: > > > 我是不久前才开始使用PYTHON的。现在需要安装PYTHONSSL。但是我在安装的时候遇到以下问题。 > 我按照提示安装了.NET > > > FRAMEWORK SDK,但是还是不能成功。 > > > > > > 错误情况是这样的: > > > > > > running install > > > running build > > > running build_py > > > running build_ext > > > error: The .NET Framework SDK needs to be installed before building > > > extensions for Python. > > > > > > -- > > > Leo > > > > > > Shanghai, The People's Republic of China > > > _______________________________________________ > > > python-chinese > > > Post: send python-chinese在lists.python.cn > > > Subscribe: send subscribe to > > > python-chinese-request在lists.python.cn > > > Unsubscribe: send unsubscribe to > > > python-chinese-request在lists.python.cn > > > Detail Info: > > > http://python.cn/mailman/listinfo/python-chinese > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > > Detail Info: > http://python.cn/mailman/listinfo/python-chinese > > > > -- > > Leo > > Shanghai, The People's Republic of China > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to > python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request在lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese >
2007年04月23日 星期一 14:28
有预编译好的啊.. http://webcleaner.sourceforge.net/pyOpenSSL-0.6.win32-py2.5.exe 在 07-4-21,Peng Leo<levispeng at gmail.com> 写道: > 我是不久前才开始使用PYTHON的。现在需要安装PYTHONSSL。但是我在安装的时候遇到以下问题。我按照提示安装了.NET > FRAMEWORK SDK,但是还是不能成功。 > > 错误情况是这样的: > > running install > running build > running build_py > running build_ext > error: The .NET Framework SDK needs to be installed before building > extensions for Python. > > -- > Leo > > Shanghai, The People's Republic of China > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to > python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to > python-chinese-request at lists.python.cn > Detail Info: > http://python.cn/mailman/listinfo/python-chinese >
2007年04月23日 星期一 14:44
ÓÐûÓиø2.4Óõģ¿ ÔÚ07-4-23£¬Yingbo Qiu <qiuyingbo在gmail.com> дµÀ£º > > ÓÐÔ¤±àÒëºÃµÄ°¡.. > http://webcleaner.sourceforge.net/pyOpenSSL-0.6.win32-py2.5.exe > > > ÔÚ 07-4-21£¬Peng Leo<levispeng在gmail.com> дµÀ£º > > ÎÒÊDz»¾ÃÇ°²Å¿ªÊ¼Ê¹ÓÃPYTHONµÄ¡£ÏÖÔÚÐèÒª°²×°PYTHONSSL¡£µ«ÊÇÎÒÔÚ°²×°µÄʱºòÓöµ½ÒÔÏÂÎÊÌâ¡£ÎÒ°´ÕÕÌáʾ°²×°ÁË.NET > > FRAMEWORK SDK£¬µ«ÊÇ»¹ÊDz»Äܳɹ¦¡£ > > > > ´íÎóÇé¿öÊÇÕâÑùµÄ£º > > > > running install > > running build > > running build_py > > running build_ext > > error: The .NET Framework SDK needs to be installed before building > > extensions for Python. > > > > -- > > Leo > > > > Shanghai, The People's Republic of China > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request在lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- Leo Shanghai, The People's Republic of China -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070423/6b13015f/attachment.html
2007年04月23日 星期一 14:47
лл¡£ÎÒÕÒµ½ÁË¡£·Ç³£¸Ðл¡£ ÔÚ07-4-23£¬Yingbo Qiu <qiuyingbo在gmail.com> дµÀ£º > > ÓÐÔ¤±àÒëºÃµÄ°¡.. > http://webcleaner.sourceforge.net/pyOpenSSL-0.6.win32-py2.5.exe > > > ÔÚ 07-4-21£¬Peng Leo<levispeng在gmail.com> дµÀ£º > > ÎÒÊDz»¾ÃÇ°²Å¿ªÊ¼Ê¹ÓÃPYTHONµÄ¡£ÏÖÔÚÐèÒª°²×°PYTHONSSL¡£µ«ÊÇÎÒÔÚ°²×°µÄʱºòÓöµ½ÒÔÏÂÎÊÌâ¡£ÎÒ°´ÕÕÌáʾ°²×°ÁË.NET > > FRAMEWORK SDK£¬µ«ÊÇ»¹ÊDz»Äܳɹ¦¡£ > > > > ´íÎóÇé¿öÊÇÕâÑùµÄ£º > > > > running install > > running build > > running build_py > > running build_ext > > error: The .NET Framework SDK needs to be installed before building > > extensions for Python. > > > > -- > > Leo > > > > Shanghai, The People's Republic of China > > _______________________________________________ > > python-chinese > > Post: send python-chinese在lists.python.cn > > Subscribe: send subscribe to > > python-chinese-request在lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request在lists.python.cn > > Detail Info: > > http://python.cn/mailman/listinfo/python-chinese > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese -- Leo Shanghai, The People's Republic of China -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070423/17029461/attachment.html
Zeuux © 2025
京ICP备05028076号