Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Build project with cxfreeze
Post: RE: Build project with cxfreeze

I got an answer to this question on StackOverflow. You can check it out here https://stackoverflow.com/a/62373116/13282963
Kolterdyx General Coding Help 2 3,062 Jun-14-2020, 04:30 PM
    Thread: Build project with cxfreeze
Post: Build project with cxfreeze

I'm trying to make and executable from a project I'm working on, to test it on a different computer, without requiring python installed. I want to use cx freeze to build and exe file, and this is my ...
Kolterdyx General Coding Help 2 3,062 Jun-14-2020, 01:24 PM
    Thread: Infinite generating tilemap pygame
Post: Infinite generating tilemap pygame

I am trying to get an infinite generating 2D world algorithm to work. I first get an area that gives me 36 chunk positions around the player Then I check if any of those positions has a generated c...
Kolterdyx Game Development 2 3,638 Jun-13-2020, 06:18 PM
    Thread: Turn coordinates in string into a tuple
Post: Turn coordinates in string into a tuple

I have a dict that stores chunk coordinates and their content in a game I'm making. It looks like this chunks = { '0,0' : <content>, '0,1' : <content> ... }What I need is to get the keys...
Kolterdyx General Coding Help 3 2,698 Jun-09-2020, 09:20 PM
    Thread: Buildozer fails building Kivy app for android
Post: Buildozer fails building Kivy app for android

I am trying to build an APK using the Kivy framework. When I try to build the app, I get an error with this output: Output:Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/an...
Kolterdyx General Coding Help 0 3,015 Apr-30-2020, 06:31 PM
    Thread: [split] Apparently module has no attribute display?
Post: [split] Apparently module has no attribute display...

Im trying to learn to use pygame but wheni run this code it gets error for all the attributes of pygame: import pygame from pygame import * pygame.init() gameDisplay = pygame.display.set_mode((800,...
Kolterdyx Game Development 1 2,788 Sep-09-2018, 02:47 AM
    Thread: OSError: [Errno 13] Permission denied
Post: OSError: [Errno 13] Permission denied

I'm trying to make a little program and i have to run an app called pad.py from another one called tarea1.py but when I try it replies this error: (Directories are partly in spanish because I'm from S...
Kolterdyx General Coding Help 3 17,803 Sep-06-2018, 11:19 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020