Posted July 25, 201312 yr Trying to install the source for forge and it is giving me no ends of trouble. Running lubuntu OS This is the message in the terminal. jonathan@jonathan-Satellite-A105:~$ cd forge jonathan@jonathan-Satellite-A105:~/forge$ python install.py ================ Forge ModLoader Setup Start =================== Checking MCP zip (may take time to download) Extracting MCP to '/home/jonathan/forge/mcp' Traceback (most recent call last): File "install.py", line 76, in <module> decompile=options.decompile, gen_conf=False) File "install.py", line 12, in fml_main download_mcp(fml_dir, mcp_dir) File "/home/jonathan/forge/fml/fml.py", line 528, in download_mcp extract_zip(mc_info['mcp_file'], mcp_dir, filter=['eclipse']) #, prefix=' ') File "/home/jonathan/forge/fml/fml.py", line 341, in extract_zip out.write(zip.read(name)) File "/usr/local/lib/python2.7/zipfile.py", line 869, in read return self.open(name, "r", pwd).read() File "/usr/local/lib/python2.7/zipfile.py", line 938, in open return ZipExtFile(zef_file, mode, zinfo, zd) File "/usr/local/lib/python2.7/zipfile.py", line 487, in __init__ self._decompressor = zlib.decompressobj(-15) AttributeError: 'NoneType' object has no attribute 'decompressobj' jonathan@jonathan-Satellite-A105:~/forge$ Any help would be appreciated. Edit: Problem solved. Apparently re-downloading and re-installing Python 2.7.5 fixed the issue.
July 25, 201312 yr Author Also just tried the latest build instead of the recommended build. Exactly the same. This just has to be a problem with python.
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.