You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Hi, today is issue day ;)
python uninstall.py fails to uninstall pymakr.
Also note, that there is still the reference to eric 6 instead of pymakr
The text was updated successfully, but these errors were encountered: