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

Unable to launch IDLE in windows 7 #75101

Closed
trencyclopedia mannequin opened this issue Jul 13, 2017 · 4 comments
Closed

Unable to launch IDLE in windows 7 #75101

trencyclopedia mannequin opened this issue Jul 13, 2017 · 4 comments
Assignees
Labels
topic-IDLE type-bug An unexpected behavior, bug, or error

Comments

@trencyclopedia
Copy link
Mannequin

trencyclopedia mannequin commented Jul 13, 2017

BPO 30918
Nosy @terryjreedy, @trencyclopedia
Superseder
  • bpo-8231: Unable to run IDLE without write-access to home directory
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/terryjreedy'
    closed_at = <Date 2017-09-10.21:38:34.394>
    created_at = <Date 2017-07-13.13:49:20.345>
    labels = ['expert-IDLE', 'type-bug']
    title = 'Unable to launch IDLE in windows 7'
    updated_at = <Date 2017-09-10.21:38:34.393>
    user = 'https://github.com/trencyclopedia'

    bugs.python.org fields:

    activity = <Date 2017-09-10.21:38:34.393>
    actor = 'terry.reedy'
    assignee = 'terry.reedy'
    closed = True
    closed_date = <Date 2017-09-10.21:38:34.394>
    closer = 'terry.reedy'
    components = ['IDLE']
    creation = <Date 2017-07-13.13:49:20.345>
    creator = 'trencyclo'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30918
    keywords = []
    message_count = 4.0
    messages = ['298284', '298373', '301832', '301834']
    nosy_count = 2.0
    nosy_names = ['terry.reedy', 'trencyclo']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '8231'
    type = 'behavior'
    url = 'https://bugs.python.org/issue30918'
    versions = ['Python 3.5']

    @trencyclopedia
    Copy link
    Mannequin Author

    trencyclopedia mannequin commented Jul 13, 2017

    "unable to create user config directory Z:\.idlerc check path and permisssion"

    It through out this error, when I try to launch the IDLE not as an adminnistrator acount. There is an networed disk memory Z: on my computer

    this error is caused by configHandler.py script in the Lib/idlelib directory. Here is a solution: https://www.experts-exchange.com/questions/24006687/Invalid-Python-config-directory.html

    @trencyclopedia trencyclopedia mannequin added the type-crash A hard crash of the interpreter, possibly with a core dump label Jul 13, 2017
    @terryjreedy
    Copy link
    Member

    This is a duplicate of bpo-8231. But before I close this, when you do

    set
    in the console (command prompt), what HOME* variables are set and is USERPROFILE?

    In python, what does

    >>> from os.path import expanduser
    >>> expanduser('~')
    show?

    @terryjreedy terryjreedy self-assigned this Jul 14, 2017
    @terryjreedy terryjreedy added type-bug An unexpected behavior, bug, or error and removed type-crash A hard crash of the interpreter, possibly with a core dump labels Jul 14, 2017
    @trencyclopedia
    Copy link
    Mannequin Author

    trencyclopedia mannequin commented Sep 10, 2017

    Hi Terry,
    Sorry, I missed your resply because it was buried in my trash email.
    Here are the configuration in my PC:
    HOMEDRIVE=Z:
    HOMEPATH=\
    HOMESHARE=\\nt3.imec.be\zhai65
    LOCALAPPDATA=C:\Users\zhai65\AppData\Local

    USERPROFILE=C:\Users\zhai65
    In python
    >>> expanduser('~')
    'C:\\Users\\zhai65'

    I partly bypassed the bug by following the instructions shown in my
    previous link.

    *Best Regards!*
    *--*

    *Eric Donghui **Zhai *

    • PhD Candidate*
      *IMEC & KU Leuven*

    *Mobile: +32-0489 676629 Email: trencyclopedia@gmail.com <zhai.dh@163.com>
    *
    *Address: **IMEC, Kapeldreef 75, Leuven, Belgiium*

    On 14 July 2017 at 22:05, Terry J. Reedy <report@bugs.python.org> wrote:

    Changes by Terry J. Reedy <tjreedy@udel.edu>:

    ----------
    assignee: -> terry.reedy
    components: +IDLE
    type: crash -> behavior


    Python tracker <report@bugs.python.org>
    <http://bugs.python.org/issue30918\>


    @terryjreedy
    Copy link
    Member

    Thanks for the information. I hope to get to this before 3.6.3.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    topic-IDLE type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant