Grognak's Mod Manager v1.7 (Updated March 6, 2013!)

Discuss and distribute tools and methods for modding. Moderator - Grognak
Torchwood202
Posts: 132
Joined: Sun Sep 30, 2012 4:10 pm

Re: Grognak's Mod Manager (v1.3)

Postby Torchwood202 » Wed Oct 03, 2012 9:15 pm

OK...I found my problems SOURCE. The terminal said this when I opened main.py with Python 2.7.3

Last login: Wed Oct 3 17:11:10 on ttys000
cd '/Users/Denise/Desktop/Grognaks Mod Manager v1.3.zip/src/Features/' && '/usr/local/bin/pythonw' '/Users/Denise/Desktop/Grognaks Mod Manager v1.3.zip/src/Features/main.py' && echo Exit status: $? && exit 1
Denise-Irizarrys-MacBook-Pro:~ Denise$ cd '/Users/Denise/Desktop/Grognaks Mod Manager v1.3.zip/src/Features/' && '/usr/local/bin/pythonw' '/Users/Denise/Desktop/Grognaks Mod Manager v1.3.zip/src/Features/main.py' && echo Exit status: $? && exit 1
Traceback (most recent call last):
File "/Users/Denise/Desktop/Grognaks Mod Manager v1.3.zip/src/Features/main.py", line 8, in <module>
import easygui as eg
ImportError: No module named easygui
Denise-Irizarrys-MacBook-Pro:Features Denise$

My computer, for some reason, will not believe that easygui exists. I have unzipped the easygui (because it automatically did that) and basically spammed it all over my folders. Yet my computer cannot find the module. I believe this is the source of my problems :ugeek: ....just not the answer. HOW DO I FIXZ THIZ?
Last edited by Torchwood202 on Wed Oct 03, 2012 10:48 pm, edited 1 time in total.
Fonjask
Posts: 2
Joined: Wed Oct 03, 2012 9:58 pm

Re: Grognak's Mod Manager (v1.3)

Postby Fonjask » Wed Oct 03, 2012 10:04 pm

Now - I know that modman.exe isn't a virus. HOWEVER, my Kaspersky Anti-Virus is detecting it as a "Backdoor.Win32.Swrort.zx".
Image
For now, I've disabled scanning of that file on Kaspersky, but it's probably better (and safer?) if it doesn't give that error anymore. Any idea what might cause that and what may fix it?
EDIT: I downloaded version 1.3, am running Windows 7 64 bit (legit) fully updated through Windows Update as of the time of posting. Have .NET and everything similar installed.

Thanks in advance!
~Fonjask
Grognak
Posts: 172
Joined: Tue Sep 18, 2012 9:42 pm

Re: Grognak's Mod Manager (v1.3)

Postby Grognak » Wed Oct 03, 2012 11:38 pm

Torchwood202 wrote:My computer, for some reason, will not believe that easygui exists. I have unzipped the easygui (because it automatically did that) and basically spammed it all over my folders. Yet my computer cannot find the module. I believe this is the source of my problems :ugeek: ....just not the answer. HOW DO I FIXZ THIZ?

You have to install it by navigating to the folder that you extracted easygui to in your terminal and typing in python setup.py install. Reread the readme! :P

Fonjask wrote:Now - I know that modman.exe isn't a virus. HOWEVER, my Kaspersky Anti-Virus is detecting it as a "Backdoor.Win32.Swrort.zx".

For now, I've disabled scanning of that file on Kaspersky, but it's probably better (and safer?) if it doesn't give that error anymore. Any idea what might cause that and what may fix it?
EDIT: I downloaded version 1.3, am running Windows 7 64 bit (legit) fully updated through Windows Update as of the time of posting. Have .NET and everything similar installed.

Thanks in advance!
~Fonjask

Eh, that sucks. Not much I can do except advise to those that don't trust the exe that they can run the scripts directly.

(Funnily enough, I ran it through Virus Total and it got 6 hits, but none Kaspersky.)
Torchwood202
Posts: 132
Joined: Sun Sep 30, 2012 4:10 pm

Re: Grognak's Mod Manager (v1.3)

Postby Torchwood202 » Thu Oct 04, 2012 1:26 am

YES! YES! YES!!!! I FIGURED OUT MY TRUE SOURCE PROBLEM :) :lol: :D ;) :P :mrgreen:

I haz one question, and that SHOULD BE IT FOR MY PROBLEMS ON THE FORUM!
The question is: How do I "navigate" the easygui INTO the terminal inself? I understand that I type into the terminal python setup.py install but before I do that i need to...."navigate(?)" itself into the terminal. HOW DO I DO THIZ?
Gundrium
Posts: 4
Joined: Wed Oct 03, 2012 1:05 pm

Re: Grognak's Mod Manager (v1.3)

Postby Gundrium » Thu Oct 04, 2012 4:14 am

Re: A problem with your daughter!

Re-downloading the resources worked like a charm. Thanks.
All4n
Posts: 44
Joined: Fri Sep 28, 2012 12:29 pm

Re: Grognak's Mod Manager (v1.3)

Postby All4n » Thu Oct 04, 2012 1:39 pm

Torchwood202 wrote:YES! YES! YES!!!! I FIGURED OUT MY TRUE SOURCE PROBLEM :) :lol: :D ;) :P :mrgreen:

