Jump to content

[FIXED]Forge src doesn't want to install


dusakus

Recommended Posts

So, I have just started learning minecraft modding and I have a problem:

  I'm unable to install Forge src

I've downloaded Build 7.7.1.611, unzipped it, and ran the install.sh file from terminal (I'm on Arch linux 64bit) and the result is

[dusakusD@dlap forge]$ sh install.sh
  File "install.py", line 17
    print '================ Forge ModLoader Setup Start ==================='
                                                                           ^
SyntaxError: invalid syntax

Because it says something about syntax the problem might be caused by python version (I have Python 3.3.1 (default, Apr  6 2013, 19:03:55) [GCC 4.8.0] on linux))

 

I've also tried to install it on second computer (Ubuntu 12.04 32bit) and everything works fine, but that computer is toooooo slow to work with minecraft (AMD athlon 1.5GHz and Riva TNT2 pro 64)

 

<----====[ S O L U T I O N ]====---->

 

I have just found the problem.

The thing is that install script is written for Python 2, so i can't run it using command "python".

When i used "python2"( Python 2.7.4 ) it just:

[dusakusD@dlap forge]$ python2 install.py
================ Forge ModLoader Setup Start ===================
Downloaded mcp7.44.zip
Extracting MCP to '/home/dusakus/MCW/forge/mcp'
Setting up MCP
Backing up commands.py
...

and did all i expected from it ;)

 

It would be great if someone could put information about python version on the Forge Wiki, or download page.


I'm from Poland, I'm 16 , my English level isn't very good (as you can see above ;) )

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.