• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
T
Reaction score
1

Profile posts Latest activity Postings About

  • Most linux distros rely on python3 to run parts of their system.... That may not have been a good choice. Just fyi. I know Ubuntu and openSUSE due, so I would be careful.
    XD I'm so "'leet" at this. I knew I needed python 2 XD never realized the other stuff. But yeah, you figured out the .exe problem? Also, could I ask you a question about Python? Does Python respond to white space, I know C/C++ doesn't Ina lot of cases and indentations are just used usually for clarity.

    Edit: Alright, I read through some of the documentation! I see where I missed the dependencies.
    Did you take into account that I used other libraries besides wxpython?:P

    I used:
    python 2.7.6
    Python Imaging Library (PIL)
    pygame
    wxpython

    to make this tool.:D
    That's what I'm working on, lol. Yes you do, and I actually thought you were compiling for windows when I sent you that spec.
    The spec file is actually a normal python file, so read it as such, you have improper indents.

    Spoiler:
    I use pyinstaller. It is fairly simple once you get it installed. Installation on windows is weird compared with Linux, but if you follow the pyinstaller manual precisely for installation, you will be good. After the first build of you program, you will get a .spec file the same name as your program. Open it up in a text editor and change it to these settings:

    Spoiler:
    I'll have a new beta ready tomorrow. It will be much cleaner with a lot of bug fixes. When you open the program, you will be asked to update (if I have an update and you are connected to internet) and it will take you to the GitHub releases page. Have fun.:)
  • Loading…
  • Loading…
  • Loading…
Back
Top