Ever17 Posted September 18, 2015 Posted September 18, 2015 So I want to be able to convert nscripter file. I came across this guy's website : https://github.com/franckv/nscripter2renpy I downloaded the archive and python 2.7 I launched cmd and entered command: python main.py -f script.txt > script.rpy Then i run python and try enter it again, but still received error about main.py Need help (Maybe i need not Python 2.7, but ver.3?) Quote
CryingWestern Posted September 18, 2015 Posted September 18, 2015 Worked fine for me... have you tried doing it in the "src" directory? Quote
firecat Posted September 18, 2015 Posted September 18, 2015 you could just skip the whole process and just make it in renpy. Quote
Ever17 Posted September 19, 2015 Author Posted September 19, 2015 Worked fine for me... have you tried doing it in the "src" directory? Quote
CryingWestern Posted September 19, 2015 Posted September 19, 2015 There are two ways, this: Obtain this from here: You need to add the python executable path to your Window's PATH variable. From the desktop, right-click My Computer and click Properties.In the System Properties window, click on the Advanced tab. In the Advanced section, click the Environment Variables button. Highlight the Path variable in the Systems Variable section and click the Edit button. Add the path of your python executable(c:\Python27\(Or whatever python you have)). Each different directory is separated with a semicolon. (Note: do not put spaces between elements in the PATH. Your addition to the PATH should read ;c:\Python27 NOT ; C\Python27) Apply the changes. You might need to restart your system, though simply restarting cmd.exe should be sufficient. Launch cmd and try again. It should work. Quote
Ever17 Posted September 19, 2015 Author Posted September 19, 2015 Yeah, still tell me cant import parcer name =\ Ok, thanks i guess Quote
CryingWestern Posted September 23, 2015 Posted September 23, 2015 Yeah, still tell me cant import parcer name =\ Ok, thanks i guess Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.