Page 1 of 1

[SOLVED] Error using init_project .

Posted: 03 Apr 2020, 13:31
by TheOakStaff
Hello,
I am very new to this whole thing, so I hope you will bear with me.
When i run the 'init_project .' I get the following error

Code: Select all

pyplanet init_project .
CommandError: 'C:\Games\PyPlanetControl\' already exists
I'm simply following the installation guide here https://pypla.net/en/latest/intro/insta ... ndows.html

any help would be much appreciated.

Re: Error using init_project .

Posted: 03 Apr 2020, 13:36
by toffe
Hey.

In your command the dot represents the folder it wants to create. And for you, the folder . Is the current folder and it already exist. Try to use another folder name in the command and it will work for you ;)

Re: Error using init_project .

Posted: 03 Apr 2020, 20:04
by TheOakStaff
toffe wrote: 03 Apr 2020, 13:36 Hey.

In your command the dot represents the folder it wants to create. And for you, the folder . Is the current folder and it already exist. Try to use another folder name in the command and it will work for you ;)
Thanks, It looks like it worked. Probably going to run into more things that I don't understand, but I'll just make another post then.

Re: Error using init_project .

Posted: 03 Apr 2020, 20:15
by toffe
Nice, you can contact me on Discord as well, maybe a bit more faster for both of us: Toffe#8999

EDIT: Issue solved.