簡體   English   中英

Pydev:如何導入gae項目以遮蔽Pydev gae項目?

[英]Pydev: How to import a gae project to eclipse Pydev gae project?

在googleappengine發布時創建了一個gae項目,並用textmate構建它。

現在,我想將它導入Eclipse PyDev GAE項目。 試圖導入它,但它不起作用。

誰知道怎么做?

提前致謝。

您可以嘗試使用eclipse導入功能。 在Eclipse中,創建一個新的PyDev GAE項目,然后您可以復制現有文件。

請遵循以下步驟:無論您(有沒有)將更改提交到SVN / GIT

- create a new PyDev GAE project
 - Name the project
 - Then on the same window under Project contents:- uncheck Use Default and select the directory where your Scripts / src files are located.
 - Set Google App Engine Configuration - Path to the Google App Engine folder that you downloaded.
 - Select all, for libraries.
 - Then select Empty project
 - Now your project is created
 - Hit finish !!! you are good to go.

在eclipse中對文件進行的更改也會反映在您的src文件中。

如果要使用Eclipse的Import功能,請使用General - > File system。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM