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

Do not work module sqlite3 in RPS #135

Open
EugeneShtihel opened this issue Dec 4, 2022 · 1 comment
Open

Do not work module sqlite3 in RPS #135

EugeneShtihel opened this issue Dec 4, 2022 · 1 comment

Comments

@EugeneShtihel
Copy link

Describe the bug
Do not work module sqlite3 in RPS

To Reproduce
Steps to reproduce the behavior:

  1. Start Revit
  2. Start RevitPythonShell
  3. Write code:
    import sqlite3
  4. See error
    "Exception : IronPython.Runtime.Exceptions.ImportException: No module named _sqlite3"

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows10
  • Revit 2020.2
  • RevitPythonShell releases 1.0.2

Additional context
sqlite3 is default module in IronPytjon, but it don't work in RPS. For example, in VSCode import sqlite3 doesn't make problem.
Can I quickly fix it myself? How?
p.s. Sorry for my english. =_=

@Ianhuuuuang
Copy link

Ianhuuuuang commented Dec 4, 2022 via email

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

2 participants