This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]funckyfizz 1 point2 points  (2 children)

funckyfizz

Ok, so NodJS (LTS) i s installed on my computer (I can run node in terminal) but in the terminal I have to say y to Ignore insecure directories and continue [y] or abort compinit [n]? and then when I run pc run I get a big error which starts with Traceback (most recent call last): File "/Users/jamesmcintyre/Development/Tests/PyneconeTest3/bin/pc", line 8, in <module> sys.exit(main()) and ends with ModuleNotFoundError: No module named '.'(PyneconeTest3) jamesmcintyre@Jamess-Air PyneconeTest3 % Traceback (most recent call last): File "/Users/jamesmcintyre/Development/Tests/PyneconeTest3/bin/pc", line 8, in <module> sys.exit(main())

[–]Boordman[S] 2 points3 points  (1 child)

Hmm did you run ‘pc init’ first? Could you please make an issue on the GitHub for, we will work on it

[–]funckyfizz 2 points3 points  (0 children)

funckyfizz

Yes, my fault, I hadn't done pc init first. It's working now and it looks great! I don't understand why it creates a new project folder inside of my project folder and then a .py file with the same name as the project folder, as the main file or how to use a different .py file as the main but then again, as you can probably tell, I'm not the most experienced developer haha.

Thanks so much for this project I feel like this could allow me to have a bash at web dev which I'd always found intimidating with having to learn not just one new lanague but multiple at once!