Page 1 of 1

Can't install renpy 6.17.4 on ubuntu

Posted: Fri Apr 18, 2014 6:20 pm
by shinryu99
hey help me, i can't install renpy latest version 6.17.4 on ubuntu 13.10, and when i run renpy.py will show error message :
Traceback (most recent call last):
File "renpy.py", line 163, in <module>
main()
File "renpy.py", line 160, in main
renpy.bootstrap.bootstrap(renpy_base)
File "/home/shinryu/Downloads/renpy-6.17.4-source/renpy/bootstrap.py", line 261, in bootstrap
renpy.import_all()
File "/home/shinryu/Downloads/renpy-6.17.4-source/renpy/__init__.py", line 252, in import_all
import renpy.style #@UnresolvedImport
ImportError: No module named style

Re: Can't install renpy 6.17.4 on ubuntu

Posted: Fri Apr 18, 2014 7:16 pm
by PyTom
How are you running it? Are you using renpy.sh (the correct way), or something like "python renpy.py"?

Re: Can't install renpy 6.17.4 on ubuntu

Posted: Fri Apr 18, 2014 7:47 pm
by shinryu99
i used python renpy.py and then no such file renpy.sh on extracted!

Re: Can't install renpy 6.17.4 on ubuntu

Posted: Fri Apr 18, 2014 11:18 pm
by PyTom
How did you get Ren'Py. You should download it from:

http://www.renpy.org/dl/6.17.4/renpy-6.17.4-sdk.tar.bz2

then run:

tar xvaf renpy-6.17.4-sdk.tar.bz2
cd renpy-6.17.4-sdk
./renpy.sh

Re: Can't install renpy 6.17.4 on ubuntu

Posted: Sat Apr 19, 2014 6:30 am
by shinryu99
thank's for your help :)