Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uninstall.py fails #4

Open
torwag opened this issue Oct 21, 2016 · 0 comments
Open

uninstall.py fails #4

torwag opened this issue Oct 21, 2016 · 0 comments

Comments

@torwag
Copy link

torwag commented Oct 21, 2016

Hi, today is issue day ;)
python uninstall.py fails to uninstall pymakr.

Uninstalling eric6 ...
Error: [Errno 2] No such file or directory
Try uninstall with admin rights.
An internal error occured.  Please report all the output of the program,
including the following traceback, to [email protected].

Traceback (most recent call last):
  File "uninstall.py", line 219, in uninstallEric
    removePluginDirectories()
  File "uninstall.py", line 244, in removePluginDirectories
    localPluginsDir = os.path.join(getConfigDir(), "eric6plugins")
  File "uninstall.py", line 317, in getConfigDir
    os.path.expanduser("~{0}".format(os.getlogin())), cdn)
FileNotFoundError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "uninstall.py", line 359, in <module>
    main(sys.argv)
  File "uninstall.py", line 350, in main
    uninstallEric()
  File "uninstall.py", line 231, in uninstallEric
    exit(7)
  File "uninstall.py", line 70, in exit
    os.chdir(currDir)
NameError: name 'currDir' is not defined

Also note, that there is still the reference to eric 6 instead of pymakr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant