hexya-erp / hexya

Hexya business application development framework
http://hexya.io
Apache License 2.0
411 stars 125 forks source link

Make Hexya deployable through an executable bundle, can not found hexya/pool #30

Closed gaodihu closed 5 years ago

gaodihu commented 5 years ago

I run hexya updatedb -o, but report error:

hexya updatedb -o Please wait, Hexya is starting ... ../hexya-base/base/000hexya.go:22:2: cannot find package "github.com/hexya-erp/hexya/pool/h" in any of: /opt/go/src/github.com/hexya-erp/hexya/pool/h (from $GOROOT) /opt/work/go/src/github.com/hexya-erp/hexya/pool/h (from $GOPATH) ../hexya-base/base/attachment.go:23:2: cannot find package "github.com/hexya-erp/hexya/pool/q" in any of: /opt/go/src/github.com/hexya-erp/hexya/pool/q (from $GOROOT) /opt/work/go/src/github.com/hexya-erp/hexya/pool/q (from $GOPATH)

gaodihu commented 5 years ago

I had resovled