Search found 2 matches

by Old Soldier
Sat Oct 24, 2020 7:54 am
Forum: Ren'Py Questions and Announcements
Topic: Python modules don't work.
Replies: 1
Views: 249

Python modules don't work.

I need to send file to email or my server. At first modules(requests and smtplib) were not imported. "No module named "requests". But i just copied module folders in "game". And now they import successful, but commands don't work. Just "module has no attribute ' command...
by Old Soldier
Wed Oct 14, 2020 9:09 am
Forum: Ren'Py Questions and Announcements
Topic: What, after all, to do if the APK build fails?
Replies: 0
Views: 419

What, after all, to do if the APK build fails?

No matter how widespread the problem was, I found few solutions on the Internet. somewhere I used a different laptop, somewhere I installed a different version of the JDK, and somewhere I re-installed the SDK. I have a fairly typical(probably) problem: gradle can't find the file. (error: file not fo...