Python's 2to3 fixer...

Questions about programming languages and debugging
Post Reply
User avatar
JuggaloMushroom
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 252
Joined: 18 Jul 2006, 16:00
17
Contact:

Python's 2to3 fixer...

Post by JuggaloMushroom »

I require some help with the 2to3 fixer, I just recently installed python 3.1, while I was writing my programs in 2.7. I input the right string into the command line, but it keeps returning "Invalid Syntax" error. This is what I am inputing

Code: Select all

 2to3 -w myfilehere.py 
Any help is appreciated.(That is provided you are at least somewhat knowledgeable in the language :lol: )

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Re: Python's 2to3 fixer...

Post by leetnigga »

Your command line syntax is fine. 2to3 is probably telling you about the contents of your file. Post the contents of your file, or any file that yields the error.

User avatar
JuggaloMushroom
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 252
Joined: 18 Jul 2006, 16:00
17
Contact:

Re: Python's 2to3 fixer...

Post by JuggaloMushroom »

I have decided to stick with the 2.x series, thanks any way though.

User avatar
leetnigga
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 447
Joined: 28 Jul 2009, 16:00
14

Re: Python's 2to3 fixer...

Post by leetnigga »

Noooooooooooo :P

Post Reply