qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

cant start new django project #139

Open mythreal opened 8 years ago

mythreal commented 8 years ago

I just installed django 1.10 and thought id try it out. In the console I ran 'exit(1)' to exit python. The I 'cd' into the dir I want to start my project. Im root so I 'mkdir someDir' and 'cd' into that dir. Then ran 'python django-admin startproject newProject'. The error I received was that there was no libpython2.7.so.

I might be doing something unsupproted but I thought it would be coo if I could build a project on my tablet.

Thanks, Austin