loblao / libpandadna

A parser for Disney's DNA files. It focus primarily on Toontown's DNA.
Other
38 stars 17 forks source link

invalid syntax in DNASuitPoint.py #57

Closed AntiPositive closed 7 years ago

AntiPositive commented 7 years ago

http://prntscr.com/e2xwsy

This is not a dna issue, I've tried this with 3 different dna files and each had an identical issue.

mfwass commented 7 years ago

What version of Python are you using? This is syntactically correct in Python 2.7

UnknownProjecter commented 7 years ago

I think its 1.1.8??? I'm doing it for the TTI source.

On Sat, Feb 11, 2017 at 10:42 AM, Michael Wass notifications@github.com wrote:

What version of Python are you using? This is syntactically correct in Python 2.7

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/loblao/libpandadna/issues/57#issuecomment-279153518, or mute the thread https://github.com/notifications/unsubscribe-auth/AX-mNFT5yqcEjzzNKfpmeNE94Ww5woReks5rbdbZgaJpZM4LzYm8 .

s0r00t commented 7 years ago

That's not a Python version.

UnknownProjecter commented 7 years ago

can you send me the right python? i just need to know where and maybe i can link you my discord?

On Sun, Feb 12, 2017 at 4:28 PM, Hugo Courtial notifications@github.com wrote:

That's not a Python version.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/loblao/libpandadna/issues/57#issuecomment-279250609, or mute the thread https://github.com/notifications/unsubscribe-auth/AX-mNMUHdofxatrFgUdUhVeYWF1Ep55kks5rb3l9gaJpZM4LzYm8 .

mfwass commented 7 years ago

@UnknownProjecter

Practical programming knowledge is required in order to work on a massive programming project. I suggest learning more about the language you're using before you take on something like a MMO.

Also, there are plenty of public alternatives than using stolen source code to play the game. Such as the already open game Toontown Rewritten (which you just happen to be using stolen code from). :)

mfwass commented 7 years ago

Please ensure you're using Python 2.7. I'm certain you're using an incompatible version of Python.