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 7721321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T03:53:42+00:00 2026-06-01T03:53:42+00:00

I have to import library which is called functions.sage . How can I do

  • 0

I have to import library which is called functions.sage. How can I do it? I tried:

__import__('functions.sage')

and also this:

import imp
imp.load_source('fun', 'functions.sage')

Edit:

Actually I want to import sage lib into sage. And that lib contains sage-specific code. I tired above variants in sage interpreted. And both gave me ‘no functions module’ or something like this.

  • 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-01T03:53:43+00:00Added an answer on June 1, 2026 at 3:53 am

    Summary: in order to load a function from a .sage lib in sage – one has to parse the .sage file first – it will make a .py file – and then import the .py file.

    Example:

    import os
    os.system(os.curdir + os.sep + 'functions.sage')
    from functions import states
    

    This way the .sage code got executed in sage – not in python – as it would be if one will use Sven Marnach’s answer (which is absolutely right – but I stated the question in a wrong way – I forgot to mention that the code’s source has to be executed in python.

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

Sidebar

Related Questions

I have a native library which is invoked by the JNI function called from
I have gdata library install on my ArchLinux, and a simple application which imports
Say I have this code: #import <UIKit/UIKit.h> @interface MyView : UIView @end @implementation MyView
I have tried escape sequences with the writeln() function, I also tried to use
I have a library which returns a hierarchical list composed of IDictionary, IList and
We have a c file called dbookpy.c, which will provide a Python binding some
Say I have a package called Foo organized this way: Foo\ __init__.py foo.py bar.py
I have a library with C++ python extensions (C++ calls python which in turn
I have a Class Library project which houses some shared code between other projects
I have created a Silverlight class library which holds a lot of the common

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.