Ask your own question, for FREE!
Computer Science 23 Online
OpenStudy (naga447):

So lately I've been using python and started to look into using Pyglet to try my hand at 3D stuff but I keep getting an error message (in comments) and I can't figure out why its doing this because I have 3.4.0. Any idea's why its doing this?

OpenStudy (naga447):

OpenStudy (anonymous):

It looks like it's setup for a 2.x installation. there are 2 real branches of python, 2.x and 3.x while they have a lot of similarities, cross compatibility isn't always possible. https://wiki.python.org/moin/Python2orPython3 discusses a few of the differences and helps to decide which way you want to go. Technically you can have and use both concurrently, but projects will typically be written in one or the other. Development is still ongoin on both sides of the decision, so 3.x is not always newer than 2.x it's just a different fork along the line.

OpenStudy (naga447):

Okay then the problem could be than I need to download Python 2.4 to get it to run?

OpenStudy (anonymous):

no, just get the newest 2.x

OpenStudy (anonymous):

which would actually be 2.7 something i think

OpenStudy (naga447):

I'll take a look, but thanks for your help!

OpenStudy (anonymous):

no problem, let me know if that doesn't fix it

OpenStudy (naga447):

I went ahead and downloaded and installed Python 2.7.6 and then tried to install Pyglet and it gave me the same error message, I'm going to try it with 2.4.1 and see if that works.

OpenStudy (naga447):

It worked when i used 2.4.1, its letting me download/install it now

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!