René's URL Explorer Experiment


Title: AttributeError: 'xmlparser' object has no attribute 'namespace_prefixes' · Issue #6487 · RustPython/RustPython · GitHub

Open Graph Title: AttributeError: 'xmlparser' object has no attribute 'namespace_prefixes' · Issue #6487 · RustPython/RustPython

X Title: AttributeError: 'xmlparser' object has no attribute 'namespace_prefixes' · Issue #6487 · RustPython/RustPython

Description: Hello! I'm trying to run xonsh shell using rustpython on Mac but faced with error: xonsh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # https://rustup.rs/ # restart shell cargo install --features=ssl --git https://githu...

Open Graph Description: Hello! I'm trying to run xonsh shell using rustpython on Mac but faced with error: xonsh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # https://rustup.rs/ # restart shell cargo in...

X Description: Hello! I'm trying to run xonsh shell using rustpython on Mac but faced with error: xonsh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # https://rustup.rs/ # restart sh...

Opengraph URL: https://github.com/RustPython/RustPython/issues/6487

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"AttributeError: 'xmlparser' object has no attribute 'namespace_prefixes'","articleBody":"Hello! I'm trying to run xonsh shell using rustpython on Mac but faced with error:\n\n```xsh\nxonsh\ncurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh  # https://rustup.rs/\n# restart shell\ncargo install --features=ssl --git https://github.com/RustPython/RustPython rustpython\n$PATH.append(p'~/.cargo/bin')\n#rustpython -m site  # to get locations\nrustpython --install-pip\nrustpython -m pip install xonsh prompt-toolkit\n```\nHere prompt-toolkit was added - it's the default prompt engine for xonsh shell.\n```xsh\n~/.local/bin/xonsh --no-rc --no-env\n```\nResult:\n```xsh\nTraceback (most recent call last):\n  File \"/Users/pc/.local/bin/xonsh\", line 3, in \u003cmodule\u003e\n    from xonsh.main import main\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/xonsh/main.py\", line 12, in \u003cmodule\u003e\n    import xonsh.procs.pipelines as xpp\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/xonsh/procs/__init__.py\", line 2, in \u003cmodule\u003e\n    from xonsh.procs import proxies  # noqa\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/xonsh/procs/proxies.py\", line 21, in \u003cmodule\u003e\n    import xonsh.tools as xt\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/xonsh/tools.py\", line 55, in \u003cmodule\u003e\n    HAVE_CURSOR_SHAPE = False\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/xonsh/tools.py\", line 45, in \u003cmodule\u003e\n    from prompt_toolkit.cursor_shapes import (\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/prompt_toolkit/__init__.py\", line 29, in \u003cmodule\u003e\n    from .shortcuts import PromptSession, choice, print_formatted_text, prompt\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/prompt_toolkit/shortcuts/__init__.py\", line 13, in \u003cmodule\u003e\n    from .progress_bar import ProgressBar, ProgressBarCounter\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/prompt_toolkit/shortcuts/progress_bar/__init__.py\", line 3, in \u003cmodule\u003e\n    from .base import ProgressBar, ProgressBarCounter\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/prompt_toolkit/shortcuts/progress_bar/base.py\", line 57, in \u003cmodule\u003e\n    from .formatters import Formatter, create_default_formatters\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/prompt_toolkit/shortcuts/progress_bar/formatters.py\", line 129, in \u003cmodule\u003e\n    class Percentage(Formatter):\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/prompt_toolkit/shortcuts/progress_bar/formatters.py\", line 134, in Percentage\n    template = HTML(\"\u003cpercentage\u003e{percentage:\u003e5}%\u003c/percentage\u003e\")\n  File \"/Users/pc/.local/lib/rustpython3.13/site-packages/prompt_toolkit/formatted_text/html.py\", line 35, in __init__\n    document = minidom.parseString(f\"\u003chtml-root\u003e{value}\u003c/html-root\u003e\")\n  File \"/Users/pc/.cargo/git/checkouts/rustpython-63090cdce5e18442/7c3bc5e/crates/pylib/Lib/xml/dom/minidom.py\", line 2016, in parseString\n    return expatbuilder.parseString(string)\n  File \"/Users/pc/.cargo/git/checkouts/rustpython-63090cdce5e18442/7c3bc5e/crates/pylib/Lib/xml/dom/expatbuilder.py\", line 922, in parseString\n    return builder.parseString(string)\n  File \"/Users/pc/.cargo/git/checkouts/rustpython-63090cdce5e18442/7c3bc5e/crates/pylib/Lib/xml/dom/expatbuilder.py\", line 218, in parseString\n    parser = self.getParser()\n  File \"/Users/pc/.cargo/git/checkouts/rustpython-63090cdce5e18442/7c3bc5e/crates/pylib/Lib/xml/dom/expatbuilder.py\", line 158, in getParser\n    self._parser = self.createParser()\n  File \"/Users/pc/.cargo/git/checkouts/rustpython-63090cdce5e18442/7c3bc5e/crates/pylib/Lib/xml/dom/expatbuilder.py\", line 719, in createParser\n    parser.namespace_prefixes = True\nAttributeError: 'xmlparser' object has no attribute 'namespace_prefixes'\n```\n\n## For community\n⬇️  **Please click the 👍 reaction instead of leaving a `+1` or 👍  comment**","author":{"url":"https://github.com/anki-code","@type":"Person","name":"anki-code"},"datePublished":"2025-12-24T13:37:03.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/6487/RustPython/issues/6487"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:01f12650-d4cb-17dd-fa15-ed54aebcc126
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id963E:33BDE3:E8C5C:130614:696AF5EE
html-safe-nonce1034c68e2b9833c1a8b98747e602f5bb9e918c1a98441959808ac1c15b09483e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NjNFOjMzQkRFMzpFOEM1QzoxMzA2MTQ6Njk2QUY1RUUiLCJ2aXNpdG9yX2lkIjoiMTkwNTIwNjY3OTIwMDAwMzU2NiIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacbc7a491d3323bac59a4407a4d923fcbd93bcaa3272f07897d5197beb6b06d15b
hovercard-subject-tagissue:3760353211
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/RustPython/RustPython/6487/issue_layout
twitter:imagehttps://opengraph.githubassets.com/206f5af183aecb69ec9b1403490c4b633a450190c791ffcbeb4f6aee74af8539/RustPython/RustPython/issues/6487
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/206f5af183aecb69ec9b1403490c4b633a450190c791ffcbeb4f6aee74af8539/RustPython/RustPython/issues/6487
og:image:altHello! I'm trying to run xonsh shell using rustpython on Mac but faced with error: xonsh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # https://rustup.rs/ # restart shell cargo in...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameanki-code
hostnamegithub.com
expected-hostnamegithub.com
None5f99f7c1d70f01da5b93e5ca90303359738944d8ab470e396496262c66e60b8d
turbo-cache-controlno-preview
go-importgithub.com/RustPython/RustPython git https://github.com/RustPython/RustPython.git
octolytics-dimension-user_id39710557
octolytics-dimension-user_loginRustPython
octolytics-dimension-repository_id135201145
octolytics-dimension-repository_nwoRustPython/RustPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id135201145
octolytics-dimension-repository_network_root_nwoRustPython/RustPython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release82560a55c6b2054555076f46e683151ee28a19bc
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/RustPython/RustPython/issues/6487#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fissues%2F6487
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FRustPython%2FRustPython%2Fissues%2F6487
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=RustPython%2FRustPython
Reloadhttps://github.com/RustPython/RustPython/issues/6487
Reloadhttps://github.com/RustPython/RustPython/issues/6487
Reloadhttps://github.com/RustPython/RustPython/issues/6487
RustPython https://github.com/RustPython
RustPythonhttps://github.com/RustPython/RustPython
Notifications https://github.com/login?return_to=%2FRustPython%2FRustPython
Fork 1.4k https://github.com/login?return_to=%2FRustPython%2FRustPython
Star 21.7k https://github.com/login?return_to=%2FRustPython%2FRustPython
Code https://github.com/RustPython/RustPython
Issues 278 https://github.com/RustPython/RustPython/issues
Pull requests 92 https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects 0 https://github.com/RustPython/RustPython/projects
Wiki https://github.com/RustPython/RustPython/wiki
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/RustPython/RustPython/security
Please reload this pagehttps://github.com/RustPython/RustPython/issues/6487
Insights https://github.com/RustPython/RustPython/pulse
Code https://github.com/RustPython/RustPython
Issues https://github.com/RustPython/RustPython/issues
Pull requests https://github.com/RustPython/RustPython/pulls
Discussions https://github.com/RustPython/RustPython/discussions
Actions https://github.com/RustPython/RustPython/actions
Projects https://github.com/RustPython/RustPython/projects
Wiki https://github.com/RustPython/RustPython/wiki
Security https://github.com/RustPython/RustPython/security
Insights https://github.com/RustPython/RustPython/pulse
New issuehttps://github.com/login?return_to=https://github.com/RustPython/RustPython/issues/6487
New issuehttps://github.com/login?return_to=https://github.com/RustPython/RustPython/issues/6487
#6494https://github.com/RustPython/RustPython/pull/6494
AttributeError: 'xmlparser' object has no attribute 'namespace_prefixes'https://github.com/RustPython/RustPython/issues/6487#top
#6494https://github.com/RustPython/RustPython/pull/6494
https://github.com/youknowone
https://github.com/copilot-swe-agent
https://github.com/anki-code
https://github.com/anki-code
anki-codehttps://github.com/anki-code
on Dec 24, 2025https://github.com/RustPython/RustPython/issues/6487#issue-3760353211
Copilothttps://github.com/apps/copilot-swe-agent
youknowonehttps://github.com/youknowone
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.