开发者

I am trying to make a .app for my test first python script using playpus

This is my script

removed

it works fine through terminal but when i make it a .app with Platypus i get this when running the app

Hello How 开发者_如何学JAVAare you? 
Traceback (most recent call last):
  File "/Users/shameer/Desktop/Test Programs/questions.app/Contents/Resources/script", line 2, in <module>
    feeling = raw_input()
EOFError: EOF when reading a line


Platypus doesn't create an interactive terminal session, it just pipes your script output into a textfield. You won't be able to wrap interactive programs with it.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