This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Harvesting Ore
Recipients Harvesting Ore, ezio.melotti, steve.dower, tim.golden, zach.ware
Date 2015-06-06.02:29:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433557775.73.0.352068544313.issue24389@psf.upfronthosting.co.za>
In-reply-to
Content
sure, i'll give it a shot.. 

but while i'm doing that i managed to get further errors when trying to launch the shell and editor


 Warning: os.path.expanduser("~") points to
 %USERPROFILE%,
 but the path does not exist.

 Warning: os.path.expanduser("~") points to
 %USERPROFILE%,
 but the path does not exist.

Failed to import extension:  AutoComplete
Failed to load extension 'AutoComplete'
Traceback (most recent call last):
  File "C:\Python31\lib\idlelib\EditorWindow.py", line 922, in load_standard_ext
ensions
    self.load_extension(name)
  File "C:\Python31\lib\idlelib\EditorWindow.py", line 932, in load_extension
    mod = __import__(name, globals(), locals(), [])
  File "C:\Python31\Lib\idlelib\AutoComplete.py", line 21, in <module>
    from idlelib import AutoCompleteWindow
  File "C:\Python31\lib\idlelib\AutoCompleteWindow.py", line 6, in <module>
    from idlelib.AutoComplete import COMPLETE_FILES, COMPLETE_ATTRIBUTES
  File "C:\Python31\lib\idlelib\AutoComplete.py", line 21, in <module>
    from idlelib import AutoCompleteWindow
ImportError: cannot import name AutoCompleteWindow
Exception in Tkinter callback
Traceback (most recent call last):
  File "C:\Python31\lib\tkinter\__init__.py", line 1399, in __call__
    return self.func(*args)
  File "C:\Python31\Lib\idlelib\ScriptBinding.py", line 130, in run_module_event

    code = self.checksyntax(filename)
  File "C:\Python31\Lib\idlelib\ScriptBinding.py", line 88, in checksyntax
    self.shell = shell = self.flist.open_shell()
AttributeError: 'NoneType' object has no attribute 'open_shell'
History
Date User Action Args
2015-06-06 02:29:35Harvesting Oresetrecipients: + Harvesting Ore, tim.golden, ezio.melotti, zach.ware, steve.dower
2015-06-06 02:29:35Harvesting Oresetmessageid: <1433557775.73.0.352068544313.issue24389@psf.upfronthosting.co.za>
2015-06-06 02:29:35Harvesting Orelinkissue24389 messages
2015-06-06 02:29:34Harvesting Orecreate