LINUX.ORG.RU

Как в jython установить модуль?

 , ,


0

1
Request page: /admin/posts/6 raised exception : ImportError: Cannot import site module and its dependencies: No module named site

Determine if the following attributes are correct:
 * sys.path: [/home/bvn13/dev/proj1/SpringProj-2.4.jar!/BOOT-INF/lib/Lib, __classpath__, __pyclasspath__/]
   This attribute might be including the wrong directories, such as from CPython
 * sys.prefix: /home/bvn13/dev/proj1/SpringProj-2.4.jar!/BOOT-INF/lib
   This attribute is set by the system property python.home, although it can
   be often automatically determined by the location of the Jython jar file
You can use the -S option or python.import.site=false to not import the site module

Что он от меня хочет? Модуль site? Как его поставить?

★★★★★

Попробуй заюзать jython-standalone.jar

provaton ★★★★★
()

Это такой модуль, который всегда вызывается при запуске https://docs.python.org/2/library/site.html он не обязателен:

You can use the -S option or python.import.site=false to not import the site module

Но вообще это говорит что jython как-то криво установлен.

pawnhearts ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.