- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试安装 myro 包,这样我就可以处理 Scribbler robot 了。 .成功安装软件包后,出现以下错误:
from myro import *
Traceback (most recent call last):
File "<pyshell#4>", line 1, in -toplevel-
from myro import *
File "C:\Python24\Lib\site-packages\myro\__init__.py", line 18, in -toplevel-
from myro.system import *
File "C:\Python24\Lib\site-packages\myro\system.py", line 2, in -toplevel-
import os, string, serial, sys, time
File "C:\Python24\Lib\site-packages\serial\__init__.py", line 13, in -toplevel-
from serialwin32 import *
File "C:\Python24\Lib\site-packages\serial\serialwin32.py", line 9, in -toplevel-
import win32file # The base COM port and file IO functions.
ImportError: DLL load failed: The specified module could not be found.
Python 版本为 2.4.4(由包使用)。另外,我有目录 C:\Python24\Lib\site-packages\win32
,还有文件 win32file.pyd
。我不知道为什么会这样。
有什么想法吗?
最佳答案
这件事也发生在我身上。要修复它,我所要做的就是卸载并重新安装程序(虽然很糟糕,但可以工作)。以下是一些详细说明:
Myro 安装和设置
您将下载 Myro 并将其安装到您的计算机上。安装结束时,Python、一个 IDLE 和 Myro 的特殊帮助文件将准备好在您的计算机上使用。
开始之前,请通读这些说明。安装和设置说明将概述为 Windows 机器(特别是 Windows XP)执行的操作,但许多步骤需要在其他平台上执行。 IPRE 网站上提供了 Linux、MacOS X 和 Windows 的安装说明。
请非常仔细地按照以下说明操作。如果您仓促完成该过程而忽略了重要细节,Myro 的安装和设置将不会顺利进行。您可能希望在每个步骤完成时勾选它。注意:您不需要设置硬件。
Python2.4 是编写这些说明时最新的 Python 版本。如果现在有更新的东西,请不要感到惊讶。
您应该已经掌握了如何在计算机上下载文件和创建文件夹的基本知识。如果不了解,请查阅 Windows 帮助菜单并了解您不知道的详细信息。第 1 步:阅读说明
Please read these instructions thoroughly before continuing to Step 2. You may want a parent or friend to sit with you for support. Reading and following directions takes practice.
Every computer is different, so don’t be surprised if during the installation and setup process you have to make some minor adjustments. In those situations, simply accept any default choices that Windows makes for you. Instructions specific to systems other than Windows XP can be found on the IPRE site as well as a list of possible problems and the solutions.
第 2 步:下载 Myro
Go to the Myro Installation Manual (http://wiki.roboteducation.org/Myro_Installation_Manual) section of the IPRE website.
Scroll down the page and to the section titled Myro Installation and Setup. Click the Windows Setup link. (If you are running a different operating system, click the appropriate link.)
No matter which version of Windows you have, click the link to download the Myro ZIP File.
When the File Download dialog box appears, choose the Save button.
Save the zip file to the root directory (C:) of your computer’s hard drive. The directory structure of every computer is different, but make sure your root directory appears in the “Save in” window and the file appears in the “File name” window as shown below. Select Save.
The name of the C: drive will vary from one computer to another. You can be pretty sure you are saving the file in the right place if “C:” appears in the Save in: window.
After completing the installation, you can archive this file to a different folder if you prefer. Do not delete the file in case you may need to re-install at a later date.
Once the download is complete, open the folder to your root directory.
You should see the saved file myro-all-270.zip. Your directory and version number may be different.
第 3 步:安装 Myro
Open the myro-all-270.zip file by double clicking on it.
Inside the Zip file is a folder titled Myro Install Files. Copy this folder to your Desktop.
Once on your Desktop, open the Myro Install Files folder. Important Note: Opening the folder from within the Zip folder will not work. The folder must be located outside the Zip folder.
If you have Windows XP, double click the install.bat file. If you have Windows Vista or Windows 7, right click the install.bat file and choose “Run as Administrator”.
A series of dialog boxes will now appear. Choose the default settings for each by clicking the Next button.
第 4 步:设置 Myro
After the installation is complete, you will see the Start Python.pyw icon on your Desktop.
Move the Start Python.pyw file to your CP1 Course Files folder you previously created on your local hard drive (C:). Doing so will allow you to easily save your work to the proper folder instead of on your Desktop.
Once the Start Python.pyw file is in your CP1 Course Files folder, you can launch Python by double clicking the Start Python.pyw icon. The IDLE for Python will launch.
You are now ready to type your first Python program. Do not type in the sample program from the IPRE website. Do not attempt the Hardware Setup for the robot. This has been done for you.
Sometimes installation and setup are not successful on the first attempt. If that happens to you, please re-read the instructions carefully and try again. After a second unsuccessful attempt, please contact your instructor for additional assistance.
关于python - 导入 Myro 未找到的 win32 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11073968/
今天我在一个 Java 应用程序中看到了几种不同的加载文件的方法。 文件:/ 文件:// 文件:/// 这三个 URL 开头有什么区别?使用它们的首选方式是什么? 非常感谢 斯特凡 最佳答案 file
就目前而言,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引起辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the he
我有一个 javascript 文件,并且在该方法中有一个“测试”方法,我喜欢调用 C# 函数。 c# 函数与 javascript 文件不在同一文件中。 它位于 .cs 文件中。那么我该如何管理 j
需要检查我使用的文件/目录的权限 //filePath = path of file/directory access denied by user ( in windows ) File fil
我在一个目录中有很多 java 文件,我想在我的 Intellij 项目中使用它。但是我不想每次开始一个新项目时都将 java 文件复制到我的项目中。 我知道我可以在 Visual Studio 和
已关闭。此问题不符合Stack Overflow guidelines 。目前不接受答案。 这个问题似乎不是关于 a specific programming problem, a software
我有 3 个组件的 Twig 文件: 文件 1: {# content-here #} 文件 2: {{ title-here }} {# content-here #}
我得到了 mod_ldap.c 和 mod_authnz_ldap.c 文件。我需要使用 Linux 命令的 mod_ldap.so 和 mod_authnz_ldap.so 文件。 最佳答案 从 c
我想使用PIE在我的项目中使用 IE7。 但是我不明白的是,我只能在网络服务器上使用 .htc 文件吗? 我可以在没有网络服务器的情况下通过浏览器加载的本地页面中使用它吗? 我在 PIE 的文档中看到
我在 CI 管道中考虑这一点,我应该首先构建和测试我的应用程序,结果应该是一个 docker 镜像。 我想知道使用构建环境在构建服务器上构建然后运行测试是否更常见。也许为此使用构建脚本。最后只需将 j
using namespace std; struct WebSites { string siteName; int rank; string getSiteName() {
我是 Linux 新手,目前正在尝试使用 ginkgo USB-CAN 接口(interface) 的 API 编程功能。为了使用 C++ 对 API 进行编程,他们提供了库文件,其中包含三个带有 .
我刚学C语言,在实现一个程序时遇到了问题将 test.txt 文件作为程序的输入。 test.txt 文件的内容是: 1 30 30 40 50 60 2 40 30 50 60 60 3 30 20
如何连接两个tcpdump文件,使一个流量在文件中出现一个接一个?具体来说,我想“乘以”一个 tcpdump 文件,这样所有的 session 将一个接一个地按顺序重复几次。 最佳答案 mergeca
我有一个名为 input.MP4 的文件,它已损坏。它来自闭路电视摄像机。我什么都试过了,ffmpeg , VLC 转换,没有运气。但是,我使用了 mediainfo和 exiftool并提取以下信息
我想做什么? 我想提取 ISO 文件并编辑其中的文件,然后将其重新打包回 ISO 文件。 (正如你已经读过的) 我为什么要这样做? 我想开始修改 PSP ISO,为此我必须使用游戏资源、 Assets
给定一个 gzip 文件 Z,如果我将其解压缩为 Z',有什么办法可以重新压缩它以恢复完全相同的 gzip 文件 Z?在粗略阅读了 DEFLATE 格式后,我猜不会,因为任何给定的文件都可能在 DEF
我必须从数据库向我的邮件 ID 发送一封带有附件的邮件。 EXEC msdb.dbo.sp_send_dbmail @profile_name = 'Adventure Works Admin
我有一个大的 M4B 文件和一个 CUE 文件。我想将其拆分为多个 M4B 文件,或将其拆分为多个 MP3 文件(以前首选)。 我想在命令行中执行此操作(OS X,但如果需要可以使用 Linux),而
快速提问。我有一个没有实现文件的类的项目。 然后在 AppDelegate 我有: #import "AppDelegate.h" #import "SomeClass.h" @interface A
我是一名优秀的程序员,十分优秀!