CEVidium icon indicating copy to clipboard operation
CEVidium copied to clipboard

Syntax error when running BUILD2.BAT

Open Linux-Error opened this issue 4 years ago • 8 comments

When I run the BUILD2.BAT file I get the error

C:\Users\James\Downloads\CEVidium-master\CEVidium-master\CEVENCODER>BUILD2.BAT -h
  File "C:\Users\James\Downloads\CEVidium-master\CEVidium-master\CEVENCODER\tools\toolkit2.py", line 1
    print "Loading libraries..."
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Linux-Error avatar Dec 22 '21 04:12 Linux-Error

Hello,

Add me on Discord and I can help you from there. jlaw#6710

cheesemagic avatar Dec 22 '21 05:12 cheesemagic

I figured it out, thanks though!

Linux-Error avatar Dec 22 '21 05:12 Linux-Error

@Linux-Error

I figured it out, thanks though!

should tell people what the problem was, and close the issue. (GitHub etiquette) in this case it was you using python 3.x instead of python 2.7.x (but you already knew that)

@cheesemagic good to see you offering help to others after i helped you :)

KickingAnimal avatar Dec 27 '21 21:12 KickingAnimal

@Linux-Error

I figured it out, thanks though!

should tell people what the problem was, and close the issue. (GitHub etiquette) in this case it was you using python 3.x instead of python 2.7.x (but you already knew that)

@cheesemagic good to see you offering help to others after i helped you :)

why are you using python 2.7 in the first place, pip doesn't even go back to python 2.7 so installing packages does not work, which means I can't install PIP for python2.7

flowerbearttv avatar May 23 '22 03:05 flowerbearttv

@FloweyProgramer Python 2.7 seems to be the only version that works for CEVidium. You can install packages still. I don't remember how because I did it last year, but I do know that it works.

cheesemagic avatar May 23 '22 03:05 cheesemagic

@FloweyProgramer Pip does work I believe, that's how I installed packages needed. this project is just old that's why python 2.7 is used and not python 3.x. no-idea behind the motivation beyond that.

KickingAnimal avatar May 23 '22 12:05 KickingAnimal

Pip deprecated python 2 in 2021, all the pip install scripts I find don't work

On Mon, May 23, 2022, 7:41 AM KickingAnimal @.***> wrote:

@FloweyProgramer https://github.com/FloweyProgramer Pip does work I believe, that's how I installed packages needed. this project is just old that's why python 2.7 is used and not python 3.x. no-idea behind the motivation beyond that.

— Reply to this email directly, view it on GitHub https://github.com/Iambian/CEVidium/issues/12#issuecomment-1134626612, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOKBSOMMZV3ELNEOP6V34DTVLN4GJANCNFSM5KRV6DEQ . You are receiving this because you were mentioned.Message ID: @.***>

flowerbearttv avatar May 23 '22 19:05 flowerbearttv

ah yeah forgot about that, when I was last using it pip still worked (somewhere last year indeed). in that case you will need to install dependencies manually. don't know how to do that out of the top of my head but I'm sure the internet has solutions for that.

edit: on top of that this is now an new issue and not related anymore to your original opened issue, might want to consider closing this one and opening a new one. (dependency issue instead of build (syntax error) issue.

KickingAnimal avatar May 23 '22 19:05 KickingAnimal