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
{{ message }}
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
python-ftn]$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 6, in
import fidonet
File "/home/xir/dev/bbs/python-ftn/fidonet/init.py", line 11, in
from router import Router
File "/home/xir/dev/bbs/python-ftn/fidonet/router.py", line 7, in
import fidonet.nodelist
File "/home/xir/dev/bbs/python-ftn/fidonet/nodelist.py", line 4, in
from sqlalchemy import *
ImportError: No module named sqlalchemy
[xir@octopussy python-ftn]$ python
Python 2.7.6 (default, Mar 22 2014, 22:59:56)
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
import sqlalchemy
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named sqlalchemy
After installing sqlalchemy it installs correctly. Please, update the Readme ;)