I haz one question, and that SHOULD BE IT FOR MY PROBLEMS ON THE FORUM!
The question is: How do I "navigate" the easygui INTO the terminal inself? I understand that I type into the terminal python setup.py install but before I do that i need to...."navigate(?)" itself into the terminal. HOW DO I DO THIZ?


Type

Code: Select all

CD /path/to/the/folder
in the Terminal/Command Line.

cd is for change directory.
Got a event, alternative text, or maybe a new sector? Add it to the Additional Events & Texts (AET) mod! Credits will be given, and you will help make a big pack of content!
Icehawk78
Posts: 230
Joined: Tue Sep 18, 2012 4:55 pm

Re: Grognak's Mod Manager (v1.3)

Postby Icehawk78 » Thu Oct 04, 2012 2:01 pm

Torchwood202 wrote:YES! YES! YES!!!! I FIGURED OUT MY TRUE SOURCE PROBLEM :) :lol: :D ;) :P :mrgreen:

I haz one question, and that SHOULD BE IT FOR MY PROBLEMS ON THE FORUM!
The question is: How do I "navigate" the easygui INTO the terminal inself? I understand that I type into the terminal python setup.py install but before I do that i need to...."navigate(?)" itself into the terminal. HOW DO I DO THIZ?

For this, you likely have two options:

First, try the following, anywhere in the terminal:

Code: Select all

pip install easygui


This may or may not work. I don't know if pip comes preinstalled on macs, and I don't know how to do the equivalent of `sudo apt-get install pip` on a mac.

If that doesn't work, try the following:

  1. Identify where the extracted easygui folder is. Specifically, find the folder location where the 'setup.py' file is. If you simply downloaded it and then extracted it in place, the location will likely be something like /Users/torchwood202/Downloads/easygui (or just ~/Downloads/easygui, depending on how you see it). I don't have a Mac, so I'm not certain how to find this exactly, but I imagine something in Finder should tell you it. Write this path down somewhere.
  2. Open the Terminal application
  3. Type the following:

    Code: Select all

    cd path_from_before

    Then press enter. If the path from step 1 is '~/Downloads/easygui' then you'd type in

    Code: Select all

    cd ~/Downloads/easygui
  4. Next, type the following:

    Code: Select all

    python setup.py install
    Then press enter.
  5. Follow the prompts. If you get any errors, ensure that you are in the folder where the easygui's setup.py is located.
Torchwood202
Posts: 132
Joined: Sun Sep 30, 2012 4:10 pm

Re: Grognak's Mod Manager (v1.3)

Postby Torchwood202 » Thu Oct 04, 2012 6:53 pm

K Icehawk, I tried all of those but I still got errors. Check this out plz (Btw my easygui is in a folder named "Features")

Last login: Thu Oct 4 14:48:42 on ttys000
Denise-Irizarrys-MacBook-Pro:~ Denise$ pip install easygui
-bash: pip: command not found

Denise-Irizarrys-MacBook-Pro:~ Denise$ cd path_from_before
-bash: cd: path_from_before: No such file or directory

Denise-Irizarrys-MacBook-Pro:~ Denise$ cd ~/Features/easygui
-bash: cd: /Users/Denise/Features/easygui: No such file or directory

Denise-Irizarrys-MacBook-Pro:~ Denise$ python setup.py install
/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file 'setup.py': [Errno 2] No such file or directory

Halp :(
Icehawk78
Posts: 230
Joined: Tue Sep 18, 2012 4:55 pm

Re: Grognak's Mod Manager (v1.3)

Postby Icehawk78 » Thu Oct 04, 2012 8:27 pm

Torchwood202 wrote:K Icehawk, I tried all of those but I still got errors. Check this out plz (Btw my easygui is in a folder named "Features")

Last login: Thu Oct 4 14:48:42 on ttys000
Denise-Irizarrys-MacBook-Pro:~ Denise$ pip install easygui
-bash: pip: command not found

That's about as expected, so not an issue.

Torchwood202 wrote:Denise-Irizarrys-MacBook-Pro:~ Denise$ cd path_from_before
-bash: cd: path_from_before: No such file or directory

Perhaps you misunderstood - 'path_from_before' isn't an actual thing, you're supposed to replace that with the path that you found that easygui is in.

Torchwood202 wrote:Denise-Irizarrys-MacBook-Pro:~ Denise$ cd ~/Features/easygui
-bash: cd: /Users/Denise/Features/easygui: No such file or directory

This indicates that the folder you used was wrong. Without looking at your computer, there's no easy way for me to tell where the folder itself actually is - it might just be /Features/easygui, or something else. I'm unfamiliar with with Mac standard paths, but there's a difference between /Features and ~/Features. Additionally, you need to ensure that the "setup.py" file from the extracted folder is in the location you type in. Unfortunately, without physically sitting in front of your computer, it's not possible for someone else on the internet to easily tell where you downloaded it to.
Torchwood202
Posts: 132
Joined: Sun Sep 30, 2012 4:10 pm

Re: Grognak's Mod Manager (v1.3)

Postby Torchwood202 » Fri Oct 05, 2012 12:07 am

Ok Icehawk, to be more specific of the folder location...

Desktop->Grognak's Mod Manager->scr->features->easygui

What is the correct way to type this into the terminal? (Desktop is not a folder)