Pydev Google App run The project path should have only one segment

I am having problems running the pyDev Google App on Eclipse. I cannot create a new launch configuration, and I get this error message: The path for the project should have only one segment. Any ideas on how to fix this? I am running Eclipse Kepler on Ubuntu 13.10

+4
source share
1 answer

This is clearly a mistake, but there is a possible workaround: in the .py file in your project, right-click and go to "Run As". Then select "Python Run" (non-configurable configuration). Let it start and crash or something that this particular module does. Now take a look at your launch configurations - you will see one for this launch. You can configure it as if you did it anew.

+8
source

Source: https://habr.com/ru/post/1535141/


All Articles