architecture-building-systems / revitpythonshell

An IronPython scripting environment for Autodesk Revit and Vasari
MIT License
502 stars 116 forks source link

Do not work module sqlite3 in RPS #135

Open EugeneShtihel opened 1 year ago

EugeneShtihel commented 1 year ago

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):

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 commented 1 year ago

您好,邮件已收到,尽快给您回复。