(no subject)

Dear swift team

       When I was installed swift and start it on command line,  I try to input 1 \+ 1,  

I got error “opening import file for module ‘SwiftShims’: No such file or directory”
How to fix this error, thanks.

從 Windows 10 的郵件傳送

Hi John,

Could you provide more information? Which OS are you running, how did you
install Swift (where did you unpack it, did you make any $PATH adjustments
etc.)?

Dmitri

···

On Mon, Dec 21, 2015 at 6:45 PM, John Huang via swift-users < swift-users@swift.org> wrote:

Dear swift team

           When I was installed swift and start it on command line, I try
to input 1 + 1,

I got error “opening import file for module ‘SwiftShims’: No such file or
directory”

How to fix this error, thanks.

--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr@gmail.com>*/