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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:36:02+00:00 2026-05-27T13:36:02+00:00

I cant figure out how to add my simple function to my main program

  • 0

I cant figure out how to add my simple function to my main program file. why not ?

when i do this:

import print_text 

echothis("this is text")
exit()

cant understand why people think this is such a bad question.

this doesnt work either:

print_text.echothis("this is text")

same thing happens if i type any of the answers below.
including:

from print_text import echothis

I just get this error:

from: can't read /var/mail/print_text
./blah3.py: line 3: syntax error near unexpected token `"this is text"'
./blah3.py: line 3: `print_text.echothis("this is text")'

or a variant without the /var/mail line…

*this file is named print_text.py*

#!/usr/bin/env python

import time
import random
import string
import threading
import sys

def echothis(txt):
    woo=txt
    stdout.write(woo)
  • 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-05-27T13:36:03+00:00Added an answer on May 27, 2026 at 1:36 pm

    EDIT: You’re actually not having a python issue but a bash one. You’re running your python script as if it were bash (hence the ‘from: can’t read from’), did you put #!/usr/bin/env python at the beginning of the file you’re running (not print_text.py, the other one)? You could alternatively call it that way: python myfile.py and it should work.

    When you import a module, it is namespaced, so if you want to use anything that is from that module, you need to call it using the proper namespace. Here, you would call you echothis function using print_text.echothis.

    Alternatively, if you want to include echothis in your main namespace, you can use the from print_text import echothis syntax.

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

Sidebar

Related Questions

This is probably really simple but i cant figure it out. Take a look
This is probably so simple to someone but cant figure it out. I have
I can't figure out the prototype for this simple function: In stack: Function call:
I want to do something but cant figure out how to do this (i
I realize this perhaps a naive question but still I cant figure out how
I am getting segmentation fault in this code but i cant figure out why.
Consider the function, add a b = a + b This works: *Main> add
I cant figure out how to get lua to do any common timing tricks,
i am trying to set the htmlAttribute property but i cant figure out the
Maybe I missed something, but I cant figure out why Visual Studio 2008 isn't

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.