Search found 8 matches
- Tue Oct 06, 2015 1:10 am
- Forum: Development of Ren'Py
- Topic: Can't install pygame_SDL2
- Replies: 22
- Views: 8935
Re: Can't install pygame_SDL2
Looks like that was it. I reran the configuration for internal, and now the demo is fully working on my device. Next, to get started on my own app... I eliminated numpy and now I think I've gotten past the exceptions to the meat of things.. I need to learn about all the android events, etc. Thanks f...
- Mon Oct 05, 2015 2:05 am
- Forum: Development of Ren'Py
- Topic: Can't install pygame_SDL2
- Replies: 22
- Views: 8935
Re: Can't install pygame_SDL2
I got the example from here, I think: https://codeload.github.com/renpytom/rapt-pygame-example/zip/master downloaded on 9/18 When I run the pygame-example python on my PC, it works fine. The icon file is there, and it draws it on the screen when you run the example, and click all over. I do see a co...
- Mon Oct 05, 2015 12:38 am
- Forum: Development of Ren'Py
- Topic: Can't install pygame_SDL2
- Replies: 22
- Views: 8935
Re: Can't install pygame_SDL2
Aha! That's a cool tool! I Need to learn more about adb and logcat. (pretty new to working in Android..) So.. I think the example game is crashing because it can't find the pygame logo image... IOError: Could not open 'pygame-icon.png': So I can dig further into that. Wonder how it handles current d...
- Sun Oct 04, 2015 12:07 am
- Forum: Development of Ren'Py
- Topic: Can't install pygame_SDL2
- Replies: 22
- Views: 8935
Re: Can't install pygame_SDL2
Hi, So, looks like I got pygame_sdl2 installed and usable. I can directly import it. I have taken my game, imported pygame_sdl2, and it runs on PC. I can also run the rapt-pygame-example-master example program on PC, and it seems to work fine. I can get through the RAPT process to generate an APK. H...
- Fri Oct 02, 2015 8:53 pm
- Forum: Development of Ren'Py
- Topic: Can't install pygame_SDL2
- Replies: 22
- Views: 8935
Re: Can't install pygame_SDL2
Wow! really, that was it??
ok, I got it to import!
thanks! that's a good start..
ok, I got it to import!
thanks! that's a good start..
- Fri Oct 02, 2015 12:55 am
- Forum: Development of Ren'Py
- Topic: Can't install pygame_SDL2
- Replies: 22
- Views: 8935
Re: Can't install pygame_SDL2
Still fumbling with this.. I cannot get it to even recognize pygame_sdl2 directory as a module. I haven't gotten the "copy into site-packages" to work yet, so I was just trying to take baby steps, and directy do an import. I'm trying to run python and just issue "import pygame_sdl2" with that pre-co...
- Wed Sep 30, 2015 12:46 am
- Forum: Development of Ren'Py
- Topic: Can't install pygame_SDL2
- Replies: 22
- Views: 8935
Re: Can't install pygame_SDL2
At least at the moment, the easy method is to download Ren'Py, and grab the copy of pygame_sdl2 out of the Ren'Py distro. Ok, I hope I'm interpreting right.. - From Renpy nightlies at http://nightly.renpy.org/current/ - download the latest version (and you don't mean the github renpy master?) - ass...
- Tue Sep 29, 2015 2:13 am
- Forum: Development of Ren'Py
- Topic: Can't install pygame_SDL2
- Replies: 22
- Views: 8935
Re: Can't install pygame_SDL2
Hi, I'm new here.. Is there any further info on the method to install on windows? I have been trying to set up pygame_sdl2 purely for the purpose of converting a previously developed pygame to android. I'm not developing in Ren'Py. I basically get stuck at the same point user Glazed Donuts was, wher...