Advertisement
Guest User

Untitled

a guest
Apr 13th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. Exception in thread "main" ImportError: Cannot import site module and its dependencies: No module named site
  2. Determine if the following attributes are correct:
  3. * sys.path: ['C:\\Users\\User\\.m2\\repository\\org\\python\\jython\\2.7.1b3\\Lib', '__classpath__', '__pyclasspath__/']
  4. This attribute might be including the wrong directories, such as from CPython
  5. * sys.prefix: C:\Users\User\.m2\repository\org\python\jython\2.7.1b3
  6. This attribute is set by the system property python.home, although it can
  7. be often automatically determined by the location of the Jython jar file
  8.  
  9. You can use the -S option or python.import.site=false to not import the site module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement