You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Do not work module sqlite3 in RPS
To Reproduce
Steps to reproduce the behavior:
Start Revit
Start RevitPythonShell
Write code: import sqlite3
See error
"Exception : IronPython.Runtime.Exceptions.ImportException: No module named _sqlite3"
Screenshots
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. =_=
The text was updated successfully, but these errors were encountered:
Describe the bug
Do not work module sqlite3 in RPS
To Reproduce
Steps to reproduce the behavior:
import sqlite3
"Exception : IronPython.Runtime.Exceptions.ImportException: No module named _sqlite3"
Screenshots
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. =_=
The text was updated successfully, but these errors were encountered: