Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Problems using package #18

Closed
mistal-distal opened this issue Aug 18, 2016 · 2 comments
Closed

Problems using package #18

mistal-distal opened this issue Aug 18, 2016 · 2 comments

Comments

@mistal-distal
Copy link

Honestly can't get this to work in any form.

Steps so far

python setup.py install
configured cfg and made sure AV clients were install
Launch python interpreter and import multiav (succeeded)

Then when trying to do anything I'm basically getting Module object has no attribute

>>> multi_av = multiav.CMultiAV()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: 'module' object has no attribute 'CMultiAV'

I confirmed the packages were install against Pypi:
PIP:

pip install multiav
Requirement already satisfied (use --upgrade to upgrade): multiav in ./lib/python2.7/site-packages/multiav-0.1.0-py2.7.egg
Requirement already satisfied (use --upgrade to upgrade): web.py in ./lib/python2.7/site-packages/web.py-0.40.dev0-py2.7.egg (from multiav)
Requirement already satisfied (use --upgrade to upgrade): pyClamd in ./lib/python2.7/site-packages/pyClamd-0.3.17-py2.7.egg (from multiav)

EASY_Install

Searching for multiav
Best match: multiav 0.1.0
Processing multiav-0.1.0-py2.7.egg
multiav 0.1.0 is already the active version in easy-install.pth
Installing multiav-client.py script to /home/_/Desktop/multiav-master/pyav/bin
Installing runserver.py script to /home/_
_/Desktop/multiav-master/pyav/bin
Installing multiav-scan.py script to /home/
_**/Desktop/multiav-master/pyav/bin

Using /home/******/Desktop/multiav-master/pyav/lib/python2.7/site-packages/multiav-0.1.0-py2.7.egg
Processing dependencies for multiav
Finished processing dependencies for multiav

@mistal-distal mistal-distal changed the title Problems using module Problems using package Aug 18, 2016
@mistal-distal
Copy link
Author

I'm an idiot.

#11

Maybe update the docs?

@joxeankoret
Copy link
Owner

Yes, I agree, I have to update the docs because they are very outdated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants