我尝试导入到我的程序中的两个文件中的一个不起作用。 我知道程序必须在同一个文件夹中,或者至少命令require必须在目录中。 我有一个保存程序的文件夹和一个文件夹se3-bib在我的程序所在的文件夹中。 然后,se3-bib文件夹中有另一个名为prolog的文件夹,其中包含我要导入程序的文件。
当我尝试这个时:
#lang racket
(require "se3-bib/prolog/prologInScheme.rkt")
我说错了:
se3-bib\prolog\prologInScheme.rkt:19:3: standard-module-name-resolver: collection not found
for module path: se3-bib/tools-module
collection: "se3-bib"
in collection directories:
C:\Users\Lidiya\AppData\Roaming\Racket\6.3\collects
C:\Users\Lidiya\Documents\Mathe WS1516\SE3\Racket\collects
... [161 additional linked and package directories] in: se3-bib/tools-module
no packages suggestions are available
您还可以找到screenshot of that。