相关疑难解决方法(0)

需要Python 2.6版,这在注册表中找不到

无法下载任何python Windows模块并安装.我想尝试scrapy框架和无堆栈但由于错误"需要Python版本2.6,在注册表中找不到"而无法安装.

试图安装它

Windows 7,64位机器

python installation

56
推荐指数
3
解决办法
7万
查看次数

获取错误:DLL加载失败:操作系统无法运行%1 - Python 2.7; Scrapy模块; 导入密码学

我无法在Scrapy教程中成功运行第一个命令(http://doc.scrapy.org/en/latest/intro/tutorial.html).粘贴在下面的代码副本是结果(最后有错误).

安装了Python 2.7,我按照scrapy的安装说明进行操作(http://doc.scrapy.org/en/latest/intro/install.html).我在Windows 7(64位)上运行Python 2.7.6 32位.

安装的其他方面:

  1. Twisted-13.2.0.dist-info
  2. zope.interface-4.1.1-py2.7
  3. Scrapy-0.22.2-py2.7
  4. lxml-3.3.3-py2.7
  5. cssselect-0.9.1-py2.7
  6. cryptography-0.3.dist-info
  7. pyOpenSSL-0.14-py2.7
  8. pywin32_system32

这是错误信息:

C:\Python27\Scripts>scrapy startproject tutorial
    Traceback (most recent call last):
      File "C:\Python27\lib\runpy.py", line 162, in _run_module_as_main
        "__main__", fname, loader, pkg_name)
      File "C:\Python27\lib\runpy.py", line 72, in _run_code
        exec code in run_globals
      File "C:\Python27\lib\site-packages\scrapy\cmdline.py", line 9, in <module>
        from scrapy.crawler import CrawlerProcess
      File "C:\Python27\lib\site-packages\scrapy\crawler.py", line 3, in <module>
        from twisted.internet import reactor, defer
      File "twisted\internet\reactor.py", line 38, in …
Run Code Online (Sandbox Code Playgroud)

dll module scrapy python-2.7

10
推荐指数
3
解决办法
2万
查看次数

标签 统计

dll ×1

installation ×1

module ×1

python ×1

python-2.7 ×1

scrapy ×1