Advertisement
Guest User

luvit

a guest
Jul 12th, 2013
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. > local http = require("http")
  2. stdin:1: module 'http' not found:
  3.     no field package.preload['http']
  4.     no file './http.lua'
  5.     no file '/usr/local/share/lua/5.1/http.lua'
  6.     no file '/usr/local/share/lua/5.1/http/init.lua'
  7.     no file '/usr/local/lib/lua/5.1/http.lua'
  8.     no file '/usr/local/lib/lua/5.1/http/init.lua'
  9.     no file '/usr/share/lua/5.1/http.lua'
  10.     no file '/usr/share/lua/5.1/http/init.lua'
  11.     no file './http.so'
  12.     no file '/usr/local/lib/lua/5.1/http.so'
  13.     no file '/usr/lib/i386-linux-gnu/lua/5.1/http.so'
  14.     no file '/usr/lib/lua/5.1/http.so'
  15.     no file '/usr/local/lib/lua/5.1/loadall.so'
  16. stack traceback:
  17.     [C]: in function 'require'
  18.     stdin:1: in main chunk
  19.     [C]: ?
  20. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement