Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Python metal creator help  (Read 667 times)

NightS

  • Bay Watcher
    • View Profile
Python metal creator help
« on: March 09, 2012, 07:19:28 am »

Some time ago i made a metal creator in batch and now that i "know" how to program in python (this is my 4th day)
i have made a python script that makes a metal in a file from some parameters you give it.
It is done and it works if you don't introduce letters where you don't have to, but i have a problem after that.
Before i can post it in the mods subforum i have to make it a .exe so people can use it without installing python.
I have tried py2exe and followed all the instructions it gave me but i cannot manage to make it a .exe.
Does someone know any other way to do it or can do it for me?

P.S.: I'm using Python 2.7

Here is the code:
http://codepad.org/trENy9a2

Thanks in advance.
Logged

NightS

  • Bay Watcher
    • View Profile
Re: Python metal creator help
« Reply #1 on: March 09, 2012, 08:09:01 am »

Nevermind, i managed to solve it.
Closed
Logged