Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

sqlalchemy is also a requirement #5

@ieguiguren

Description

@ieguiguren

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions