Импорт Win32-файл не найден с Myro

Я пытаюсь установить пакет myro, чтобы возиться с роботом Scribbler. После успешной установки пакета я получаю следующую ошибку:

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, Я понятия не имею, почему это происходит.

Какие-нибудь мысли?

1 ответ

Это случилось со мной тоже. Все, что мне нужно было сделать - это удалить и переустановить программу (отстой, но работает). Вот несколько подробных инструкций:

Myro Установка и настройка

Вы будете загружать и устанавливать Myro на свой компьютер. В конце установки Python, IDLE и специальные вспомогательные файлы для Myro будут готовы к использованию на вашем компьютере.

Прежде чем начать, пожалуйста, прочитайте эти инструкции. В инструкциях по установке и настройке будет указано, что делать с машиной Windows (в частности, с Windows XP), но многие действия необходимо выполнить на других платформах. Инструкции по установке для Linux, MacOS X и Windows приведены на веб-сайте IPRE.

Следуйте инструкциям ниже очень тщательно. Установка и настройка 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.
Другие вопросы по тегам