Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8520177
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T06:27:46+00:00 2026-06-11T06:27:46+00:00

In pydev I have a python package called webcrawler. This package is in the

  • 0

In pydev I have a python package called webcrawler. This package is in the directory ‘/home/raido/Workspace/WebCrawler’ The package contains a number of modules; website, tier, referrer, etc. etc… Each module contains a series of functions. I wanted to use one of these functions in another pydev project so I typed….

import sys
sys.path.append('/home/raido/Workspace/WebCrawler')
from webcrawler import website

print website.getXmlLang('http://www.google.com')

The script runs fine and runs the function that prints out the information. What I don’t understand is why the word website in the “from webcrawler import website” line is underlined in red. The error says…

Unresolved import: website
website Found at: TestUrl

from webcrawler import website

However, everything appears to run fine. Is this a pydev bug? How do I fix this? I tried doing it this way.

import sys
sys.path.append('/home/raido/Workspace/WebCrawler')
from webcrawler.website import getXmlLang

print getXmlLang('http://www.google.com')

Even though this also works doing it this way also underlines the import “getXmlLang” in red.

Python 2.6.5
Eclipse 3.7.1
PyDev 2.5.0.2012050419
Ubuntu 10.04

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T06:27:48+00:00Added an answer on June 11, 2026 at 6:27 am

    You should add all libraries used by your project in PyDev – PYTHONPATH/External Libraries tab which you can find in project’s properties. This should solve the problem.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using eclipse for java and python. In the pydev package explorer, I have
I have two questions in regards to the PyDev (Python editor for Eclipse) and
I have been using NotePAD++ for editing Python scripts. I recently downloaded the PyDEV
I'm trying to install PyDev in Eclipse 3.6 on Windows 7. I have Python
I am running OSX Lion and have installed python2.7 from python.org (this distribution can
I have python 2.6.1 installed with django 1.3 and PyDev 2.0. I am able
I am now moving to eclipse for my python development. I have pydev installed
I have developed some code in Python using the eclipse perspective PyDev. The code
I'm using pylint + pydev, with python 2.6. I have a module with just
I have both a Java and a PyDev project in one workspace. When I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.