1. Select

File

2. Select

Import

3. select

Existing project into workspace

Then, follow your instinct.

—————–

if you can’t see the window,

try to select

Window

and then

New window

“from” loads a Python module into the current namespace, so that you can refer to it without the need to mention the module name again

>>>from django.conf.urls.defaults import *

import loads a Python module into its own namespace

>>> import yourmodulename

© 2011 Web Oom Suffusion theme by Sayontan Sinha
Switch to our mobile site
Top Footer