Skip to main content

Import py files using their relative or absolute path.

Project description

import_file is meant to import a python script from a normal file path. Relative (dotted) imports are complicated, and fixing sys.path just feels wrong.

Usage examples:

from import_file import import_file
mylib = import_file('c:\mylib.py')
another = import_file('relative_subdir/another.py')

So now you aren’t limited to importing only within your package or trail of __init__.py files.

This should work for python 2.5-3.2 and it’s public domain, have fun.

ubershmekel at gmail http://uberpython.wordpress.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

import_file-1.04.zip (5.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page