我无法随机导入

时间:2016-10-09 01:53:51

标签: python-2.7 import

我是Python的新手。当我导入int i = 42; std::for_each(vpf.begin(), vpf.end(), std::bind(&Foo::print_add, std::placeholders::_1, i)); function Changes() { var updateCity = $("#cityIn").val(); $.ajax({ url: "../php_parsers/update_parse.php", type: "POST", data: { cityIn: $("#cityIn").val(), favoriteTeam: $("#favoriteTeam").val(), size: $("#size").val(), usernameSubmitting: $("#usernameSubmitting").val() } }).done(function(result) { if (result == "success") { $("#successAlert").html("Update successful").show(); } else { $("#updateFail").html(result).show(); } }) $('#myModal').on('hide.bs.modal', function(e) { $("#cityDisplayed").html(updateCity); $("#updateFail, #successAlert").hide(); }); } 时,会出现以下错误代码:

  

没有名为随机的模块

     

没有名为easygui的模块

但我在我的电脑上安装了random

的Python

easygui

0 个答案:

没有答案