想在 Qooxdoo 工作。帮我
我是 Qooxdoo 的新手。我下载了。之后我不知道下一步。我想知道如何在其中工作。我经历了 http://qooxdoo.org/documentation/1.1#getting_started 但我没有得到让它工作。请问谁能告诉我它应该如何工作?我应该采取什么步骤?
当我在cmd中执行create-application.py时,我得到一个创建应用程序的word文件。
我应该如何运行该应用程序。当我输入 cd C:/custom 时 cmd 中的generate.py source-all 提示错误,因为 'generate.py' 未被识别为内部或外部命令, 可运行的程序或批处理文件。 我应该为此做什么。
I am new to Qooxdoo. I downloaded it. After that i do not know the next step. I want to know how to work in it. I went through http://qooxdoo.org/documentation/1.1#getting_started but am not getting it to work. Please can anyone tell me how it should work? What steps should I take?
When i execute the create-application.py in cmd, i get a wordfile which is Create application.
how should i run the application. when i type cd C:/custom
generate.py source-all in cmd it says error as 'generate.py' is not recognized as an internal or external command,
operable program or batch file. What should i do for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您粘贴的内容是 create-application.py 的内容。如果您看到这一点,可能意味着您的系统不知道如何处理 .py 文件。确保 Python 安装正确(在命令窗口中输入“python”应启动交互式 Python shell),然后尝试运行“python create-application.py”。
What you pasted there are the contents of create-application.py. If you're seeing that, it probably means your system doesn't know how to handle .py files. Make sure Python is installed correctly (entering "python" in a command window should start the interactive Python shell), then try running "python create-application.py".