binux / pyspider

A Powerful Spider(Web Crawler) System in Python.
http://docs.pyspider.org/
Apache License 2.0
16.48k stars 3.69k forks source link

from projects import other_project doesn't work in Python3 #278

Open ihipop opened 9 years ago

ihipop commented 9 years ago

always gets:KeyError works in python2.7.10 doesn't work both in python3.3 and python3.4 if import projects then help(projects) in Python3

Help on package projects:

NAME
    projects

PACKAGE CONTENTS

FILE
    /data/python/<projects>

in Python2.7

Help on package projects:

NAME
    projects

FILE
    /data/python/<projects>

PACKAGE CONTENTS

DATA
    __loader__ = <pyspider.processor.project_module.ProjectsLoader object
ihipop commented 7 years ago

image seems fixed?